From 6acc718e0f3608c08584526d7c7e8523c1bd99ca Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期四, 09 一月 2025 11:43:07 +0800
Subject: [PATCH] 用户列表可通过昵称搜索、获取任务表单时无表单数据也返回节点信息

---
 business/src/main/java/com/ycl/domain/entity/FlowLog.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/business/src/main/java/com/ycl/domain/entity/FlowLog.java b/business/src/main/java/com/ycl/domain/entity/FlowLog.java
index c851688..4cd774b 100644
--- a/business/src/main/java/com/ycl/domain/entity/FlowLog.java
+++ b/business/src/main/java/com/ycl/domain/entity/FlowLog.java
@@ -28,7 +28,7 @@
 
     @TableField("project_id")
     /** 椤圭洰id */
-    private Integer projectId;
+    private Long projectId;
 
     @TableField("flow_ins_id")
     /** 娴佺▼瀹炰緥id */
@@ -36,7 +36,7 @@
 
     @TableField("user_id")
     /** 浜х敓鏃ュ織鐨勪汉/鎴栧叾瀹� */
-    private Integer userId;
+    private Long userId;
 
     @TableField("event_data_json")
     /** 浜嬩欢鏁版嵁锛屾牴鎹笉鍚岀殑浜嬩欢鍙瓨鍌ㄥ搴旂殑鎵╁睍鏁版嵁銆傚杞姙浜嬩欢鍙瓨鍌ㄨ浆鍔炲墠鍚庣殑澶勭悊浜轰俊鎭� */

--
Gitblit v1.8.0