feat:排序

This commit is contained in:
苏竹红
2025-06-25 22:52:27 +08:00
parent c7bdb954a7
commit 1e8129aabc

View File

@@ -32,7 +32,7 @@
SELECT id, record_id, image1, image2, created_time,stage
FROM xfsg_pre_fry_stage_changes
WHERE record_id = #{recordId}
ORDER BY created_time DESC
ORDER BY created_time asc
</select>
<select id="selectByRecordIdList" resultType="com.cool.store.dto.pre.fry.PreFryStageImagesDTO">
SELECT id, record_id, image1, image2, created_time,stage