From f203dfb0f0ecd7e01313f56db16b99160df0bd19 Mon Sep 17 00:00:00 2001
From: 张天森 <1292933220@qq.com>
Date: 星期四, 20 十月 2022 12:34:19 +0800
Subject: [PATCH] update

---
 springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComSanShuoExpertServiceImpl.java |    7 ++++---
 1 files changed, 4 insertions(+), 3 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 4827180..464e6d1 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
@@ -87,13 +87,13 @@
             expert.setCreateTime(new Date());
             if (expert.getLevel()==2){
                 expert.setIndustryCenterId(Long.parseLong(expert.getUnitId()));
-                expert.setUnit(comSanshuoIndustryCenterDao.selectById(expert.getUnitId()).getName()+"调解站");
+                expert.setUnit(comSanshuoIndustryCenterDao.selectById(expert.getUnitId()).getName());
             }else if(expert.getLevel()==3){
                 expert.setStreetId(Long.parseLong(expert.getUnitId()));
                 expert.setUnit(comStreetDAO.selectById(expert.getUnitId()).getName()+"调解站");
             }else if(expert.getLevel()==4){
                 expert.setCommunityId(Long.parseLong(expert.getUnitId()));
-                expert.setUnit(comActDAO.selectById(expert.getUnitId()).getName()+"调解站");
+                expert.setUnit(comActDAO.selectById(expert.getUnitId()).getName()+"调解室");
             }else{
                 expert.setUnit("区三说会堂");
             }
@@ -177,12 +177,13 @@
                     id=loginUserInfo.getStreetId();
                 }
             }
-        }log.info("==================="+loginUserInfo);
+        }
         if (loginUserInfo.getAccount().equals("admin")){
             //三说会堂查看所有专家
             id=null;
             range=1;
         }
+        log.info("");
         IPage<ComSanshuoExpertVO> comSanshuoExpertVOIPage = comSanshuoExpertDao.expertPage(new Page(page, size), keyWord, range, id, level);
         for (ComSanshuoExpertVO record : comSanshuoExpertVOIPage.getRecords()) {
             //获取调解次数和成功率

--
Gitblit v1.7.1