摘要: 1. If 语句 <select id="queryBlogIf" parameterType="map" resultType="blog"> select * from blog where <if test="title != null"> title = #{title} </if> <if 阅读全文
posted @ 2022-05-20 11:21 KLAPT 阅读(32) 评论(0) 推荐(0)