xiangpei
2025-01-09 6acc718e0f3608c08584526d7c7e8523c1bd99ca
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);
    /**
     * 列表