热门标签
更多>
搜索结果
查询Tags标签: mybatis05,共有 2条记录-
mybatis05
动态SQL 1、条件查询 <select id="getBlogIf" parameterType="Map" resultType="Blog">select * from mybatis.blog where 1=1<if test="title != null">and title = #{title}</if><if test="author !…
2021/7/27 23:36:42 人评论 次浏览 -
mybatis05
动态SQL 1、条件查询 <select id="getBlogIf" parameterType="Map" resultType="Blog">select * from mybatis.blog where 1=1<if test="title != null">and title = #{title}</if><if test="author !…
2021/7/27 23:36:42 人评论 次浏览