工作安排报表分页问题解决

This commit is contained in:
cwchen 2025-02-27 16:46:40 +08:00
parent e5084d556a
commit b612034036
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ public class WorkReportController extends BaseController {
return getDataTableError(new ArrayList<>()); return getDataTableError(new ArrayList<>());
} }
@PostMapping("/getDetailsList") @GetMapping("/getDetailsList")
@Log(title = "流程管理->工作安排统计报表->详情查询", businessType = BusinessType.QUERY) @Log(title = "流程管理->工作安排统计报表->详情查询", businessType = BusinessType.QUERY)
public TableDataInfo getDetailsList(WorkReportBean bean) { public TableDataInfo getDetailsList(WorkReportBean bean) {
try{ try{