fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user