xiangpei
2025-01-03 9c322f4ae707c2a8a817c28d683177930d0ca474
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);
    /**
     * 列表