springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComSanShuoExpertServiceImpl.java
@@ -106,6 +106,7 @@ user.setName(comSanshuoExpertDTO.getName()); user.setType(11); user.setImageUrl(comSanshuoExpertDTO.getAvatar()); user.setPhone(comSanshuoExpertDTO.getPhone()); return R.ok(userService.sanShuoAddUser(user)); } }else { @@ -132,6 +133,7 @@ return R.fail("操作失败"); } /** * 后台获取专家列表 @@ -199,6 +201,7 @@ return R.ok(expertShowVOS); } /** * 专家级别与单位范围 * */