gogs 1 년 전
부모
커밋
aa479f2bc4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;