This commit is contained in:
shuo.wang
2025-04-21 11:43:08 +08:00
parent 4cf5471c61
commit 62aad29949

View File

@@ -350,7 +350,7 @@ public class PointServiceImpl implements PointService {
if (StringUtils.isAnyBlank(pointInfo.getPointArea(), pointInfo.getLatitude(),
pointInfo.getLongitude(), pointInfo.getAddress(), pointInfo.getProvince(), pointInfo.getCity(),
pointInfo.getDistrict(), pointDetailInfoDO.getMonthRent()
, pointDetailInfoDO.getLandlordMobile())) {
)) {
return false;
}
return true;