From 068fc7f2e81178e55fa191a13709af64b1a163f6 Mon Sep 17 00:00:00 2001 From: EricsHu <hrr145632> Date: 星期一, 05 十二月 2022 14:27:43 +0800 Subject: [PATCH] 处理编码 --- src/main/java/com/qxueyou/scc/admin/notice/service/impl/NoticeService.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/qxueyou/scc/admin/notice/service/impl/NoticeService.java b/src/main/java/com/qxueyou/scc/admin/notice/service/impl/NoticeService.java index fc542fd..022da78 100644 --- a/src/main/java/com/qxueyou/scc/admin/notice/service/impl/NoticeService.java +++ b/src/main/java/com/qxueyou/scc/admin/notice/service/impl/NoticeService.java @@ -150,7 +150,7 @@ if(lstClassIds == null || lstClassIds.size()==0){ return ; } - //查询直播关联的班级 + //鏌ヨ鐩存挱鍏宠仈鐨勭彮绾� String hql = "select userId from StuStudent where classId in (:classIds) and deleteFlag is false "; List<String> lstUserIds = this.findByComplexHql(hql, CollectionUtils.newObjectMap("classIds",lstClassIds.toArray(new String[lstClassIds.size()])), String.class); @@ -160,7 +160,7 @@ "creator",notice.getCreator(),"noticeTypeName",notice.getNoticeTypeName()); msgInfoService.doSendTextMsgToUsers(lstUserIds.toArray(new String[lstUserIds.size()]), - MsgInfo.TYPE_NOTICE," 发布了公告", attrs); + MsgInfo.TYPE_NOTICE," 鍙戝竷浜嗗叕鍛�", attrs); } } -- Gitblit v1.8.0