shish hace 3 años
padre
commit
c7b0f60e32
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      biz-hd/cg/services/CgRefundService.php

+ 2 - 2
biz-hd/cg/services/CgRefundService.php

@@ -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();