shish 2 سال پیش
والد
کامیت
9c5d1fe95a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app-ghs/controllers/CustomController.php

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

@@ -55,7 +55,7 @@ class CustomController extends BaseController
         }
         $seatSn = $custom->seatSn ?? '';
         if (empty($seatSn)) {
-            util::fail('没有货位号,请先生成');
+            util::fail('请先生成货位号');
         }
         $custom->seatSn = $new;
         $custom->save();