|
|
@@ -280,6 +280,9 @@
|
|
|
<if test="vo.auditingStatus !=null and vo.auditingStatus != ''">
|
|
|
a.auditing_status=#{vo.auditingStatus}
|
|
|
</if>
|
|
|
+ <if test="vo.amountStatus !=null and vo.amountStatus != '' and vo.amountStatus = 2">
|
|
|
+ and a.approval != 1
|
|
|
+ </if>
|
|
|
<if test="vo.amountStatus !=null and vo.amountStatus != ''">
|
|
|
and a.amount_status=#{vo.amountStatus}
|
|
|
</if>
|