update 流程中心查询

This commit is contained in:
lijiarao
2023-12-07 15:21:51 +08:00
parent 35d9cb3aa1
commit bf25d65f53
2 changed files with 15 additions and 12 deletions
@@ -100,7 +100,7 @@ public class WorkCenterController {
return Result.OK(sentList);
}
@ApiOperation(value = "查询全部流程")
@ApiOperation(value = "监控流程")
@GetMapping("/getAllList")
public Result<?> getAllList(ProcessAll processAll,
@RequestParam(name = "pageNo", defaultValue = "1") Integer pageNo,