Commit a05559ea authored by hujun's avatar hujun

site_id

parent 6030df5b
...@@ -388,6 +388,8 @@ class Refund extends Basic ...@@ -388,6 +388,8 @@ class Refund extends Basic
$where['c.site_id'] = $this->siteId; $where['c.site_id'] = $this->siteId;
} }
} }
} else {
$where['c.site_id'] = $this->params['site_id'];
} }
if ($this->params['status'] > 0 && isset($this->params['site_id'])) { if ($this->params['status'] > 0 && isset($this->params['site_id'])) {
......
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