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); /** * 列表