优化编辑

master
chenzhi 4 years ago
parent 65be8ad894
commit df3b3ad4f8

@ -244,7 +244,8 @@ class MarketPercentageController extends ThinkController
$save = [
'id'=>$id,
'company_profit'=>$dbres['company_profit']-($other_amount-$dbres['other_amount']),
'other_amount'=>$other_amount
'other_amount'=>$other_amount,
'is_tip'=>0
];
M("settleup_marketorder","tab_")->save($save);
$this->ajaxReturn(['status'=>1,'msg'=>'其他扣款添加成功']);

Loading…
Cancel
Save