shish 1 سال پیش
والد
کامیت
703d1cf1d0
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      biz-hd/purchase/classes/PurchaseClass.php

+ 1 - 1
biz-hd/purchase/classes/PurchaseClass.php

@@ -957,7 +957,7 @@ class PurchaseClass extends BaseClass
 
         $shop = ShopClass::getLockById($shopId);
         if (empty($shop)) {
-            util::fail('没有找到门店59');
+            util::fail('没有找到门店59 ' . $shopId);
         }
         $mainId = $shop->mainId ?? 0;
         $main = MainClass::getLockById($mainId);