From a0020e9ccac495a6bb9efedc2c2f523277387081 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期三, 26 三月 2025 00:09:24 +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