张天森
2022-10-18 4093617799cd39eb7fe6463f2d34d77d520d9471
三说会堂事件操作权限处理
1个文件已修改
6 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComSanshuoExpertDao.xml 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComSanshuoExpertDao.xml
@@ -120,9 +120,9 @@
                    AND community_id=#{dto.id}
                </if>
            </if>
            <!--<if test="dto.type == 1">-->
                <!--AND current_process_type=4-->
            <!--</if>-->
            <if test="dto.type == 1">
                AND level=1
            </if>
        </if>
    </select>
</mapper>