摘要: ##方式一 说明: $ 方式不会预编译,有SQL注入的风险 <select id="selectUserByName" resultMap="userAndRole"> select * from users <where> <if test="status != null"> user_state 阅读全文
posted @ 2021-07-06 09:16 Tolbert 阅读(325) 评论(0) 推荐(0)