【fix sonar】BigScreenTemplatController文件

This commit is contained in:
梁琦涛
2023-03-09 09:31:36 +08:00
parent de790b3080
commit 4807ff398e
@@ -29,7 +29,7 @@ public class BigScreenTemplatController extends JeroController<JeroDemo, IJeroDe
@RequestMapping("/html")
public ModelAndView ftl(ModelAndView modelAndView) {
modelAndView.setViewName("demo3");
List<String> userList = new ArrayList<String>();
List<String> userList = new ArrayList<>();
userList.add("admin");
userList.add("user1");
userList.add("user2");