shish 5 years ago
parent
commit
91304c8dd1
1 changed files with 1 additions and 1 deletions
  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);