|
@ -343,7 +343,7 @@ public class SignFamilyService extends BaseJpaService<SignFamily,Long> {
|
|
}
|
|
}
|
|
//更新IM内医生信息
|
|
//更新IM内医生信息
|
|
String sessionId = signFamily.getPatient()+"_consult_"+signFamily.getType();
|
|
String sessionId = signFamily.getPatient()+"_consult_"+signFamily.getType();
|
|
String imAddr = imUrl+"sessions/"+sessionId+"/participant/update";
|
|
|
|
|
|
String imAddr = imUrl+"/sessions/"+sessionId+"/participant/update";
|
|
JSONObject healthyparams = new JSONObject();
|
|
JSONObject healthyparams = new JSONObject();
|
|
if(!StringUtils.isEmpty(doctorHealth)) {
|
|
if(!StringUtils.isEmpty(doctorHealth)) {
|
|
healthyparams.put("user_id", signFamily.getDoctorHealth());
|
|
healthyparams.put("user_id", signFamily.getDoctorHealth());
|