Commit 3558ebac authored by zw's avatar zw

bug

parent 6982583d
......@@ -43,6 +43,9 @@ class ODaily extends BaseModel
if (isset($params["daily_date"])) {
$where_["daily_date"] = $params["daily_date"];
}
if (isset($params["store_id"])) {
$where_["store_id"] = $params["store_id"];
}
$where_["is_del"] = 0;
return $this->db_
->field($field)
......
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