fix(项目设置): 添加项目成员生成了两条请求记录

--bug=1026243 --user=陈建星 【系统设置】在项目设置项目成员中添加一个项目成功,操作日志显示两条记录 https://www.tapd.cn/55049933/s/1372373
This commit is contained in:
chenjianxing 2023-05-17 15:41:34 +08:00 committed by jianxing
parent 231ac34b44
commit 52d45b1209
1 changed files with 0 additions and 1 deletions

View File

@ -139,7 +139,6 @@ public class ProjectController {
}
@PostMapping("/member/add")
@MsRequestLog(module = OperLogModule.PROJECT_PROJECT_MEMBER)
public void addProjectMember(@RequestBody AddMemberRequest request) {
projectService.addProjectMember(request);
}