xiangpei
2025-03-21 11a4a369627c2faa093005970f37d3761759fc2f
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) {
        query.setDeleted(null);
        return processLogService.projectProcessLogPage(query);
    }
}