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