|
@ -355,8 +355,9 @@ public class RehabilitationManageService extends BaseService {
|
|
|
json.put("sex",sex);
|
|
|
json.put("healthyCondition","康复期");
|
|
|
json.put("signHospitalName",signHospitalName);
|
|
|
json.put("photo",patientDao.findByCode(patientCode).getPhoto());
|
|
|
|
|
|
Patient patient = patientDao.findByCode(patientCode);
|
|
|
json.put("photo",patient.getPhoto());
|
|
|
json.put("mobile",patient.getMobile());
|
|
|
JSONArray jsonArray = result.getJSONObject("obj").getJSONArray("serviceDoctorList");
|
|
|
String doctorCode ="";
|
|
|
Doctor doctor = null;
|