修改--更多查看他人发布作品以创建时间倒序返回

This commit is contained in:
haotian 2025-04-01 10:11:54 +08:00
parent 3ca4edf9e4
commit b22302f3ec
2 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,8 @@ public class OrderDetailDto {
private Date refundTime;
public Long getOrderId() {
return orderId;
}

View File

@ -232,6 +232,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
left join sys_user u
on w.user_id = u.user_id
where w.work_status = '3'
order by w.create_time desc
</select>
<select id="getUserPublishWorkMore" resultMap="UserPublishWorkMoreDtoResult">
select work_id, work_name, work_address