Sfoglia il codice sorgente

Merge branch 'develop' of https://git.youlane.cn/server/formallProject into develop

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

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

@@ -474,7 +474,7 @@
<if test=" null != business ">
and c.business = #{business}
</if>
<if test=" null != verifyMerchantName ''!= verifyMerchantName ">
<if test=" null != verifyMerchantName and ''!= verifyMerchantName ">
and bu.verify_merchant_name = #{verifyMerchantName}
</if>


Caricamento…
Annulla
Salva