|
@@ -149,9 +149,7 @@
|
|
|
<if test="amountStatus !=null and amountStatus != ''">
|
|
<if test="amountStatus !=null and amountStatus != ''">
|
|
|
and a.amount_status=#{amountStatus}
|
|
and a.amount_status=#{amountStatus}
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="amountStatus !=null and amountStatus != '' and amountStatus = 2">
|
|
|
|
|
- and a.approval != 1
|
|
|
|
|
- </if>
|
|
|
|
|
|
|
+
|
|
|
<if test="id !=null and id != ''">
|
|
<if test="id !=null and id != ''">
|
|
|
and a.id=#{id}
|
|
and a.id=#{id}
|
|
|
</if>
|
|
</if>
|
|
@@ -280,9 +278,7 @@
|
|
|
<if test="vo.auditingStatus !=null and vo.auditingStatus != ''">
|
|
<if test="vo.auditingStatus !=null and vo.auditingStatus != ''">
|
|
|
a.auditing_status=#{vo.auditingStatus}
|
|
a.auditing_status=#{vo.auditingStatus}
|
|
|
</if>
|
|
</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 != ''">
|
|
<if test="vo.amountStatus !=null and vo.amountStatus != ''">
|
|
|
and a.amount_status=#{vo.amountStatus}
|
|
and a.amount_status=#{vo.amountStatus}
|
|
|
</if>
|
|
</if>
|