|
@@ -21,7 +21,7 @@
|
|
AND collection_ing_payable-collection_ed_payable=0
|
|
AND collection_ing_payable-collection_ed_payable=0
|
|
</if>
|
|
</if>
|
|
</if>
|
|
</if>
|
|
- <if test="contractNo != null and contractNo != ''">
|
|
|
|
|
|
+ <if test="contractNo != null and contractNo != ''and contractNo != '全部合同'">
|
|
AND contract_no = #{contractNo}
|
|
AND contract_no = #{contractNo}
|
|
</if>
|
|
</if>
|
|
<if test="businessKeys != null and businessKeys.size > 0">
|
|
<if test="businessKeys != null and businessKeys.size > 0">
|
|
@@ -84,7 +84,7 @@
|
|
AND collection_ing_payable-collection_ed_payable=0
|
|
AND collection_ing_payable-collection_ed_payable=0
|
|
</if>
|
|
</if>
|
|
</if>
|
|
</if>
|
|
- <if test="contractNo != null and contractNo != ''">
|
|
|
|
|
|
+ <if test="contractNo != null and contractNo != ''and contractNo != '全部合同'">
|
|
AND contract_no = #{contractNo}
|
|
AND contract_no = #{contractNo}
|
|
</if>
|
|
</if>
|
|
<if test="businessKeys != null and businessKeys.size > 0">
|
|
<if test="businessKeys != null and businessKeys.size > 0">
|