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