diff --git a/jeecg-boot/jeecg-module-demo/src/main/java/org/jeecg/modules/demo/blStuAnswer/mapper/BlStuAnswerMapper.java b/jeecg-boot/jeecg-module-demo/src/main/java/org/jeecg/modules/demo/blStuAnswer/mapper/BlStuAnswerMapper.java index 59b7de5..f0733ac 100644 --- a/jeecg-boot/jeecg-module-demo/src/main/java/org/jeecg/modules/demo/blStuAnswer/mapper/BlStuAnswerMapper.java +++ b/jeecg-boot/jeecg-module-demo/src/main/java/org/jeecg/modules/demo/blStuAnswer/mapper/BlStuAnswerMapper.java @@ -160,7 +160,7 @@ public interface BlStuAnswerMapper extends BaseMapper { String b2_2_6(String id); @MapKey("key") - List> i2_9(String id); + Map i2_9(String id); @MapKey("key") List> t2_10(String id); @@ -180,7 +180,7 @@ public interface BlStuAnswerMapper extends BaseMapper { String b2_3_4(String id); @MapKey("key") - List> i2_13(String id); + Map i2_13(String id); @MapKey("key") List> t2_14(String id); @@ -213,7 +213,7 @@ public interface BlStuAnswerMapper extends BaseMapper { String b2_5_3(String id); @MapKey("key") - List> i2_18(String id); + Map i2_18(String id); @MapKey("key") List> t2_19(String id); @@ -248,7 +248,7 @@ public interface BlStuAnswerMapper extends BaseMapper { String b2_6_10(String id); @MapKey("key") - List> i2_23(String id); + Map i2_23(String id); @MapKey("key") List> t2_24(String id); @@ -268,7 +268,7 @@ public interface BlStuAnswerMapper extends BaseMapper { String b2_7_4(String id); @MapKey("key") - List> i2_27(String id); + Map i2_27(String id); @MapKey("key") List> t2_28(String id); @@ -287,7 +287,7 @@ public interface BlStuAnswerMapper extends BaseMapper { String b2_8_5(String id); @MapKey("key") - List> i2_30(String id); + Map i2_30(String id); @MapKey("key") List> t2_31(String id); @@ -313,7 +313,7 @@ public interface BlStuAnswerMapper extends BaseMapper { String b2_9_7(String id); @MapKey("key") - List> i2_34(String id); + Map i2_34(String id); @MapKey("key") List> t2_35(String id); @@ -333,7 +333,7 @@ public interface BlStuAnswerMapper extends BaseMapper { String b3_1_4(String id); @MapKey("key") - List> i3_2(String id); + Map i3_2(String id); @MapKey("key") List> t3_3(String id); @@ -377,7 +377,7 @@ public interface BlStuAnswerMapper extends BaseMapper { String b3_3_5(String id); @MapKey("key") - List> i3_10(String id); + Map i3_10(String id); @MapKey("key") List> t3_11(String id); @@ -397,7 +397,7 @@ public interface BlStuAnswerMapper extends BaseMapper { String b4_1_4(String id); @MapKey("key") - List> i4_2(String id); + Map i4_2(String id); @MapKey("key") List> t4_3(String id); @@ -440,7 +440,7 @@ public interface BlStuAnswerMapper extends BaseMapper { String b4_3_5(String id); @MapKey("key") - List> i4_9(String id); + Map i4_9(String id); @MapKey("key") List> t4_10(String id); @@ -464,7 +464,7 @@ public interface BlStuAnswerMapper extends BaseMapper { String b4_4_6(String id); @MapKey("key") - List> i4_13(String id); + Map i4_13(String id); @MapKey("key") List> t4_14(String id); @@ -486,7 +486,7 @@ public interface BlStuAnswerMapper extends BaseMapper { String b5_1_5(String id); @MapKey("key") - List> i5_2(String id); + Map i5_2(String id); @MapKey("key") List> t5_3(String id); diff --git a/jeecg-boot/jeecg-module-demo/src/main/java/org/jeecg/modules/demo/blStuAnswer/mapper/xml/BlStuAnswerMapper.xml b/jeecg-boot/jeecg-module-demo/src/main/java/org/jeecg/modules/demo/blStuAnswer/mapper/xml/BlStuAnswerMapper.xml index 2a76780..aec7ba5 100644 --- a/jeecg-boot/jeecg-module-demo/src/main/java/org/jeecg/modules/demo/blStuAnswer/mapper/xml/BlStuAnswerMapper.xml +++ b/jeecg-boot/jeecg-module-demo/src/main/java/org/jeecg/modules/demo/blStuAnswer/mapper/xml/BlStuAnswerMapper.xml @@ -736,6 +736,7 @@ select - '' as 'key', + 'key' as 'key', round(round(sum(CAMPUS_EQUIPMENT2)/count('x'),2)) as '教室及教学设备', round(round(sum(CAMPUS_LAB2)/count('x'),2)) as '实验实训室条件', round(round(sum(CAMPUS_BOOK2)/count('x'),2)) as '图书馆资源', @@ -2523,7 +2523,7 @@