winter 2 лет назад
Родитель
Сommit
72177bd2cf
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxSettleMerchantMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxSettleMerchantMapper.xml Просмотреть файл

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


Загрузка…
Отмена
Сохранить