Commit 2cb68df7 authored by clone's avatar clone

Merge branch 'test-v1.9' of https://gitee.com/zwyjjc/tl_estate into test-v1.9

parents 90407dc2 2c23fcb2
......@@ -615,7 +615,7 @@ class OBargainModel extends Model
}
}
$result[$k]['partial_commission'] = $m_partial->field('id,scale,practical_fee,cash,service_charge,charity_fund,real_fee,confirm_date,should_commission')
$result[$k]['partial_commission'] = $m_partial->field('id,scale,practical_fee,cash,service_charge,charity_fund,real_fee,confirm_date,confirm_status,should_commission')
->where('bargain_id', $v['id'])
->where('is_del', 0)
->select();
......
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