Преглед изворни кода

Merge remote-tracking branch 'origin/dev' into feature-cloud

guq пре 6 година
родитељ
комит
0ad44b65c9

+ 1 - 1
applications/school/school-server/src/main/java/com/usoftchina/smartschool/school/business/service/impl/NoticeServiceImpl.java

@@ -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());