bug修复

This commit is contained in:
guo 2024-03-18 18:50:36 +08:00
parent 1cff7d8e18
commit b013d62f8d

View File

@ -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