Commit 655c97cf authored by hujun's avatar hujun

1

parent 29d173ab
...@@ -789,6 +789,14 @@ class Broker extends Basic ...@@ -789,6 +789,14 @@ class Broker extends Basic
$where['site_id'] = $this->params['site_id']; $where['site_id'] = $this->params['site_id'];
} }
if (!empty($this->params['store_id'])) {
$where['store_id'] = $this->params['store_id'];
}
if (!empty($this->params['district_id'])) {
$where['district_id'] = $this->params['district_id'];
}
try { try {
$m_agent = new AAgents(); $m_agent = new AAgents();
$m_store = new AStore(); $m_store = new AStore();
......
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