Procházet zdrojové kódy

fix

release_toaliyun_real
winter před 2 roky
rodič
revize
129b106962
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxSettleMerchantMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxSettleMerchantMapper.xml Zobrazit soubor

@@ -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 != '' ">


Načítá se…
Zrušit
Uložit