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