From 001876ed79400dcf36e0558c1e744e0693ee9020 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 04 三月 2025 10:53:21 +0800
Subject: [PATCH] 流程日志bug、流程推进全部事项分页bug
---
flowable/src/main/java/com/ycl/domain/query/ProcessLogQuery.java | 7 ++++++-
1 files changed, 6 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..9e7fb6e 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,12 @@
/**
* 椤圭洰id
*/
- private Long projectId;
+ private String projectId;
+
+ /**
+ * 浠诲姟id
+ */
+ private String taskId;
/**
* 娴佺▼瀹炰緥id
--
Gitblit v1.8.0