Sfoglia il codice sorgente

fix cashout

release_toaliyun_real
xiaohanzi 5 anni fa
parent
commit
d378f0e47a
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. +4
    -0
      mallinkService/src/main/resources/mapper/WxCashOutMapper.xml

+ 4
- 0
mallinkService/src/main/resources/mapper/WxCashOutMapper.xml Vedi File

@@ -51,6 +51,10 @@
<if test=" null != createDateEnd">
and `create_date` &lt;= #{createDateEnd}
</if>
<if test=" null != merchantId">
and `merchant_id` = #{merchantId}
</if>

<if test=" null != merchantName ">
and `merchant_name` like concat('%', #{merchantName},'%')


Caricamento…
Annulla
Salva