浏览代码

收款管理-添加查询条件

rainwer 4 月之前
父节点
当前提交
9802f7bcdb
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/main/resources/mybatis/business/BizCollectionMapper.xml

+ 3 - 0
src/main/resources/mybatis/business/BizCollectionMapper.xml

@@ -362,6 +362,9 @@
             <if test="applierName != null  and applierName != '' ">
                 LOCATE(#{applierName}, t5.nick_name) AND
             </if>
+            <if test="arriveAmount != null">
+                a.arrive_amount = #{arriveAmount} AND
+            </if>
             <if test="amount != null  ">
                 a.amount = #{amount} AND
             </if>