fix(mcwl-communityCenter): 修复我的创建筛选逻辑

feature/admin
yang 2025-04-28 16:49:48 +08:00
parent 2a906fd248
commit 5f1dd1f99f
1 changed files with 1 additions and 1 deletions

View File

@ -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 != ''">