This commit is contained in:
shuo.wang
2025-04-16 22:02:58 +08:00
parent 31834dcd73
commit 4a5fcc6c75

View File

@@ -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;
}