Compare commits

..

No commits in common. "1ddbfb72c821bc1293efa41732b469d9227f9112" and "5a0f2beb0906ed618bc10e3cf9165ce189780021" have entirely different histories.

2 changed files with 0 additions and 3 deletions

View File

@ -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);

View File

@ -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