|
|
@ -669,7 +669,7 @@
|
|
|
|
<if test="client_ids==null and client_id !=null">
|
|
|
|
<if test="client_ids==null and client_id !=null">
|
|
|
|
and o.client_id=#{client_id}
|
|
|
|
and o.client_id=#{client_id}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="from!=null">and t.transaciton_time >= #{from}</if>
|
|
|
|
<if test="from!=null">and t.transaction_time >= #{from}</if>
|
|
|
|
<if test="to!=null">and t.transaction_time < #{to}</if>
|
|
|
|
<if test="to!=null">and t.transaction_time < #{to}</if>
|
|
|
|
<if test="date!=null">and date(t.transaction_time)=date(#{date})
|
|
|
|
<if test="date!=null">and date(t.transaction_time)=date(#{date})
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|