fix
This commit is contained in:
@@ -340,7 +340,7 @@ public class PointServiceImpl implements PointService {
|
||||
private Boolean checkIsAudit(PointInfoDO pointInfo, PointDetailInfoDO pointDetailInfoDO) {
|
||||
if (StringUtils.isAnyBlank(pointInfo.getPointArea(), pointInfo.getLatitude(),
|
||||
pointInfo.getLongitude(), pointInfo.getAddress(), pointInfo.getProvince(), pointInfo.getCity(),
|
||||
pointInfo.getDistrict(), pointInfo.getTownship(), pointDetailInfoDO.getMonthRent()
|
||||
pointInfo.getDistrict(), pointDetailInfoDO.getMonthRent()
|
||||
, pointDetailInfoDO.getLandlordMobile())) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user