Browse Source

放开批量添加

shish 5 years ago
parent
commit
c048b6c090
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app-ghs/controllers/ItemController.php

+ 0 - 1
app-ghs/controllers/ItemController.php

@@ -46,7 +46,6 @@ class ItemController extends BaseController
     public function actionBatchAdd()
     {
 
-        die;
         $shopAdmin = $this->shopAdmin;
         if (isset($shopAdmin->super) == false || $shopAdmin->super != 1) {
             util::fail('超管才能操作');