update:调整数据同步用户-部门,用户-岗位同步逻辑

This commit is contained in:
hewencai
2025-12-24 10:41:51 +08:00
parent 516198ab53
commit 01847264d5

View File

@@ -46,14 +46,12 @@
<groupId>com.zt.plat</groupId> <groupId>com.zt.plat</groupId>
<artifactId>zt-spring-boot-starter-mq</artifactId> <artifactId>zt-spring-boot-starter-mq</artifactId>
</dependency> </dependency>
<!-- Redis 相关 (用于幂等) -->
<dependency> <dependency>
<groupId>com.zt.plat</groupId> <groupId>com.zt.plat</groupId>
<artifactId>zt-spring-boot-starter-redis</artifactId> <artifactId>zt-spring-boot-starter-biz-tenant</artifactId>
</dependency> </dependency>
<!-- Web 相关 (用于HTTP接收) --> <!-- Redis 相关 (用于幂等) --><!-- Web 相关 (用于HTTP接收) -->
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId> <artifactId>spring-boot-starter-web</artifactId>