|
@ -364,9 +364,6 @@ public class PrescriptionFollowupContentService extends BaseService {
|
|
|
contentDoctor.put("text", "请提供您最近一次的血糖检测数值及检测时间");
|
|
|
contentDoctor.put("needUpload","false");
|
|
|
contentDoctor.put("type",2);
|
|
|
contentDoctor.put("sender_id",prescription.getDoctor());
|
|
|
contentDoctor.put("sender_name",prescription.getDoctorName());
|
|
|
contentDoctor.put("content_type","16");
|
|
|
|
|
|
//医生发送Im消息
|
|
|
ImUtill.sendTopicIM(prescription.getDoctor(), prescription.getDoctorName(), prescription.getConsult(), "16", contentDoctor.toString(), null);
|
|
@ -389,9 +386,6 @@ public class PrescriptionFollowupContentService extends BaseService {
|
|
|
contentDoctor.put("text", "请提供您最近一次的血糖检测数值及检测时间");
|
|
|
contentDoctor.put("needUpload","true");
|
|
|
contentDoctor.put("type",2);
|
|
|
contentDoctor.put("sender_id",prescription.getDoctor());
|
|
|
contentDoctor.put("sender_name",prescription.getDoctorName());
|
|
|
contentDoctor.put("content_type","16");
|
|
|
//医生发送Im消息
|
|
|
ImUtill.sendTopicIM(prescription.getDoctor(), prescription.getDoctorName(), prescription.getConsult(), "16", contentDoctor.toString(), null);
|
|
|
|
|
@ -464,9 +458,6 @@ public class PrescriptionFollowupContentService extends BaseService {
|
|
|
contentDoctor.put("text", "请提供您最近一次的血压检测数值及检测时间");
|
|
|
contentDoctor.put("needUpload","false");
|
|
|
contentDoctor.put("type",1);
|
|
|
contentDoctor.put("sender_id",prescription.getDoctor());
|
|
|
contentDoctor.put("sender_name",prescription.getDoctorName());
|
|
|
contentDoctor.put("content_type","16");
|
|
|
|
|
|
//医生发送Im消息
|
|
|
ImUtill.sendTopicIM(prescription.getDoctor(), prescription.getDoctorName(), prescription.getConsult(), "16", contentDoctor.toString(), null);
|
|
@ -490,9 +481,6 @@ public class PrescriptionFollowupContentService extends BaseService {
|
|
|
contentDoctor.put("text", "请提供您最近一次的血压检测数值及检测时间");
|
|
|
contentDoctor.put("needUpload","true");
|
|
|
contentDoctor.put("type",1);
|
|
|
contentDoctor.put("sender_id",prescription.getDoctor());
|
|
|
contentDoctor.put("sender_name",prescription.getDoctorName());
|
|
|
contentDoctor.put("content_type","16");
|
|
|
//医生发送Im消息
|
|
|
ImUtill.sendTopicIM(prescription.getDoctor(), prescription.getDoctorName(), prescription.getConsult(), "16", contentDoctor.toString(), null);
|
|
|
|