fix
This commit is contained in:
parent
f786cb20ec
commit
c88a023d5d
@ -21,5 +21,8 @@ public class ChartStatistical {
|
|||||||
@ApiModelProperty(value = "提示",name = "tip")
|
@ApiModelProperty(value = "提示",name = "tip")
|
||||||
private String tip;
|
private String tip;
|
||||||
|
|
||||||
|
@ApiModelProperty(value = "等级",name = "scoreLevel")
|
||||||
|
private Long scoreLevel;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -379,7 +379,7 @@
|
|||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="countNumByScoreLevel" resultType="com.lz.modules.performance.res.ChartStatistical">
|
<select id="countNumByScoreLevel" resultType="com.lz.modules.performance.res.ChartStatistical">
|
||||||
SELECT count(score_level) num,case score_level WHEN 0 THEN '无等级' ELSE score_level END as 'desc' from lz_result_record where is_delete=0
|
SELECT count(score_level) num,score_level,case score_level WHEN 0 THEN '无等级' ELSE score_level END as 'desc' from lz_result_record where is_delete=0
|
||||||
and start_id =#{startId}
|
and start_id =#{startId}
|
||||||
<if test="evaluationIds !=null and evaluationIds.size()!=0">
|
<if test="evaluationIds !=null and evaluationIds.size()!=0">
|
||||||
and evaluation_id in (
|
and evaluation_id in (
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user