Browse Source

fix

release_toaliyun_real
winter 1 year ago
parent
commit
54bf658696
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      mallinkService/src/main/resources/mapper/WxFinanceCheckOutMapper.xml

+ 3
- 0
mallinkService/src/main/resources/mapper/WxFinanceCheckOutMapper.xml View File

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


Loading…
Cancel
Save