springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComSanShuoExpertServiceImpl.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComSanShuoExpertServiceImpl.java
@@ -403,10 +403,15 @@ comSanshuoExpertsTwo.add(comSanshuoExpert); } } if (level==0){ comSanshuoExpertTwoVo.setComSanshuoExperts(comSanshuoExpertsOne); comSanshuoExpertTwoVo.setComSanshuoExpertsTwo(comSanshuoExpertsTwo); return R.ok(comSanshuoExpertTwoVo); } else { return R.ok(comSanshuoExperts); } } @Override public void insertExpert(ComSanshuoExpert expert) {