xiangpei
2025-03-31 1698792d4299a0b81b9695d8a56e3d3088c7a7ee
business/src/main/java/com/ycl/controller/FlowLogController.java
@@ -40,6 +40,6 @@
//    @PreAuthorize("@ss.hasPermi('flowLog:page')")
    public Result projectProcessLogPage(ProcessLogQuery query) {
        query.setDeleted(null);
        return processLogService.projectProcessLogPage(query);
        return processLogService.projectProcessLogList(query);
    }
}