Commit 75100937 authored by hujun's avatar hujun

获取成交报告详情

parent b86e23eb
...@@ -1134,10 +1134,10 @@ class OBargainModel extends Model ...@@ -1134,10 +1134,10 @@ 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'];
} }
try { try {
$result = $this->db_ $result = $this->db_
->field($filed) ->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