Commit 0b05920d authored by zhuwei's avatar zhuwei

1

parent 1a6e4c25
...@@ -61,7 +61,7 @@ class CostParameter extends Basic ...@@ -61,7 +61,7 @@ class CostParameter extends Basic
return $this->response("101", '非法时间'); return $this->response("101", '非法时间');
} }
$conditions = []; $conditions["a.office_id"] = array('gt',0);
//门店 //门店
if (!empty($params['store_id'])) { if (!empty($params['store_id'])) {
$conditions["a.id"] = $params["store_id"]; $conditions["a.id"] = $params["store_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