Commit c3f0fac5 authored by hujun's avatar hujun

site_id

parent ae240936
......@@ -3752,6 +3752,10 @@ class Finance extends Basic
$where['a.status'] = $this->params['status'];
}
if (!empty($this->params['site_id'])) {
$where['a.site_id'] = $this->params['site_id'];
}
if (isset($this->params['is_self']) && $this->params['is_self'] != -1) {
if ($this->params['is_self']) {
$where['b.operation_id'] = $this->userId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment