fix
This commit is contained in:
@@ -77,9 +77,6 @@ public class UpdateRentContractRequest {
|
||||
if(Objects.isNull(rentId)){
|
||||
return false;
|
||||
}
|
||||
if(Objects.isNull(shopId) || Objects.isNull(pointId)){
|
||||
return false;
|
||||
}
|
||||
if(RentTypeEnum.OWN.getCode().equals(rentType)){
|
||||
if(CollectionUtils.isEmpty(houseCertificatePic) || houseCertificatePic.size() > 3){
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user