小程序订单返回face_id

This commit is contained in:
2025-07-28 10:23:49 +08:00
parent 79906fbdef
commit d4783c2a8f
2 changed files with 2 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ import java.util.List;
// 移动端订单信息响应类
public class OrderAppRespVO {
private Long id;
private Long faceId;
private Integer type;
/**
* 价格

View File

@@ -409,7 +409,7 @@
order by o.create_at desc
</select>
<select id="appDetail" resultMap="AppBaseResultMap">
select o.id, o.member_id,o.openid, o.type, o.price, o.slash_price, pay_price, remark, o.broker_id, o.promo_code,
select o.id, o.member_id, o.face_id,o.openid, o.type, o.price, o.slash_price, pay_price, remark, o.broker_id, o.promo_code,
o.coupon_price,
refund_reason, refund_status, o.`status`, o.create_at, refund_at, pay_at, cancel_at,
o.scenic_id, sc.name scenicName