张天森
2022-10-18 e2eb6da4b4c508131a0ebfdf1360bf3019452063
三说会堂事件操作权限处理
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
@@ -222,7 +222,7 @@
    <select id="dateAnalysis" resultType="com.panzhihua.common.model.vos.sanshuo.IndexDateVO">
        SELECT
        (SELECT count(id) FROM com_sanshuo_event_info
        where event_process_status  in (3,5,6)
        where event_process_status  in (2,3,5,6)
        AND user_event_status not in(3,4)
        <if test="dto.type == 2">
            AND current_process_type=1