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

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

@@ -71,6 +71,7 @@
and tg.create_time between #{params.beginCreateTime} and #{params.endCreateTime}
</if>
</where>
ORDER BY tg.create_time DESC
</select>