张天森
2022-10-19 dddd25df8bf2ff46f25f96f3d2eca523c26891b2
update
2个文件已修改
13 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComSanShuoExpertServiceImpl.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComSanshuoExpertDao.xml 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComSanShuoExpertServiceImpl.java
@@ -176,7 +176,7 @@
                }
            }
        }
        if (loginUserInfo.getAccount().equals("admin") && isNull(level)){
        if (loginUserInfo.getAccount().equals("admin") && isNull(level) && !size.equals(9999)){
            //三说会堂查看所有专家
            id=null;
            range=null;
@@ -206,7 +206,7 @@
            if (nonNull(expertShowVO.getLevel())){
                if (1==expertShowVO.getLevel()) {
                    expertShowVO.setName("区三说会堂调解专家");
                    expertShowVO.setChildList(comSanshuoExpertDao.selectExpertVoList(expertShowVO.getLevel()));
                    //expertShowVO.setChildList(comSanshuoExpertDao.selectExpertVoList(expertShowVO.getLevel()));
                }else if (2==expertShowVO.getLevel()){
                    expertShowVO.setName("行业分中心调解专家");
                    List<ExpertShowVO> expertShowVOS1 = comSanshuoExpertDao.selectExpertIndustry();
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComSanshuoExpertDao.xml
@@ -55,6 +55,15 @@
            </if>
            <if test="level != null ">
            AND level=#{level}
                <if test="level == 2">
                    AND industry_center_id=#{id}
                </if>
                <if test="level == 3">
                    AND street_id=#{id}
                </if>
                <if test="level == 4">
                    AND community_id=#{id}
                </if>
            </if>
            <if test="range != null and range != ''">
                <if test="range == 3">