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/entity/ProcessLog.java | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/flowable/src/main/java/com/ycl/domain/entity/ProcessLog.java b/flowable/src/main/java/com/ycl/domain/entity/ProcessLog.java index bf684aa..246463a 100644 --- a/flowable/src/main/java/com/ycl/domain/entity/ProcessLog.java +++ b/flowable/src/main/java/com/ycl/domain/entity/ProcessLog.java @@ -22,6 +22,10 @@ /** 浠诲姟id */ private String taskId; + @TableField("task_def_key") + /** 浠诲姟key */ + private String taskDefKey; + @TableField("task_name") /** 浠诲姟鍚� */ private String taskName; @@ -31,7 +35,7 @@ @TableField("project_id") /** 椤圭洰id */ - private Long projectId; + private String projectId; @TableField("process_ins_id") /** 娴佺▼瀹炰緥id */ -- Gitblit v1.8.0