提交 e9bc2391 authored 作者: yucaiwei's avatar yucaiwei

--no commit message

上级 c00023a4
...@@ -30,8 +30,11 @@ public interface MemberMapper extends BaseMapper<Member>{ ...@@ -30,8 +30,11 @@ public interface MemberMapper extends BaseMapper<Member>{
+ "<if test = 'status != null' >" + "<if test = 'status != null' >"
+ " and m.status = #{status} " + " and m.status = #{status} "
+ "</if>" + "</if>"
+ "<if test = 'vip != null' >" + "<if test = 'type != null && type == 0' >"
+ " and m.level = 0 and pm.vip = #{vip} " + " and m.level = 0 and pm.vip != 1 "
+ "</if>"
+ "<if test = 'type != null && type == 1' >"
+ " and m.level = 0 and pm.vip = 1 "
+ "</if>" + "</if>"
+ "<if test = '"+NOTBLANK+"(beginTime)' >" + "<if test = '"+NOTBLANK+"(beginTime)' >"
+ "<![CDATA[" + "<![CDATA["
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论