瀏覽代碼

手持端收货上架禁止九干仓使用假包app

eric2h 4 年之前
父節點
當前提交
8c978f2097
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/Http/Controllers/HandInStorageController.php

+ 2 - 2
app/Http/Controllers/HandInStorageController.php

@@ -217,8 +217,8 @@ class HandInStorageController extends Controller
         $checkData=$request->input('checkData')[0];
 
         //九干仓禁止使用当前app上架
-        $res=$this->screenWarehouseAndContrast($checkData['customerid']);
-        if ($res)$this->error('禁止使用当前app上架,请换用新版app上架!');
+//        $res=$this->screenWarehouseAndContrast($checkData['customerid']);
+//        if ($res)$this->error('禁止使用当前app上架,请换用新版app上架!');
 
         /** @var HandInStorageService $handInStorageService  */
         $handInStorageService=app('HandInStorageService');