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

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

@@ -48,6 +48,7 @@
and bs.manage_tags like concat('%', #{manageTags}, '%')
</if>
</where>
ORDER BY fh.create_time DESC
</select>
<select id="selectScFixHoofById" parameterType="java.lang.Integer" resultMap="ScFixHoofResult">