This commit is contained in:
shuo.wang
2025-04-16 22:00:44 +08:00
parent ee951592c1
commit 31834dcd73

View File

@@ -340,8 +340,7 @@ public class PointServiceImpl implements PointService {
private Boolean checkIsAudit(PointInfoDO pointInfo, PointDetailInfoDO pointDetailInfoDO) { private Boolean checkIsAudit(PointInfoDO pointInfo, PointDetailInfoDO pointDetailInfoDO) {
if (StringUtils.isAnyBlank(pointInfo.getPointArea(), pointInfo.getLatitude(), if (StringUtils.isAnyBlank(pointInfo.getPointArea(), pointInfo.getLatitude(),
pointInfo.getLongitude(), pointInfo.getAddress(), pointInfo.getProvince(), pointInfo.getCity(), pointInfo.getLongitude(), pointInfo.getAddress(), pointInfo.getProvince(), pointInfo.getCity(),
pointInfo.getDistrict(), pointInfo.getTownship(), pointInfo.getOpportunityPointCode(), pointInfo.getOpportunityPointName() pointInfo.getDistrict(), pointInfo.getTownship(), pointDetailInfoDO.getMonthRent()
, pointInfo.getProvinceCode(), pointInfo.getCityCode(), pointInfo.getDistrictCode(), pointDetailInfoDO.getMonthRent()
, pointDetailInfoDO.getLandlordMobile())) { , pointDetailInfoDO.getLandlordMobile())) {
return false; return false;
} }