Преглед изворни кода

[拼团][修改][查询状态]

release_toaliyun_real
gongbiao пре 7 година
родитељ
комит
67ff1041e1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml Прегледај датотеку

@@ -70,7 +70,7 @@
select o.id orderId,o.order_status orderStatus,o.order_group_id orderGroupId,c.title,c.sub_title subTitle,
c.sale_price salePrice,c.cover_img coverImg,g.remain_people remainPeople,c.id couponId,g.expired_date
expiredDate,g.status,g.user_id firstUser,u.nick_name nickName,u.avatar_url avatarUrl,o.tenant_id tenantId,
cc.id couponChannelId,c.press_limit_num pressLimitNum
cc.id couponChannelId,c.press_limit_num pressLimitNum,c.status couponStatus
from wx_order o
left join wx_coupon c on o.product_id=c.id
left join wx_order_group g on o.order_group_id=g.id


Loading…
Откажи
Сачувај