shish il y a 5 ans
Parent
commit
30e0f20238
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      console/controllers/ItemController.php

+ 1 - 0
console/controllers/ItemController.php

@@ -221,6 +221,7 @@ class ItemController extends Controller
     // ./yii  item/generate 1
     public function actionGenerate($id)
     {
+        util::stop('停用');
         $shop = ShopClass::getById($id, true);
         if (empty($shop)) {
             util::stop('没有找到门店');