lidongdong
2023-09-04 2550f8762cc7862badf2197a6b9b9a4e76cbc8f5
4修改后台社区动态加载不出来
1个文件已修改
4 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComEventMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComEventMapper.xml
@@ -58,7 +58,7 @@
        <where>
            event_process_status !=9
            AND app_id=#{comEvent.appId}
            <if test="comEvent.communityId != null">
            <if test="comEvent.communityId != null and  comEvent.userType != 9">
                AND request_user_community=#{comEvent.communityId}
            </if>
            <if test="comEvent.keyword != null and comEvent.keyword!=''" >
@@ -135,7 +135,7 @@
                    #{id}
                </foreach>
            </if>
            <if test="eventIds == null">
            <if test="eventIds == null and  comEvent.userType != 9">
                AND request_user_community=#{comEvent.communityId}
            </if>
            <if test="comEvent.keyword != null and comEvent.keyword!=''" >