|
@ -50,7 +50,7 @@ import com.yihu.jw.wlyy.service.WlyyBusinessService;
|
|
|
import io.swagger.annotations.Api;
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
import org.apache.axis.utils.StringUtils;
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
import org.slf4j.Logger;
|
|
|
import org.slf4j.LoggerFactory;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
@ -1020,6 +1020,7 @@ public class PatientConsultEndpoint extends EnvelopRestEndpoint {
|
|
|
}else{
|
|
|
}
|
|
|
}
|
|
|
content = StringUtils.isNotEmpty(content)?content.trim():content;
|
|
|
Map<String,JSONObject> map = robotService.robotReply(session_id,type,content);
|
|
|
session_id = imService.getPatientGuaidenceConsult(sender_id,session_id,type);
|
|
|
String result = imService.patientGuaidenceAppend(sender_id,sender_name,session_id,content_type,content,"1",extend);
|