|
@ -3938,11 +3938,11 @@ public class StatisticsEsService {
|
|
|
Integer haveReceiveNm = haveReceiveRs.getResult2().intValue();
|
|
|
// rs.put("name", relyRs.get(area+"Name"));
|
|
|
if (SaveModel.doctorLevel.equals(low_level)) {
|
|
|
rs.put("name", endRs.getDoctorName());
|
|
|
rs.put("name", totalRs.getDoctorName());
|
|
|
} else if (SaveModel.deptLevel.equals(low_level)) {
|
|
|
rs.put("name", endRs.getDeptName());
|
|
|
rs.put("name", totalRs.getDeptName());
|
|
|
} else if (SaveModel.OrgLevel.equals(low_level)) {
|
|
|
rs.put("name", endRs.getHospitalName());
|
|
|
rs.put("name", totalRs.getHospitalName());
|
|
|
}
|
|
|
rs.put("concleCount", concleNm);
|
|
|
rs.put("endCount", endNm);
|