Compare commits
No commits in common. "1ddbfb72c821bc1293efa41732b469d9227f9112" and "5a0f2beb0906ed618bc10e3cf9165ce189780021" have entirely different histories.
1ddbfb72c8
...
5a0f2beb09
@ -291,7 +291,6 @@ public class StageController {
|
||||
* @pi.request-type:json
|
||||
* @pi.param: model=stage
|
||||
*/
|
||||
@PermitAll
|
||||
@RequestMapping(path="/updateStageName",method = RequestMethod.POST)
|
||||
public CommonResult<Void> updateTasksStage(@RequestBody @Valid @NotNull StageReq stage){
|
||||
// stageService.updateStageName(stage);
|
||||
|
@ -145,8 +145,6 @@ ops:
|
||||
ignore-urls:
|
||||
- /admin-api/system/tenant/get-id-by-name # 基于名字获取租户,不许带租户编号
|
||||
- /admin-api/system/tenant/get-by-website # 基于域名获取租户,不许带租户编号
|
||||
- /admin-api/system/auth/register # 注册
|
||||
- /admin-api/system/auth/**
|
||||
ignore-tables:
|
||||
- system_tenant
|
||||
- system_tenant_package
|
||||
|
Loading…
x
Reference in New Issue
Block a user