From 562d9b1caed41138a67e900553e212b67d0261d2 Mon Sep 17 00:00:00 2001 From: Gitea Date: Thu, 18 Jul 2024 11:55:16 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=84=E5=A7=94=E4=BC=9A=E8=A7=92=E8=89=B2?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=A6=96=E9=A1=B5=E6=95=B0=E6=8D=AE=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AnnualCompetitionProjectRegistrationController.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jeecg-boot-master/jeecg-module-demo/src/main/java/org/jeecg/modules/demo/annualcompetitionprojectregistration/controller/AnnualCompetitionProjectRegistrationController.java b/jeecg-boot-master/jeecg-module-demo/src/main/java/org/jeecg/modules/demo/annualcompetitionprojectregistration/controller/AnnualCompetitionProjectRegistrationController.java index ecdf38d9..25d085b3 100644 --- a/jeecg-boot-master/jeecg-module-demo/src/main/java/org/jeecg/modules/demo/annualcompetitionprojectregistration/controller/AnnualCompetitionProjectRegistrationController.java +++ b/jeecg-boot-master/jeecg-module-demo/src/main/java/org/jeecg/modules/demo/annualcompetitionprojectregistration/controller/AnnualCompetitionProjectRegistrationController.java @@ -1115,8 +1115,8 @@ public class AnnualCompetitionProjectRegistrationController { } //参赛院系人数排名(只取前六条) if(listcs.size()==0){ - map.put("csyxbmpm",null); - map.put("bmxsxxList",null); + map.put("csyxbmpm",new ArrayList<>()); + map.put("bmxsxxList",new ArrayList<>()); }else { //拿到所有的userid List userIds = listcs.stream().map(TeamManagement::getUserId).collect(Collectors.toList());