Преглед изворни кода

手持端收货上架禁止九干仓使用假包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');