shish 1 жил өмнө
parent
commit
78d8b8e0f6

+ 2 - 3
app-hd/controllers/PurchaseClearController.php

@@ -173,8 +173,7 @@ class PurchaseClearController extends BaseController
                 $code = $response['code'] ?? 0;
                 $customMobile = $order->customMobile ?? '';
                 $ghsName = $order->ghsName ?? '';
-                noticeUtil::push('第一个,花店结账,单号:' . $oldOrderSn . ',关单没有成功,原因:【' . $msg . '】,' . $code . ',客户手机号:' . $customMobile . ',供货商:' . $ghsName, '15280215347');
-                //util::fail('出错了,请取消本单重试');
+                //noticeUtil::push('第一个,花店结账,单号:' . $oldOrderSn . ',关单没有成功,原因:【' . $msg . '】,' . $code . ',客户手机号:' . $customMobile . ',供货商:' . $ghsName, '15280215347');
             }
 
             //收银台关单
@@ -183,7 +182,7 @@ class PurchaseClearController extends BaseController
             if (!isset($response['code']) || $response['code'] != '000000') {
                 $msg = $response['msg'] ?? '';
                 $code = $response['code'] ?? 0;
-                noticeUtil::push('第二个,花店结账,单号:' . $oldOrderSn . ',收银台关单没有成功,原因:【' . $msg . '】,' . $code, '15280215347');
+                //noticeUtil::push('第二个,花店结账,单号:' . $oldOrderSn . ',收银台关单没有成功,原因:【' . $msg . '】,' . $code, '15280215347');
             }
 
             $newOrderSn = orderSn::getPurchaseClearSn();