# Conflicts: # svr/svr-iot/src/main/java/com/yihu/iot/service/monitorPlatform/MonitorPlatformService.java
@ -770,6 +770,7 @@ public class PatientConsultEndpoint extends EnvelopRestEndpoint {
)throws Exception{
if (!org.apache.commons.lang3.StringUtils.isNoneBlank(session_id)){
session_id = imService.getPatientGuaidenceConsult(sender_id,session_id,content_type);
}
String result = imService.patientGuaidenceAppend(sender_id,sender_name,session_id,content_type,content,"1");
return success(result);