diff --git a/Application/Admin/Controller/MarketPercentageController.class.php b/Application/Admin/Controller/MarketPercentageController.class.php index 12c38f12b..511866017 100644 --- a/Application/Admin/Controller/MarketPercentageController.class.php +++ b/Application/Admin/Controller/MarketPercentageController.class.php @@ -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'=>'其他扣款添加成功']);