Commit 1c7d04c5 authored by clone's avatar clone

bug

parent 125c2f84
......@@ -287,6 +287,7 @@ class OBargainModel extends Model
if (isset($params['id'])) {
$where_['a.id'] = $params['id'];
}
$where_['a.status'] = array( "<>", 30 );
$result = $this->db_
->field($filed)
......
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