@@ -26,6 +26,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="kskm != null and kskm != ''"> and kskm = #{kskm}</if>
<if test="score != null "> and score = #{score}</if>
</where>
+ order by id desc
</select>