|
@ -712,7 +712,7 @@ public class SpecialistService extends BaseService {
|
|
|
param.put("doctor", doctor);
|
|
|
HttpResponse response = HttpUtils.doGet(specialistUrl + "svr-specialist/findPatientSignSpecialistInfo", param);
|
|
|
JSONObject rs = new JSONObject(response.getContent());
|
|
|
if ("succes".equals(rs.getString("message"))) {
|
|
|
if ("success".equals(rs.getString("message"))) {
|
|
|
JSONObject j =rs.getJSONObject("obj");
|
|
|
String relationCode = j.getString("relationCode");
|
|
|
j.put("server",patientDiseaseServerDao.findBySpecialistRelationCodeAndDel(relationCode,"1"));
|