소스 검색

fix(计费系统Spring2):修复切换站点,当前客户名称没变

chenlong 4 년 전
부모
커밋
07b2b42af8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      smart-city-platform/src/main/java/com/bz/smart_city/service/impl/UserServiceImpl.java

+ 1 - 0
smart-city-platform/src/main/java/com/bz/smart_city/service/impl/UserServiceImpl.java

@@ -554,6 +554,7 @@ public class UserServiceImpl implements UserService {
             loginUser.setSiteType(site.getType());
 
             loginUser.setCustomerId(site.getCustomerId());
+            loginUser.setCustomerName(site.getCustomerName());
             loginUser.setOrgId(siteUser.getOrganId());
             tokenService.saveToken(loginUser);
             //保存redis