fix(测试跟踪): 复制测试计划没有操作日志的问题
--bug=1018691 --user=宋昌昌 【系统设置】操作日志-复制测试计划没有操作日志 https://www.tapd.cn/55049933/s/1282561
This commit is contained in:
parent
73e29e69ab
commit
7dc50da288
|
@ -189,6 +189,7 @@ public class TestPlanController {
|
||||||
}
|
}
|
||||||
|
|
||||||
@PostMapping("/copy/{id}")
|
@PostMapping("/copy/{id}")
|
||||||
|
@MsAuditLog(module = OperLogModule.TRACK_TEST_PLAN, type = OperLogConstants.COPY, content = "#msClass.getLogDetails(#id)", msClass = TestPlanService.class)
|
||||||
@SendNotice(taskType = NoticeConstants.TaskType.TEST_PLAN_TASK, event = NoticeConstants.Event.CREATE, subject = "测试计划通知")
|
@SendNotice(taskType = NoticeConstants.TaskType.TEST_PLAN_TASK, event = NoticeConstants.Event.CREATE, subject = "测试计划通知")
|
||||||
public TestPlan copy(@PathVariable String id) {
|
public TestPlan copy(@PathVariable String id) {
|
||||||
return testPlanService.copy(id);
|
return testPlanService.copy(id);
|
||||||
|
|
Loading…
Reference in New Issue