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/service/FlowLogService.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/business/src/main/java/com/ycl/service/FlowLogService.java b/business/src/main/java/com/ycl/service/FlowLogService.java index 3b9ec6f..da784df 100644 --- a/business/src/main/java/com/ycl/service/FlowLogService.java +++ b/business/src/main/java/com/ycl/service/FlowLogService.java @@ -23,7 +23,7 @@ * @param projectId 椤圭洰id * @param eventDataJson json鎵╁睍鍐呭 */ - void add(String taskId, String flowInsId, FlowLogEventTypeEnum eventType, Integer projectId, String eventDataJson); + void add(String taskId, String flowInsId, FlowLogEventTypeEnum eventType, Long projectId, String eventDataJson); /** * 鎵归噺鍒犻櫎 @@ -51,7 +51,7 @@ * @param id * @return */ - Result detail(Integer id); + Result detail(Long id); /** * 鍒楄〃 -- Gitblit v1.8.0