Commit beae5c82 authored by clone's avatar clone

bug

parent f65b7810
...@@ -1409,7 +1409,7 @@ class OBargainModel extends Model ...@@ -1409,7 +1409,7 @@ class OBargainModel extends Model
if (isset($params["create_time"])) { if (isset($params["create_time"])) {
$where_["a.create_time"] = $params["create_time"]; $where_["a.create_time"] = $params["create_time"];
} }
$where_["a.status"] = array( "in", "10,11,13,20" );
$result = $this->db_ $result = $this->db_
->field($field) ->field($field)
->alias("a") ->alias("a")
......
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