|
@ -806,8 +806,8 @@ public class RehabilitationManageService {
|
|
//完成项目=全部的服务项目-未完成的服务项目
|
|
//完成项目=全部的服务项目-未完成的服务项目
|
|
List<Map<String,Object>> serviceDoctorList = new ArrayList<>();
|
|
List<Map<String,Object>> serviceDoctorList = new ArrayList<>();
|
|
//全科医生和健管师要是同一个人,就显示全科医生
|
|
//全科医生和健管师要是同一个人,就显示全科医生
|
|
if(!generalDoctor.equals(healthDoctor)){
|
|
|
|
|
|
|
|
|
|
/* if(!generalDoctor.equals(healthDoctor)){
|
|
|
|
*/
|
|
if(StringUtils.isNotEmpty(healthDoctor)){
|
|
if(StringUtils.isNotEmpty(healthDoctor)){
|
|
|
|
|
|
Map<String,Object> healthDoctorMap = new HashMap<>();
|
|
Map<String,Object> healthDoctorMap = new HashMap<>();
|
|
@ -821,7 +821,7 @@ public class RehabilitationManageService {
|
|
healthDoctorMap.put("serviceCount",healthServiceCount);
|
|
healthDoctorMap.put("serviceCount",healthServiceCount);
|
|
serviceDoctorList.add(healthDoctorMap);
|
|
serviceDoctorList.add(healthDoctorMap);
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
/* }*/
|
|
if(StringUtils.isNotEmpty(generalDoctor)){
|
|
if(StringUtils.isNotEmpty(generalDoctor)){
|
|
|
|
|
|
Map<String,Object> generalDoctorMap = new HashMap<>();
|
|
Map<String,Object> generalDoctorMap = new HashMap<>();
|