06 2021 档案

摘要:第一种解决方法: <if test="isExpired=='Y'">and msg.expire_time &lt; now()</if>会报NumberFormatException,这样就可以了。 <if test="isExpired=='Y'.toString()">and msg.exp 阅读全文
posted @ 2021-06-30 10:17 少林扫地娃 阅读(119) 评论(0) 推荐(0)