Commit d4039395339ddc7729f00e8780b28ea3776698a5
1 parent
4b5cce302d
Exists in
master
and in
6 other branches
乐陵住院统计Bug修改
Showing 1 changed file with 5 additions and 5 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientMarkHospServiceFacade.java
View file @
d403939
... | ... | @@ -310,8 +310,8 @@ |
310 | 310 | Map<String, String> cnames = new LinkedHashMap<>(); |
311 | 311 | cnames.put("id", "#"); |
312 | 312 | cnames.put("doctorName", "操作员"); |
313 | - cnames.put("succNum", "回院预约成功数"); | |
314 | - cnames.put("errNum", "回院预约成功数"); | |
313 | + cnames.put("succNum", "回院提醒成功总数"); | |
314 | + cnames.put("errNum", "回院提醒失败总数"); | |
315 | 315 | ResponseUtil.responseExcel(cnames, serData, resp); |
316 | 316 | } |
317 | 317 | |
... | ... | @@ -525,8 +525,8 @@ |
525 | 525 | //根据用户id获取医院ID |
526 | 526 | String hospitalId = autoMatchFacade.getHospitalId(id); |
527 | 527 | PatientMarkHospitalQuery patientMarkHospQuery = new PatientMarkHospitalQuery(); |
528 | - patientMarkHospQuery.setHospitStartDate(patientMarkRequest.getMakeStartDate()); | |
529 | - patientMarkHospQuery.setHospitEndDate(patientMarkRequest.getMakeEndDate()); | |
528 | + patientMarkHospQuery.setInHospitStartDate(patientMarkRequest.getMakeStartDate()); | |
529 | + patientMarkHospQuery.setInHospitEndDate(patientMarkRequest.getMakeEndDate()); | |
530 | 530 | |
531 | 531 | patientMarkHospQuery.setHospitalId(hospitalId); |
532 | 532 | PatientsQuery patientsQuery = new PatientsQuery(); |
... | ... | @@ -610,7 +610,7 @@ |
610 | 610 | Map<String, String> cnames = new LinkedHashMap<>(); |
611 | 611 | cnames.put("id", "#"); |
612 | 612 | cnames.put("type", "类型"); |
613 | - cnames.put("num", "预约提醒总量"); | |
613 | + cnames.put("num", "提醒总量"); | |
614 | 614 | cnames.put("noPhoneNum", "电话无人接听"); |
615 | 615 | cnames.put("indeterNum", "暂时不确定"); |
616 | 616 | cnames.put("otherHospNum", "他院已办理"); |