Przeglądaj źródła

fix

release_toaliyun_real
winter 2 lat temu
rodzic
commit
72177bd2cf
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxSettleMerchantMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxSettleMerchantMapper.xml Wyświetl plik

@@ -80,11 +80,11 @@
</if>
<if test=" null != begin">
and `begin_time` &gt;= #{begin}
and `begin_time` &lt;= #{begin}
</if>
<if test=" null != end">
and `end_time` &lt;= #{end}
and `end_time` &gt;= #{end}
</if>
<if test=" null != merchantName and merchantName != '' ">


Ładowanie…
Anuluj
Zapisz