From 1e133de871164bfd3f6c90f844a88165d986eab5 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期三, 19 三月 2025 11:29:59 +0800
Subject: [PATCH] 任务日志查询bug

---
 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