generated from root/miduo_server
公告按包名修改
parent
7d9219763b
commit
3082654210
|
@ -74,7 +74,7 @@ public class GetNoticeController extends HttpServlet {
|
|||
continue;
|
||||
}
|
||||
// 包名不包含
|
||||
if (!info.getPackageName().contains(packageName)){
|
||||
if (!info.getPackageName().equals(packageName)){
|
||||
continue;
|
||||
}
|
||||
// 最多展示十条
|
||||
|
|
Loading…
Reference in New Issue