fix(测试跟踪): 测试计划状态显示问题
--bug=1017130 --user=宋昌昌 【测试跟踪】测试计划状态应该是已结束的时候显示了已完成 https://www.tapd.cn/55049933/s/1285140
This commit is contained in:
parent
dd6e6bc8d6
commit
4649e95a7d
|
@ -136,7 +136,7 @@ public class TestPlanController {
|
|||
@MsAuditLog(module = OperLogModule.TRACK_TEST_PLAN, type = OperLogConstants.UPDATE, beforeEvent = "#msClass.getLogDetails(#planId)", content = "#msClass.getLogDetails(#planId)", msClass = TestPlanService.class)
|
||||
public void editTestPlanStatus(@PathVariable String planId) {
|
||||
checkPermissionService.checkTestPlanOwner(planId);
|
||||
testPlanService.editTestPlanStatus(planId);
|
||||
testPlanService.checkStatus(planId);
|
||||
}
|
||||
|
||||
@PostMapping("/edit/report/config")
|
||||
|
|
Loading…
Reference in New Issue