From 7374c7e051f12c9d1d88f07606d8e926486a8d37 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期日, 09 三月 2025 23:32:46 +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