摘要: SQL片段(20-12-24) 有的时候,我们可能会将一些功能的部分抽取出来,方便复用! 使用SQL标签抽取公共部分 <sql id="if-title-author"> <if test="title != null"> title = #{title} </if> <if test="autho 阅读全文
posted @ 2020-12-24 22:20 None1014 阅读(129) 评论(0) 推荐(0)