lidongdong
2023-09-04 124bfc8302fdf8ede3ad0877a0a244b9357a5b34
修改社区动态加载不出来
1个文件已修改
2 ■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComEventMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComEventMapper.xml
@@ -131,7 +131,7 @@
                <foreach collection="eventIds" item="id" separator="," open="(" close=")">
                    #{id}
                </foreach>
                <if test="comEvent.eventIds == null">
                <if test="eventIds == null">
                    AND request_user_community=#{comEvent.communityId}
                </if>
            </if>