Commit 1e684838 authored by 赵啸非's avatar 赵啸非

添加根据部门id 查询所属大厅

parent a091b9e0
...@@ -45,7 +45,7 @@ public class DemoStartedService implements IApplicationStartedService { ...@@ -45,7 +45,7 @@ public class DemoStartedService implements IApplicationStartedService {
public void start() { public void start() {
logger.info("开始服务..[初始化用户站点树]"); logger.info("开始服务..[初始化用户站点树]");
//删除redis 中的 站点树 //删除redis 中的 站点树
cacheService.hdel(USER_SITE_TREE); cacheService.del(USER_SITE_TREE);
UserEntity userEntity = new UserEntity(); UserEntity userEntity = new UserEntity();
userEntity.initAttrValue(); userEntity.initAttrValue();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment