Commit 2c23fcb2 authored by hujun's avatar hujun

confirm_status

parent 69780c3f
...@@ -615,7 +615,7 @@ class OBargainModel extends Model ...@@ -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('bargain_id', $v['id'])
->where('is_del', 0) ->where('is_del', 0)
->select(); ->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