瀏覽代碼

fix

release_toaliyun_real
winter 1 年之前
父節點
當前提交
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>


Loading…
取消
儲存