|
|
@@ -247,8 +247,8 @@ class CgRefundService extends BaseService
|
|
|
//门店应付总款减少
|
|
|
$currentMayPay = bcsub($main->mayPay, $refundPrice, 2);
|
|
|
if ($currentMayPay < 0) {
|
|
|
- noticeUtil::push("应付款有问题! {$main->mayPay} {$refundPrice}", '15280215347');
|
|
|
- util::fail('应付款有问题!');
|
|
|
+ //noticeUtil::push("应付款有问题! {$main->mayPay} {$refundPrice}", '15280215347');
|
|
|
+ //util::fail('应付款有问题!');
|
|
|
}
|
|
|
$main->mayPay = $currentMayPay;
|
|
|
$main->save();
|