ソースを参照

[拼团][修改][我的拼团]

release_toaliyun_real
gongbiao 7年前
コミット
8573e89699
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml ファイルの表示

@@ -78,7 +78,7 @@
left join wx_coupon_channel cc on c.id=cc.coupon_id left join wx_coupon_channel cc on c.id=cc.coupon_id
where o.tenant_id=#{tenantId} where o.tenant_id=#{tenantId}
<if test=" null != cUserId "> <if test=" null != cUserId ">
and o.c_user_id=#{cUserId} and o.order_status not in(0,1,2,3)
and o.c_user_id=#{cUserId} and o.order_status not in(0,1,2,3,14)
</if> </if>
<if test=" null != id "> <if test=" null != id ">
and o.id=#{id} and o.id=#{id}


読み込み中…
キャンセル
保存