|
|
@ -152,7 +152,7 @@ public class CustomerGridServiceImpl extends BaseServiceImpl<CustomerGridDao, Cu |
|
|
|
Map<String,Object> map = new HashMap<>(); |
|
|
|
|
|
|
|
map.put("areaCode",areaCode); |
|
|
|
map.put("cityCode",areaCode.substring(0,areaCode.length()-2)); |
|
|
|
map.put("cityCode",areaCode.substring(0,areaCode.length()-NumConstant.FOUR)); |
|
|
|
map.put("pageSize",listCustomerGridFormDTO.getPageSize()); |
|
|
|
map.put("pageNo",listCustomerGridFormDTO.getPageNo()); |
|
|
|
|
|
|
|