记录相关数据按照日期降序排序

This commit is contained in:
zyh
2025-08-22 19:32:56 +08:00
parent 02634eb7b6
commit 9051165798
11 changed files with 11 additions and 0 deletions

View File

@@ -67,6 +67,7 @@
and t.create_time between #{params.beginCreateTime} and #{params.endCreateTime}
</if>
</where>
ORDER BY t.create_time DESC
</select>
<select id="selectScTransitionInfoById" parameterType="Integer" resultMap="ScTransitionInfoResult">