Просмотр исходного кода

学员成绩列表 按时间倒序

Althars123 3 лет назад
Родитель
Сommit
afc7238d40
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      twzd-service/src/main/resources/mapper/score/ScoreInfoMapper.xml

+ 1 - 0
twzd-service/src/main/resources/mapper/score/ScoreInfoMapper.xml

@@ -40,6 +40,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 create_time desc
     </select>