Procházet zdrojové kódy

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

eric2h před 4 roky
rodič
revize
8c978f2097

+ 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');