获取组列表改成倒叙

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} #{item}
</foreach> </foreach>
) )
group by id order by id desc
</if> </if>
group by id order by id desc
</select> </select>
<select id="selectEvaluationGroupByIds" resultType="EvaluationGroup" > <select id="selectEvaluationGroupByIds" resultType="EvaluationGroup" >