debug
This commit is contained in:
parent
1b7916469a
commit
0fd1bccca4
|
@ -66,6 +66,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<if test="query.passDate != null"> and date(bt.pass_time) = #{query.passDate}</if>
|
||||
<if test="query.expireTimeStart != null"> and bt.expire_time >= #{query.expireTimeStart}</if>
|
||||
<if test="query.expireTimeEnd != null"> and bt.expire_time <= #{query.expireTimeEnd}</if>
|
||||
<if test="query.ownerId != null">
|
||||
and btm.user_id = #{query.ownerId}
|
||||
</if>
|
||||
<if test="query.passDateRange != null and query.passDateRange.size() > 0">
|
||||
and date(bt.pass_time) >= #{query.passDateRange[0]}
|
||||
and date(bt.pass_time) <= #{query.passDateRange[1]}
|
||||
|
|
Loading…
Reference in New Issue
Block a user