Sfoglia il codice sorgente

[砍价][修复]:砍价列表不能显示出来的问题

release_toaliyun_real
hupeng 7 anni fa
parent
commit
28f071c990
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxOrderMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxOrderMapper.xml Vedi File

@@ -610,7 +610,7 @@
<include refid="allCUserOrderListColumns"/>
from wx_coupon c,wx_order o
left join wx_coupon_order co on co.order_id = o.id
where o.product_id = c.id and c.type == 7
where o.product_id = c.id and c.type = 8
<if test="cUserId != null">
and o.c_user_id = #{cUserId}
</if>


Caricamento…
Annulla
Salva