Przeglądaj źródła

fix cashout

release_toaliyun_real
xiaohanzi 5 lat temu
rodzic
commit
d378f0e47a
1 zmienionych plików z 4 dodań i 0 usunięć
  1. +4
    -0
      mallinkService/src/main/resources/mapper/WxCashOutMapper.xml

+ 4
- 0
mallinkService/src/main/resources/mapper/WxCashOutMapper.xml Wyświetl plik

@@ -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},'%')


Ładowanie…
Anuluj
Zapisz