lidongdong
2023-06-26 a44dde62c5650e7b49ac7de65f9c912ebab8edf8
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComSanShuoExpertServiceImpl.java
@@ -403,10 +403,15 @@
                comSanshuoExpertsTwo.add(comSanshuoExpert);
            }
        }
        comSanshuoExpertTwoVo.setComSanshuoExperts(comSanshuoExpertsOne);
        comSanshuoExpertTwoVo.setComSanshuoExpertsTwo(comSanshuoExpertsTwo);
        return R.ok(comSanshuoExpertTwoVo);
    }
        if (level==0){
            comSanshuoExpertTwoVo.setComSanshuoExperts(comSanshuoExpertsOne);
            comSanshuoExpertTwoVo.setComSanshuoExpertsTwo(comSanshuoExpertsTwo);
            return R.ok(comSanshuoExpertTwoVo);
        }
        else {
            return R.ok(comSanshuoExperts);
        }
     }
    @Override
    public void insertExpert(ComSanshuoExpert expert) {