update
This commit is contained in:
parent
c755ea1db7
commit
0b8ff22189
@ -131,9 +131,9 @@ class BidSecurityApplyValidate extends BaseValidate
|
|||||||
if ($data->isEmpty()) {
|
if ($data->isEmpty()) {
|
||||||
return '投标决策信息不存在';
|
return '投标决策信息不存在';
|
||||||
}
|
}
|
||||||
if($data['is_margin'] != 1){
|
// if($data['is_margin'] != 1){
|
||||||
return '此投标信息没有保证金';
|
// return '此投标信息没有保证金';
|
||||||
}
|
// }
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user