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