From 1698792d4299a0b81b9695d8a56e3d3088c7a7ee Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期一, 31 三月 2025 11:39:50 +0800 Subject: [PATCH] 超时计算排除节假日,超时统计调整 --- flowable/src/main/java/com/ycl/domain/query/ProcessLogQuery.java | 24 ++++++++++++++++++++++++ 1 files changed, 24 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 28b15d9..7a295a4 100644 --- a/flowable/src/main/java/com/ycl/domain/query/ProcessLogQuery.java +++ b/flowable/src/main/java/com/ycl/domain/query/ProcessLogQuery.java @@ -25,9 +25,33 @@ 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