From d7a0b3b0935a582aa24de76b2901f3f4ee97d1a0 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期五, 17 四月 2026 16:18:47 +0800
Subject: [PATCH] 兼容postgresql以及处理文件ip问题
---
flowable/src/main/java/com/ycl/domain/query/ProcessLogQuery.java | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 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 000437a..7a295a4 100644
--- a/flowable/src/main/java/com/ycl/domain/query/ProcessLogQuery.java
+++ b/flowable/src/main/java/com/ycl/domain/query/ProcessLogQuery.java
@@ -39,5 +39,19 @@
*/
private String processInsId;
+ /**
+ * 閫昏緫鍒犻櫎
+ */
+ private Integer deleted = 0;
+
+ /**
+ * 鏌ヨ皝鐨�
+ */
+ private Long userId;
+
+ /**
+ * 鏌ュ摢绉嶇被鍨嬬殑鏃ュ織
+ */
+ private List<String> eventTypeList;
}
--
Gitblit v1.8.0