You've already forked FrameTour-BE
小程序订单返回face_id
This commit is contained in:
@@ -16,6 +16,7 @@ import java.util.List;
|
||||
// 移动端订单信息响应类
|
||||
public class OrderAppRespVO {
|
||||
private Long id;
|
||||
private Long faceId;
|
||||
private Integer type;
|
||||
/**
|
||||
* 价格
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user