Commit 847c3222 authored by hujun's avatar hujun

id to bargain_id

parent 75617085
......@@ -1679,7 +1679,7 @@ class Finance extends Basic
}
if (!empty($this->params['bargain_id'])) {
$where['a.id'] = $this->params['bargain_id'];
$where['a.bargain_id'] = $this->params['bargain_id'];
}
$fields = 'a.id,a.create_time,step_content,b.name,b.phone';
......
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