mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-11-30 02:58:31 +08:00
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}")
|
||||
@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 = "测试计划通知")
|
||||
public TestPlan copy(@PathVariable String id) {
|
||||
return testPlanService.copy(id);
|
||||
|
Loading…
Reference in New Issue
Block a user