Commit 519902aa83504334b933c6100b5ad9fad895bac4

Authored by yangfei
1 parent 8be41989d2

未使用优惠券

Showing 2 changed files with 2 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/ReportController.java View file @ 519902a
... ... @@ -77,7 +77,7 @@
77 77 @ResponseBody
78 78 @TokenRequired
79 79 public void unUsedExport(Date startDate, Date endDate, String provinceId, String cityId, String areaId, String hospitalId, HttpServletRequest request, HttpServletResponse response) {
80   - reportService.unUsedExport(startDate, endDate, provinceId, cityId, areaId, hospitalId, getUserId(request), response);
  80 + reportService.unSendExport(startDate, endDate, provinceId, cityId, areaId, hospitalId, getUserId(request), response);
81 81 }
82 82  
83 83 /**
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java View file @ 519902a
... ... @@ -948,7 +948,7 @@
948 948 datas.add(data);
949 949 }
950 950 cnames.put("name", "姓名");
951   - cnames.put("realPhone", "分娩年龄");
  951 + cnames.put("realPhone", "联系电话");
952 952 cnames.put("cTime", "产后天数");
953 953 cnames.put("dueWeek", "分娩日期");
954 954 cnames.put("fCh", "分娩医院");