获取组织ID修改为缓存中获取

This commit is contained in:
liuzhaotian
2024-05-21 11:56:20 +08:00
parent 2b4051ff9e
commit 13c4a3842b
3 changed files with 157 additions and 8 deletions
@@ -71,6 +71,12 @@
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join-boot-starter</artifactId> <!-- MyBatis 联表查询 -->
</dependency>
<!-- redis 相关 -->
<dependency>
<groupId>com.cf.imes</groupId>
<artifactId>cf-spring-boot-starter-redis</artifactId>
</dependency>
</dependencies>
</project>