|
|
@@ -115,7 +115,7 @@
|
|
|
<if test="settlementReq.trading != null and settlementReq.trading != ''">
|
|
|
and l.trading = #{settlementReq.trading,jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
- <if test="settlementReq.startCreateTime != null and settlementReq.endCreateTime != null">
|
|
|
+ <if test="settlementReq.startCreateTime != null and settlementReq.startCreateTime != '' and settlementReq.endCreateTime != null and settlementReq.endCreateTime != ''">
|
|
|
and s.create_time between #{settlementReq.startCreateTime,jdbcType=TIMESTAMP} and #{settlementReq.endCreateTime,jdbcType=TIMESTAMP}
|
|
|
</if>
|
|
|
<if test="settlementReq.startReceiptTime != null and settlementReq.endReceiptTime != null">
|