From df3b3ad4f806192e909b74c3fb0c4ec8036b1567 Mon Sep 17 00:00:00 2001 From: chenzhi Date: Wed, 14 Jul 2021 16:15:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Admin/Controller/MarketPercentageController.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'=>'其他扣款添加成功']);