Selaa lähdekoodia

收款管理-添加查询条件

rainwer 4 kuukautta sitten
vanhempi
säilyke
9802f7bcdb
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  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>