提交 08a33310 authored 作者: zhouzhigang's avatar zhouzhigang

--no commit message

上级 396213ee
......@@ -193,7 +193,7 @@ public interface MemberMapper extends BaseMapper<Member>{
@Select("<script>"
+ " SELECT m.relationId as id,s.name from me_member m , me_school s "
+ " where 1=1 and m.relationId = s.id and type = 0 "
+ " eq(s.procince,province) "
+ " eq(s.province,province) "
+ " eq(s.city,city) "
+ " GROUP BY relationId "
+ " HAVING relationId is not NULL "
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论