11
lige
2023-09-13 285ff92599f9c7e42af704606d1587b5d05d89ca
11
1个文件已修改
3 ■■■■■ 已修改文件
ltkj-hosp/src/main/java/com/ltkj/hosp/service/impl/TjAsyncServiceImpl.java 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ltkj-hosp/src/main/java/com/ltkj/hosp/service/impl/TjAsyncServiceImpl.java
@@ -1275,6 +1275,9 @@
            for (Map.Entry<String, List<TjSampling>> entry : stringListMap.entrySet()) {
                Map<String,Object>map=new HashMap<>();
                TjCustomer customer = tjCustomerService.getById(entry.getKey());
                if (customer==null){
                    continue;
                }
                customer.setCusName(hideCusName(customer.getCusName()));
                customer.setCusPhone(hidePhoneNum(customer.getCusPhone()));
                customer.setCusIdcard(hideIdCardNum(customer.getCusIdcard()));