lige
2023-09-13 178ae29cf4c7144a6dfc12b8c47a0e6acded767b
采样
1个文件已修改
4 ■■■ 已修改文件
ltkj-admin/src/main/java/com/ltkj/web/controller/system/TjSamplingController.java 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ltkj-admin/src/main/java/com/ltkj/web/controller/system/TjSamplingController.java
@@ -95,7 +95,6 @@
            List<Map<String, Object>> extracted = extracted(arrayList, list,pageNum,pageSize);
            return AjaxResult.success(extracted);
        }
        if(null !=name){
            wq.like(TjSampling::getCusName,name);
            List<TjSampling> list = tjSamplingService.list(wq);
@@ -136,6 +135,9 @@
            for (Map.Entry<String, List<TjSampling>> entry : stringListMap.entrySet()) {
                Map<String,Object>map=new HashMap<>();
                TjCustomer customer = customerService.getById(entry.getKey());
                if (customer==null){
                    continue;
                }
                customer.setCusName(MatchUtils.hideCusName(customer.getCusName()));
                customer.setCusPhone(MatchUtils.hidePhoneNum(customer.getCusPhone()));
                customer.setCusIdcard(MatchUtils.hideIdCardNum(customer.getCusIdcard()));