zxl
2025-04-01 30481003d9c1b191765fe0f47ad0e1558bd64de8
business/src/main/java/com/ycl/controller/FlowLogController.java
@@ -39,6 +39,7 @@
    @ApiOperation(value = "流程推进日志", notes = "流程推进日志")
//    @PreAuthorize("@ss.hasPermi('flowLog:page')")
    public Result projectProcessLogPage(ProcessLogQuery query) {
        return processLogService.projectProcessLogPage(query);
        query.setDeleted(null);
        return processLogService.projectProcessLogList(query);
    }
}