Commit 75100937 authored by hujun's avatar hujun

获取成交报告详情

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