|
@@ -18,7 +18,7 @@
|
|
|
</if>
|
|
|
</if>
|
|
|
<if test="tranTypeKey != null and tranTypeKey != ''">
|
|
|
- tran_type_key = #{tranTypeKey}
|
|
|
+ AND tran_type_key = #{tranTypeKey}
|
|
|
</if>
|
|
|
<if test="contractNo != null and contractNo != ''and contractNo != '全部合同'">
|
|
|
AND contract_no = #{contractNo}
|
|
@@ -86,7 +86,7 @@
|
|
|
</if>
|
|
|
</if>
|
|
|
<if test="tranTypeKey != null and tranTypeKey != ''">
|
|
|
- tran_type_key = #{tranTypeKey}
|
|
|
+ AND tran_type_key = #{tranTypeKey}
|
|
|
</if>
|
|
|
<if test="contractNo != null and contractNo != ''and contractNo != '全部合同'">
|
|
|
AND contract_no = #{contractNo}
|