fix(mcwl-communityCenter): 修复我的创建筛选逻辑
parent
2a906fd248
commit
5f1dd1f99f
|
@ -95,7 +95,7 @@
|
||||||
where cu.user_id = #{userId}
|
where cu.user_id = #{userId}
|
||||||
and c.del_flag = '0'
|
and c.del_flag = '0'
|
||||||
and cu.del_flag = '0'
|
and cu.del_flag = '0'
|
||||||
<if test="joinCommunityListPageRes.isMyCreate != 0">
|
<if test="joinCommunityListPageRes.isMyCreate != 1">
|
||||||
and c.tenant_id != #{userId}
|
and c.tenant_id != #{userId}
|
||||||
</if>
|
</if>
|
||||||
<if test="joinCommunityListPageRes.searchContent != null and joinCommunityListPageRes.searchContent != ''">
|
<if test="joinCommunityListPageRes.searchContent != null and joinCommunityListPageRes.searchContent != ''">
|
||||||
|
|
Loading…
Reference in New Issue