公告按包名修改

master
lvxinran 2021-06-30 21:19:44 +08:00
parent 7d9219763b
commit 3082654210
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ public class GetNoticeController extends HttpServlet {
continue;
}
// 包名不包含
if (!info.getPackageName().contains(packageName)){
if (!info.getPackageName().equals(packageName)){
continue;
}
// 最多展示十条