Просмотр исходного кода

fix cashout

release_toaliyun_real
xiaohanzi 5 лет назад
Родитель
Сommit
d378f0e47a
1 измененных файлов: 4 добавлений и 0 удалений
  1. +4
    -0
      mallinkService/src/main/resources/mapper/WxCashOutMapper.xml

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

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


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