|
@@ -551,7 +551,7 @@
|
|
|
<if test="settlementReq.trading != null and settlementReq.trading != ''">
|
|
<if test="settlementReq.trading != null and settlementReq.trading != ''">
|
|
|
and klt.trading = #{settlementReq.trading,jdbcType=VARCHAR}
|
|
and klt.trading = #{settlementReq.trading,jdbcType=VARCHAR}
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="settlementReq.status != null">
|
|
|
|
|
|
|
+ <if test="settlementReq.status != null and settlementReq.status != 0">
|
|
|
and kst.status = #{settlementReq.status,jdbcType=INTEGER}
|
|
and kst.status = #{settlementReq.status,jdbcType=INTEGER}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="settlementReq.startCreateTime != null and settlementReq.startCreateTime != '' and settlementReq.endCreateTime != null and settlementReq.endCreateTime != ''">
|
|
<if test="settlementReq.startCreateTime != null and settlementReq.startCreateTime != '' and settlementReq.endCreateTime != null and settlementReq.endCreateTime != ''">
|