|
@ -121,7 +121,7 @@ public class PrescriptionFollowupContentService extends BaseService {
|
|
|
org.json.JSONObject content = new org.json.JSONObject();
|
|
|
content.put("title", "【本消息为系统提醒】:");
|
|
|
if("1".equals(followupProject)){
|
|
|
content.put("text", "居民已填写《身份异常症状问卷》");
|
|
|
content.put("text", "居民已填写《身体异常症状问卷》");
|
|
|
content.put("msgType", 1);
|
|
|
}else{
|
|
|
if(isSendTZSHMsg){//判断是否已发送过,避免重复发送
|
|
@ -186,12 +186,12 @@ public class PrescriptionFollowupContentService extends BaseService {
|
|
|
JSONObject jsonObject1 = new JSONObject();
|
|
|
if(prescriptionFollowupContent1 != null){
|
|
|
jsonObject1.put("type","1");
|
|
|
jsonObject1.put("name","身份异常症状问卷");
|
|
|
jsonObject1.put("name","身体异常症状问卷");
|
|
|
jsonObject1.put("statue","1");//1已填写,2未填写
|
|
|
jsonObject1.put("createtime",DateUtil.dateToStrLong(prescriptionFollowupContent1.getCreateTime()));
|
|
|
}else{
|
|
|
jsonObject1.put("type","1");
|
|
|
jsonObject1.put("name","身份异常症状问卷");
|
|
|
jsonObject1.put("name","身体异常症状问卷");
|
|
|
jsonObject1.put("statue","2");//1已填写,2未填写
|
|
|
jsonObject1.put("createtime","");
|
|
|
}
|