张天森
2022-10-18 ee58a586496b28f13adef1841f304c6c57c31b48
三说会堂事件操作权限处理
2个文件已修改
4 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComEventMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComSanshuoExpertDao.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComEventMapper.xml
@@ -296,7 +296,7 @@
        </if>) as accepted,
        (SELECT count(id) FROM com_sanshuo_event_info as  t
        left join com_sanshuo_event_transfer_record as  t1
        on t.id=t1.even_id
        on t.id=t1.event_id
        where t.event_process_status in (6,7)
        AND t.user_event_status not in(3,4)
        AND t1.event_status=7
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComSanshuoExpertDao.xml
@@ -111,7 +111,7 @@
            <if test="dto.type == 3">
                AND level=3
                <if test="dto.id != null">
                    AND community_id in (select com_act.community_id from com_act where street_id=#{dto.id})
                    AND street_id=#{dto.id}
                </if>
            </if>
            <if test="dto.type == 4">