获取组列表改成倒叙

This commit is contained in:
wulin 2020-12-01 14:25:23 +08:00
parent 464ebae862
commit 65f1023f0f

View File

@ -111,8 +111,9 @@
#{item}
</foreach>
)
group by id order by id desc
</if>
group by id order by id desc
</select>
<select id="selectEvaluationGroupByIds" resultType="EvaluationGroup" >