zxl
2025-03-24 f8ce7aa161ef2ef316357ead8208bc60de938ead
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);
    }
}