Commit c365729b authored by clone's avatar clone

bug

parent b8175518
......@@ -284,7 +284,7 @@ class OBargainModel extends Model
$whereOr_["a.father_id"] = $params["bargain_id"];
}
if ($isset($params['id'])) {
if (isset($params['id'])) {
$where_['a.id'] = $params['id'];
}
......
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