1、注释拉取待办、项目相关定时代码

2、调整对接第三方接口逻辑
This commit is contained in:
2025-12-24 08:59:27 +08:00
parent 1b81e8626f
commit 12a216d1c7
23 changed files with 1256 additions and 782 deletions

View File

@@ -100,17 +100,17 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
<version>2.5.0</version>
</dependency>
<!-- Spring整合Quartz如果是Spring/SpringBoot项目 -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
<version>6.1.14</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.quartz-scheduler</groupId>-->
<!-- <artifactId>quartz</artifactId>-->
<!-- <version>2.5.0</version>-->
<!-- </dependency>-->
<!-- &lt;!&ndash; Spring整合Quartz如果是Spring/SpringBoot项目 &ndash;&gt;-->
<!-- <dependency>-->
<!-- <groupId>org.springframework</groupId>-->
<!-- <artifactId>spring-context-support</artifactId>-->
<!-- <version>6.1.14</version>-->
<!-- </dependency>-->