winter 1 год назад
Родитель
Сommit
54bf658696
1 измененных файлов: 3 добавлений и 0 удалений
  1. +3
    -0
      mallinkService/src/main/resources/mapper/WxFinanceCheckOutMapper.xml

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

@@ -33,6 +33,9 @@
<if test=" null != createByName and '' != createByName">
and create_by_name concat('%', #{createByName},'%')
</if>
<if test=" null != peroid and '' != peroid">
and peroid concat('%', #{peroid},'%')
</if>
<if test=" null != createBy ">and `create_by` = #{createBy}</if>
<if test=" null != startDate ">and `start_date` &gt;= #{startDate}</if>
<if test=" null != endDate ">and `end_date` &lt;= #{endDate}</if>


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