|
|
@ -838,7 +838,6 @@ public class IcNeighborHoodServiceImpl extends BaseServiceImpl<IcNeighborHoodDao |
|
|
|
CustomerStaffInfoCacheResult staffInfoCacheResult = CustomerStaffRedis.getStaffInfo(formDTO.getCustomerId(), formDTO.getStaffId()); |
|
|
|
formDTO.setAgencyId(staffInfoCacheResult.getAgencyId()); |
|
|
|
} |
|
|
|
PageHelper.startPage(formDTO.getPageNo(), formDTO.getPageSize(), formDTO.getIsPage()); |
|
|
|
List<OptionResultDTO> list = baseDao.queryNeighborHoodOptions(formDTO); |
|
|
|
return list; |
|
|
|
} |
|
|
|