Commit 44b02b5d authored by hujun's avatar hujun

保管金/意向金去除bargain_id

parent 3018cfe3
......@@ -2435,7 +2435,7 @@ class Finance extends Basic
$list[$k]['source_id'] = 0;
}
if ($v['type'] != 10 || $v['type'] != 30) {
if ($v['type'] != 10 && $v['type'] != 30) {
$bargain_id = $this->m_bargain->selectBargainByOrderNo('id', ['order_id', $v['order_id']]);
$list[$k]['bargain_id'] = $bargain_id[0]['id'];
} else {
......
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