Sfoglia il codice sorgente

bug

release_toaliyun_real
xhxu 5 anni fa
parent
commit
e73bf823e0
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +3
    -0
      mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml

+ 3
- 0
mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml Vedi File

@@ -881,6 +881,9 @@
<if test=" null != couponId ">
and c.id = #{couponId}
</if>
<if test=" null != title ">
and c.title = #{title}
</if>
<if test=" null != business ">
and c.business = #{business}
</if>


Caricamento…
Annulla
Salva