shish 11 ヶ月 前
コミット
90820f9625

+ 1 - 1
app-hd/controllers/PurchaseController.php

@@ -650,7 +650,7 @@ class PurchaseController extends BaseController
             }
             if ($sendType == 2) {
                 if (in_array($ghsShopId, [520, 1489, 13628, 3, 7855, 7687])) {
-                    util::fail('暂时不能使用跑腿');
+                    util::fail('暂时不能使用跑腿,编号800');
                 }
             }
 

+ 1 - 1
app-mall/controllers/OrderController.php

@@ -385,7 +385,7 @@ class OrderController extends BaseController
             }
             if ($return->sendType == 2) {
                 if (in_array($return->shopId, [2, 726, 1490, 13626, 7856, 7688])) {
-                    util::fail('暂时不能使用跑腿');
+                    util::fail('暂时不能使用跑腿,编号500');
                 }
             }
             $transaction->commit();