Browse Source

fix bug

release_toaliyun_real
winter 4 years ago
parent
commit
56d2023561
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml View File

@@ -74,7 +74,7 @@
<select id="queryOrderGroup" parameterType="com.iformall.domain.po.WxOrder" resultType="hashmap">
select o.id orderId,o.order_status orderStatus,o.order_group_id orderGroupId,c.title,c.sub_title subTitle,
select o.id orderId,o.order_status orderStatus,o.order_group_id orderGroupId,o.compose_order_id composeOrderId,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,o.parent_tenant_id parentTenantId,
o.coupon_channel_id couponChannelId,c.press_limit_num pressLimitNum,


Loading…
Cancel
Save