工作安排报表分页问题解决
This commit is contained in:
parent
e5084d556a
commit
b612034036
|
|
@ -56,7 +56,7 @@ public class WorkReportController extends BaseController {
|
|||
return getDataTableError(new ArrayList<>());
|
||||
}
|
||||
|
||||
@PostMapping("/getDetailsList")
|
||||
@GetMapping("/getDetailsList")
|
||||
@Log(title = "流程管理->工作安排统计报表->详情查询", businessType = BusinessType.QUERY)
|
||||
public TableDataInfo getDetailsList(WorkReportBean bean) {
|
||||
try{
|
||||
|
|
|
|||
Loading…
Reference in New Issue