修改deptMapper.xml

master
冯凯 2023-11-03 15:02:29 +08:00
parent b7e2a4848a
commit e578cc510f
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ public class DepartmentServiceImpl implements DepartmentService {
return departmentList;
}
List<Department> departmentList=departmentMapper.searchDeptList();
redisService.setCacheList("deptList",departmentList);
return departmentList;
}
}