From da0cb62479d4d64d26d19622cce3e7b518290065 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期六, 08 二月 2025 11:10:34 +0800 Subject: [PATCH] 任务跳过接口实现:查出任务绑定表单放到变量中,最后直接完成即跳过 --- business/pom.xml | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/business/pom.xml b/business/pom.xml index ad84770..555f263 100644 --- a/business/pom.xml +++ b/business/pom.xml @@ -21,6 +21,12 @@ <artifactId>system</artifactId> </dependency> - </dependencies> + <!-- flowable --> + <dependency> + <groupId>com.ycl</groupId> + <artifactId>flowable</artifactId> + </dependency> + + </dependencies> </project> -- Gitblit v1.8.0