bug修复
This commit is contained in:
parent
1cff7d8e18
commit
b013d62f8d
@ -186,7 +186,7 @@
|
||||
<if test="param.type != null">
|
||||
and a.type = #{param.type}
|
||||
</if>
|
||||
<if test="timeType.type == '1'.toString()">
|
||||
<if test="param.timeType == '1'.toString()">
|
||||
and a.pass_time >= current_date
|
||||
</if>
|
||||
order by a.pass_time desc
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user