fix(测试计划): 修改测试计划所属项目

This commit is contained in:
shiziyuan9527 2020-09-25 14:46:43 +08:00
parent f7acb158a0
commit 236e572d9b
2 changed files with 3 additions and 2 deletions

View File

@ -115,7 +115,8 @@ public class TestPlanService {
return Optional.ofNullable(testPlanMapper.selectByPrimaryKey(testPlanId)).orElse(new TestPlan());
}
public int editTestPlan(TestPlan testPlan) {
public int editTestPlan(TestPlanDTO testPlan) {
editTestPlanProject(testPlan);
testPlan.setUpdateTime(System.currentTimeMillis());
checkTestPlanExist(testPlan);
//进行中状态写入实际开始时间

@ -1 +1 @@
Subproject commit cf6b06526324326a563d933e07118fac014a63b4
Subproject commit c2dacf960cdb1ed35664bdd3432120b1203b73d8