Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The same controller, the same method and the same function name cannot be recognized #41

Open
shuangzishuai opened this issue Jun 22, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@shuangzishuai
Copy link

@GetMapping(value = "/api/dataset/scheduler/list")
public ReturnMsg getList(
@RequestParam(value = "page", defaultValue = "1") Integer page,
@RequestParam(value = "size", defaultValue = "1") Integer size,
@RequestParam(value = "q", defaultValue = "") String q,
@RequestParam(value = "status", defaultValue = "") String status,
@RequestParam(value = "app_names", defaultValue = "") String appNames,
@RequestParam(value = "engine_names", defaultValue = "") String engineNames,
@RequestParam(value = "run_status", defaultValue = "") String lastRunStatus,
@RequestParam(value = "failed_type", defaultValue = "") String failedType,
@RequestParam(value = "user_name", defaultValue = "") String userName,
@RequestParam(value = "start_time", defaultValue = "") String startTime,
@RequestParam(value = "end_time", defaultValue = "") String endTime
) {}

@GetMapping(value = "/api/dataset/scheduler/detail")
public ReturnMsg getList(@RequestParam(value = "schedulerId", defaultValue = "0") Integer schedulerId){}

@qianmoQ qianmoQ self-assigned this Jun 22, 2022
@qianmoQ qianmoQ added the bug Something isn't working label Jun 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants