From b29b4008fcc85a8184d30af44dab540d50a14698 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 08 四月 2025 14:03:14 +0800
Subject: [PATCH] 查询流程图中的历史任务去重、修改任务相关完善

---
 flowable/src/main/java/com/ycl/domain/query/ProcessLogQuery.java |   26 +++++++++++++++++++++++++-
 1 files changed, 25 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..7a295a4 100644
--- a/flowable/src/main/java/com/ycl/domain/query/ProcessLogQuery.java
+++ b/flowable/src/main/java/com/ycl/domain/query/ProcessLogQuery.java
@@ -22,12 +22,36 @@
     /**
      * 椤圭洰id
      */
-    private Long projectId;
+    private String projectId;
+
+    /**
+     * 浠诲姟id
+     */
+    private String taskId;
+
+    /**
+     * 浠诲姟瀹氫箟key
+     */
+    private String taskDefKey;
 
     /**
      * 娴佺▼瀹炰緥id
      */
     private String processInsId;
 
+    /**
+     * 閫昏緫鍒犻櫎
+     */
+    private Integer deleted = 0;
+
+    /**
+     * 鏌ヨ皝鐨�
+     */
+    private Long userId;
+
+    /**
+     * 鏌ュ摢绉嶇被鍨嬬殑鏃ュ織
+     */
+    private List<String> eventTypeList;
 }
 

--
Gitblit v1.8.0