fix: 图片上传时间相同,分页显示重复的问题

This commit is contained in:
xhal
2025-12-21 10:10:59 +08:00
parent 3fa00e11f0
commit 987627c2b4

View File

@@ -27,7 +27,7 @@
<foreach collection="urls" item="item" open="(" close=")" separator=",">#{item}</foreach>
</if>
</where>
group by p.url order by p.cre_time desc
group by p.url order by p.cre_time desc, p.id desc
</select>
<select id="selectByPathName" resultType="com.blossom.backend.server.picture.pojo.PictureEntity">