From c88a023d5de18d1e2064ff7cff33478ed076d977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=9C=E5=BB=BA=E8=B6=85?= <3182967682@qq.com> Date: Tue, 10 Nov 2020 15:52:47 +0800 Subject: [PATCH] fix --- .../java/com/lz/modules/performance/res/ChartStatistical.java | 3 +++ src/main/resources/mapper/app/ResultRecordMapper.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/lz/modules/performance/res/ChartStatistical.java b/src/main/java/com/lz/modules/performance/res/ChartStatistical.java index 4e936326..5f4929b7 100644 --- a/src/main/java/com/lz/modules/performance/res/ChartStatistical.java +++ b/src/main/java/com/lz/modules/performance/res/ChartStatistical.java @@ -21,5 +21,8 @@ public class ChartStatistical { @ApiModelProperty(value = "提示",name = "tip") private String tip; + @ApiModelProperty(value = "等级",name = "scoreLevel") + private Long scoreLevel; + } \ No newline at end of file diff --git a/src/main/resources/mapper/app/ResultRecordMapper.xml b/src/main/resources/mapper/app/ResultRecordMapper.xml index 96ca166f..c0c48620 100644 --- a/src/main/resources/mapper/app/ResultRecordMapper.xml +++ b/src/main/resources/mapper/app/ResultRecordMapper.xml @@ -379,7 +379,7 @@