eason.qian 7 years ago
parent 9b7c6ab014
commit 636ab2cf01

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

Loading…
Cancel
Save