|
@@ -19,10 +19,10 @@
|
|
|
</if>
|
|
|
<if test="searchType != null and searchType != ''">
|
|
|
<if test="searchType == 1">
|
|
|
- AND signed_for != '' and signed_for != '0'
|
|
|
+ AND signed_for != '' and signed_for != '0.0' and signed_for != '0'
|
|
|
</if>
|
|
|
<if test="searchType == 2">
|
|
|
- AND to_settled != '' and to_settled != '0'
|
|
|
+ AND to_settled != '' and to_settled != '0.0' and to_settled != '0'
|
|
|
</if>
|
|
|
</if>
|
|
|
<if test="accountNumber != null and accountNumber != ''">
|
|
@@ -69,10 +69,10 @@
|
|
|
</if>
|
|
|
<if test="searchType != null and searchType != ''">
|
|
|
<if test="searchType == 1">
|
|
|
- AND signed_for != '' and signed_for != '0'
|
|
|
+ AND signed_for != '' and signed_for != '0.0' and signed_for != '0'
|
|
|
</if>
|
|
|
<if test="searchType == 2">
|
|
|
- AND to_settled != '' and to_settled != '0'
|
|
|
+ AND to_settled != '' and to_settled != '0.0' and to_settled != '0'
|
|
|
</if>
|
|
|
</if>
|
|
|
<if test="accountNumber != null and accountNumber != ''">
|