gogs hace 1 año
padre
commit
aa479f2bc4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Service/Box/BoxService.php

+ 1 - 1
app/Service/Box/BoxService.php

@@ -628,7 +628,7 @@ class BoxService extends Service
             list($status,$msg) = $this->limitingSendRequestBackg($key);
             if(! $status) return [false,$msg];
 
-            if(empty($value['submit_quantity']) || ! is_numeric($value['submit_quantity']) || $value['submit_quantity'] > $value['quantity']) return [false,'包装数量错误'];
+//            if(empty($value['submit_quantity']) || ! is_numeric($value['submit_quantity']) || $value['submit_quantity'] > $value['quantity']) return [false,'包装数量错误'];
             if(empty($value['team_id'])) return [false,'班组必须选择'];
 
             $tmp = $value;