摘要: <if test="in.followType != null and in.followType != ''"> AND FOLLOW_TYPE = #{in.followType} </if> 以上在运行代码时会报错,因为in是test表达式中的关键字 不能使用 <if test="inTo.f 阅读全文
posted @ 2025-03-24 16:49 TIME_小白 阅读(13) 评论(0) 推荐(0)