shish 5 лет назад
Родитель
Сommit
91304c8dd1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      console/controllers/ItemController.php

+ 1 - 1
console/controllers/ItemController.php

@@ -223,7 +223,7 @@ class ItemController extends Controller
     {
         $shop = ShopClass::getById($id, true);
         if (empty($shop)) {
-            util::stop('退出');
+            util::stop('没有找到门店');
         }
         $sjId = $shop->sjId;
         ItemService::initItem($sjId, $id);