| | |
| | | for (Map.Entry<String, List<TjXdPicture>> entry : stringListMap.entrySet()) { |
| | | Map<String,Object>map=new HashMap<>(); |
| | | TjCustomer customer = customerService.getById(entry.getKey()); |
| | | customer.setCusName(MatchUtils.hideCusName(customer.getCusName())); |
| | | customer.setCusPhone(MatchUtils.hidePhoneNum(customer.getCusPhone())); |
| | | customer.setCusIdcard(MatchUtils.hideIdCardNum(customer.getCusIdcard())); |
| | | customer.setTjNumber(entry.getValue().get(0).getTjNum()); |
| | | map.put("list",entry.getValue()); |
| | | map.put("customer",customer); |
| | | map.put("picturePath",configService.selectConfigByKey("TjXdPicture")); |
| | | arrayList.add(map); |
| | | if(null !=customer){ |
| | | customer.setCusName(MatchUtils.hideCusName(customer.getCusName())); |
| | | customer.setCusPhone(MatchUtils.hidePhoneNum(customer.getCusPhone())); |
| | | customer.setCusIdcard(MatchUtils.hideIdCardNum(customer.getCusIdcard())); |
| | | customer.setTjNumber(entry.getValue().get(0).getTjNum()); |
| | | map.put("list",entry.getValue()); |
| | | map.put("customer",customer); |
| | | map.put("picturePath",configService.selectConfigByKey("TjXdPicture")); |
| | | arrayList.add(map); |
| | | } |
| | | |
| | | } |
| | | } |
| | | List<Map<String, Object>> collect =null; |