Commit dbf9c30a authored by clone's avatar clone

1

parent 05c63f7d
......@@ -39,7 +39,7 @@ class UFindShop extends Model{
if (isset($params['user_id'])) {
$where_["user_id"] = $params['user_id'];
}
$where_["is_del"] = 0;
$where_["status"] = 0;
return $this->db_
->field($field)
->where($where_)
......
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