shish 3 سال پیش
والد
کامیت
1ccaea2828
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app-hd/controllers/ShopExtController.php

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

@@ -41,7 +41,7 @@ class ShopExtController extends BaseController
         $ghsMainId = $ghs->mainId ?? 0;
         $itemInfo = ItemClass::getByCondition(['mainId' => $ghsMainId, 'itemId' => $ptItemId], true);
         if (empty($itemInfo)) {
-            util::fail('找不到花材');
+            util::fail('没有花材');
         }
         $list = XjClass::getAllByCondition(['mainId' => $ghsMainId, 'ptItemId' => $ptItemId, 'delStatus' => 0, 'status' => 1], null, '*');
         if (!empty($list)) {