文件列表排序

This commit is contained in:
cuizhibin 2025-08-05 21:42:16 +08:00
parent 9b963d43f5
commit 28ebad9966
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
and i.review_state = #{reviewState} and i.review_state = #{reviewState}
</if> </if>
</where> </where>
order by i.create_time desc
</select> </select>
<resultMap id="imageRespMap" type="com.dite.znpt.domain.vo.ImageResp"> <resultMap id="imageRespMap" type="com.dite.znpt.domain.vo.ImageResp">