瀏覽代碼

学员成绩列表 按时间倒序

Althars123 3 年之前
父節點
當前提交
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>