From 87eb6395ed4d5f5c428d75661b7c7e6fe95bb420 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期一, 17 三月 2025 16:19:15 +0800 Subject: [PATCH] 更新流程实现 --- flowable/src/main/java/com/ycl/domain/query/ProcessLogQuery.java | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/flowable/src/main/java/com/ycl/domain/query/ProcessLogQuery.java b/flowable/src/main/java/com/ycl/domain/query/ProcessLogQuery.java index a6c19a4..000437a 100644 --- a/flowable/src/main/java/com/ycl/domain/query/ProcessLogQuery.java +++ b/flowable/src/main/java/com/ycl/domain/query/ProcessLogQuery.java @@ -22,7 +22,17 @@ /** * 椤圭洰id */ - private Long projectId; + private String projectId; + + /** + * 浠诲姟id + */ + private String taskId; + + /** + * 浠诲姟瀹氫箟key + */ + private String taskDefKey; /** * 娴佺▼瀹炰緥id -- Gitblit v1.8.0