|
@ -217,8 +217,10 @@ public class RehabilitationManageService extends BaseService {
|
|
|
List<SignFamily> list = signFamilyDao.findByPatientAndExpensesStatusAndStatus(patient,"1",1);
|
|
|
if(list.size()>0){
|
|
|
result.getJSONObject("obj").put("familyDoctorCode",list.get(0).getDoctor());
|
|
|
result.getJSONObject("obj").put("familyDoctorName",list.get(0).getDoctorName());
|
|
|
}else{
|
|
|
result.getJSONObject("obj").put("familyDoctorCode","");
|
|
|
result.getJSONObject("obj").put("familyDoctorName","");
|
|
|
}
|
|
|
return result.getJSONObject("obj");
|
|
|
}
|