|
@ -296,10 +296,10 @@ public class PatientConsultEndpoint extends EnvelopRestEndpoint {
|
|
|
|
|
|
JSONObject msgObj = new JSONObject();
|
|
|
msgObj.put("msg",basePatientDO.getName()+"结束了咨询");
|
|
|
msgObj.put("consult",consult);
|
|
|
msgObj.put("consultcode",consult);
|
|
|
|
|
|
|
|
|
String jsonStr = "{\"id\":\""+UUID.randomUUID().toString()+"\",\"sender_id\":\""+patientCode+"\",\"sender_name\":\"系统\",\"timestamp\":1564047386016,\"content_type\":7,\"content\":"+msgObj.toString()+",\"business_type\":1}";
|
|
|
String jsonStr = "{\"id\":\""+UUID.randomUUID().toString()+"\",\"sender_id\":\""+patientCode+"\",\"sender_name\":\"系统\",\"timestamp\":"+new Date().getTime()+",\"content_type\":7,\"content\":"+msgObj.toString()+",\"business_type\":1}";
|
|
|
return success(jsonStr);
|
|
|
}
|
|
|
|