|
|
@@ -147,7 +147,7 @@ public class NoticeServiceImpl implements NoticeService{
|
|
|
}else {
|
|
|
endUrl = "/teacher/" + id + "?teacherId=" + noticer.getPersonId();
|
|
|
}
|
|
|
- String url = baseWechatUrl + endUrl;
|
|
|
+ String url = baseWechatUrl + "/notifyDetail" + endUrl;
|
|
|
msg.setUrl(url);
|
|
|
msg.setTitle(data.getNotify_title());
|
|
|
msg.setKeyword1(school.getSchool_name());
|