business/src/main/java/com/ycl/service/impl/ProcessLogServiceImpl.java
@@ -58,7 +58,7 @@ * @param eventDataJson json扩展内容 */ @Override public void add(String taskId, String flowInsId, ProcessLogEventTypeEnum eventType, Long projectId, String eventDataJson) { public void add(String taskId, String flowInsId, ProcessLogEventTypeEnum eventType, String projectId, String eventDataJson) { ProcessLog log = new ProcessLog(); log.setTaskId(taskId); log.setProcessInsId(flowInsId);