From dad601cd42e0032a4754ef363ae16dedca5a6c38 Mon Sep 17 00:00:00 2001
From: lidongdong <1459917685@qq.com>
Date: 星期二, 18 十月 2022 16:45:53 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/huacheng_test' into huacheng_test

---
 springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComSanShuoExpertServiceImpl.java |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComSanShuoExpertServiceImpl.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComSanShuoExpertServiceImpl.java
index d19192c..e58dcb3 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComSanShuoExpertServiceImpl.java
+++ b/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("操作失败");
     }
+
 
     /**
      * 后台获取专家列表
@@ -198,6 +200,7 @@
         }
         return R.ok(expertShowVOS);
     }
+
 
     /**
      * 专家级别与单位范围
@@ -266,7 +269,7 @@
                     ExpertRangeVO vo=new ExpertRangeVO();
                     vo.setLevel(4);
                     vo.setName(comActDO.getName()+"调解站");
-                    vo.setId(loginUserInfo.getStreetId());
+                    vo.setId(loginUserInfo.getCommunityId());
                     list.add(vo);
                     return R.ok(list);
                 }

--
Gitblit v1.7.1