Commit fe024367 authored by clone's avatar clone

1

parent 928a3d19
This diff is collapsed.
...@@ -41,6 +41,9 @@ class ODailyLog extends BaseModel ...@@ -41,6 +41,9 @@ class ODailyLog extends BaseModel
if(isset($params["operation_id"])){ if(isset($params["operation_id"])){
$where_["operation_id"] = $params["operation_id"]; $where_["operation_id"] = $params["operation_id"];
} }
if(isset($params["operation_status"])){
$where_["operation_status"] = $params["operation_status"];
}
if(isset($params["is_del"])){ if(isset($params["is_del"])){
$where_["is_del"] = $params["is_del"]; $where_["is_del"] = $params["is_del"];
} }
......
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