|
@ -333,7 +333,7 @@ public class PushMsgTask {
|
|
|
keyword4.setValue(json.getString("date"));
|
|
|
m.put("keyword4", keyword4);
|
|
|
} else if (type == 6) {
|
|
|
temp.setUrl(url + "wdyy/html/detail-appointment.html?openid=" + openid + "&id=" + json.getLong("id") + "&toUser=" + json.getString("toUser") + "&toName=" + name);
|
|
|
temp.setUrl(url + "wdyy/html/detail-appointment.html?openid=" + openid+ "&orgCode=" + json.get("orgCode") + "&id=" + json.getLong("id") + "&toUser=" + json.getString("toUser") + "&toName=" + name);
|
|
|
temp_id = SystemConf.getInstance().getSystemProperties().getProperty("template_appoint_success");
|
|
|
temp.setTemplate_id(temp_id);
|
|
|
WechatTemplateData keyword1 = new WechatTemplateData();
|