add:1、增加任务条件搜索;

2、增加固化出货口校验,按任务类型顺序执行,必须的等固化室出口后才能叫料;
3、增加自动任务锁,天能现场货物吨位较大,避免碰撞风险。
This commit is contained in:
2025-01-14 10:22:45 +08:00
parent e75b6a5c17
commit 087b9f5f8e
12 changed files with 334 additions and 61 deletions

View File

@@ -64,7 +64,11 @@
<artifactId>dynamic-tp-spring-boot-starter-adapter-webserver</artifactId>
<version>1.1.7</version>
</dependency>
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson-spring-boot-starter</artifactId>
<version>3.16.4</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>