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