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

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

@@ -56,6 +56,7 @@
and sbr.create_time between #{params.beginCreateTime} and #{params.endCreateTime}
</if>
</where>
ORDER BY sbr.create_time DESC
</select>
<select id="selectScBreastRatingById" parameterType="Long" resultMap="ScBreastRatingResult">