|
@ -154,8 +154,8 @@ public class CustomerGridServiceImpl extends BaseServiceImpl<CustomerGridDao, Cu |
|
|
//cx代表市
|
|
|
//cx代表市
|
|
|
//yz代表区
|
|
|
//yz代表区
|
|
|
map.put("areaCode",areaCode); |
|
|
map.put("areaCode",areaCode); |
|
|
map.put("cityCode",areaCode.substring(NumConstant.ZERO,areaCode.length()-NumConstant.FOUR)); |
|
|
map.put("cityCode",areaCode.substring(NumConstant.ZERO,areaCode.length()-NumConstant.TWO)); |
|
|
map.put("provinceCode",areaCode.substring(NumConstant.ZERO,areaCode.length()-NumConstant.TWO)); |
|
|
map.put("provinceCode",areaCode.substring(NumConstant.ZERO,areaCode.length()-NumConstant.FOUR)); |
|
|
map.put("pageSize",listCustomerGridFormDTO.getPageSize()); |
|
|
map.put("pageSize",listCustomerGridFormDTO.getPageSize()); |
|
|
map.put("pageNo",listCustomerGridFormDTO.getPageNo()); |
|
|
map.put("pageNo",listCustomerGridFormDTO.getPageNo()); |
|
|
|
|
|
|
|
|