shish před 1 rokem
rodič
revize
fb50411950

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

@@ -51,7 +51,7 @@ class CustomController extends BaseController
         $hdId = $custom->hdId;
         $hd = HdClass::getById($hdId, true);
         if (empty($hd)) {
-            util::fail('客户信息缺失');
+            util::fail('客户信息缺失,编号3445');
         }
         $staff = $this->shopAdmin;
         $staffId = $staff->id;

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

@@ -29,7 +29,7 @@ class DeductController extends BaseController
         $hdId = $custom->hdId;
         $hd = HdClass::getByID($hdId, true);
         if (empty($hd)) {
-            util::fail('客户信息缺失');
+            util::fail('客户信息缺失,编号7756');
         }
         $amount = $post['amount'] ?? 0;
         if (empty($amount)) {

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

@@ -441,7 +441,7 @@ class OrderController extends BaseController
         $hdId = $post['hdId'] ?? 0;
         $hd = HdClass::getById($hdId, true);
         if (empty($hd)) {
-            util::fail('客户信息缺失');
+            util::fail('客户信息缺失,编号869');
         }
         $hdName = $hd->name ?? '';
         $post['hdName'] = $hdName;