|
@@ -62,6 +62,7 @@ public class asTaskController {
|
|
|
private DeptApi deptApi;
|
|
|
@Resource
|
|
|
private AidingStudentsPersonManageService aidingStudentsPersonManageService;
|
|
|
+
|
|
|
@GetMapping("/todo-page-aiding")
|
|
|
@Operation(summary = "获取 Todo 家庭经济困难认定审批待办任务分页")
|
|
|
@PreAuthorize("@ss.hasPermission('eve:task:query')")
|
|
@@ -114,7 +115,7 @@ public class asTaskController {
|
|
|
}
|
|
|
|
|
|
|
|
|
- @GetMapping("/done-page-comprehensive")
|
|
|
+ @GetMapping("/done-page-aiding")
|
|
|
@Operation(summary = "获取 Done 家庭经济困难认定审批已办任务分页")
|
|
|
@PreAuthorize("@ss.hasPermission('eve:task:query')")
|
|
|
public CommonResult<Map<String,List<AidingStudentPersonManageInfoPageReqVO>>> getTaskDonePageComprehensive(@Valid BpmTaskPageReqVO pageVO) {
|