From 6947c8ed7b241e1d85f49a1c2bd6bff291b17dbf Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期四, 13 二月 2025 21:26:40 +0800
Subject: [PATCH] mybatisplus版本升级支持通用枚举、新增部门树、用户列表的无数据权限接口

---
 flowable/src/main/resources/mapper/ProcessLogMapper.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/flowable/src/main/resources/mapper/ProcessLogMapper.xml b/flowable/src/main/resources/mapper/ProcessLogMapper.xml
index cea40f0..78dc89a 100644
--- a/flowable/src/main/resources/mapper/ProcessLogMapper.xml
+++ b/flowable/src/main/resources/mapper/ProcessLogMapper.xml
@@ -7,7 +7,7 @@
         <result column="task_id" property="taskId" />
         <result column="event_type" property="eventType" typeHandler="com.baomidou.mybatisplus.core.handlers.MybatisEnumTypeHandler"/>
         <result column="project_id" property="projectId" />
-        <result column="flow_ins_id" property="flowInsId" />
+        <result column="process_ins_id" property="processInsId" />
         <result column="user_id" property="userId" />
         <result column="nick_name" property="nickName" />
         <result column="gmt_create" property="gmtCreate" />
@@ -25,7 +25,7 @@
             TFL.task_id,
             TFL.event_type,
             TFL.project_id,
-            TFL.flow_ins_id,
+            TFL.process_ins_id,
             TFL.user_id,
             TFL.event_data_json,
             TFL.id
@@ -41,7 +41,7 @@
             TFL.task_id,
             TFL.event_type,
             TFL.project_id,
-            TFL.flow_ins_id,
+            TFL.process_ins_id,
             TFL.user_id,
             TFL.event_data_json,
             TFL.gmt_create,
@@ -58,7 +58,7 @@
             TFL.task_id,
             TFL.event_type,
             TFL.project_id,
-            TFL.flow_ins_id,
+            TFL.process_ins_id,
             TFL.user_id,
             SU.nick_name,
             TFL.event_data_json,

--
Gitblit v1.8.0