update
This commit is contained in:
parent
92f72e227c
commit
4d81815a9a
@ -143,7 +143,7 @@ class BidDocumentExaminationValidate extends BaseValidate
|
||||
|
||||
public function checkQuotationDetail($value): bool|string
|
||||
{
|
||||
if(empty($value) || !is_array($value)){
|
||||
if(!empty($value) && !is_array($value)){
|
||||
return '审查明细数据格式错误';
|
||||
}
|
||||
foreach($value as $k=>$v) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user