Commit 1b9a5ac4 authored by hujun's avatar hujun

site_id

parent bb6d05b3
...@@ -221,6 +221,10 @@ class Refund extends Basic ...@@ -221,6 +221,10 @@ class Refund extends Basic
$where['a.status'] = ['in', '0,1']; $where['a.status'] = ['in', '0,1'];
} else { } else {
$where['a.status'] = $this->params['status']; $where['a.status'] = $this->params['status'];
if ($this->params['status'] == '0') {
$where['c.site_id'] = $this->siteId;
}
} }
} }
......
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