Browse Source

学员成绩列表 按时间倒序

Althars123 3 năm trước cách đây
mục cha
commit
afc7238d40

+ 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>