ltkj-admin/src/main/java/com/ltkj/web/controller/system/TjSamplingController.java
@@ -245,6 +245,7 @@ TjCustomer customer = customerService.getById(tjSampling.getCusId()); if(null !=customer){ TjOrder order = orderService.getOrderByTjNum(tjSampling.getTjNum()); if(null !=order){ customer.setCompName(order.getFirmName()); customer.setCusName(customer.getCusName()); customer.setCusPhone(MatchUtils.hidePhoneNum(customer.getCusPhone())); @@ -254,6 +255,7 @@ tjCustomers.add(customer); } } } HashMap<String, Object> hashMap = new HashMap<>(); hashMap.put("list", tjCustomers); hashMap.put("total", page.getTotal());