摘要: trim标记是一个格式化的标记,可以完成set或者是where标记的功能,如下代码: 1、 select * from user <trim prefix="WHERE" prefixoverride="AND |OR"> <if test="name != null and name.length 阅读全文
posted @ 2017-02-17 14:04 沈叶唐 阅读(1294) 评论(0) 推荐(0)