lidongdong
2023-06-29 9642725d8b2ab8d13c4ad821e5a72e51e5ffebf2
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) {