fix(测试计划): 执行功能用例报错#1005118
This commit is contained in:
parent
22e453d476
commit
c6793630e1
|
@ -111,6 +111,7 @@ public class TestPlanTestCaseService {
|
||||||
}
|
}
|
||||||
testPlanTestCase.setExecutor(SessionUtils.getUser().getId());
|
testPlanTestCase.setExecutor(SessionUtils.getUser().getId());
|
||||||
testPlanTestCase.setUpdateTime(System.currentTimeMillis());
|
testPlanTestCase.setUpdateTime(System.currentTimeMillis());
|
||||||
|
testPlanTestCase.setRemark(null);
|
||||||
testPlanTestCaseMapper.updateByPrimaryKeySelective(testPlanTestCase);
|
testPlanTestCaseMapper.updateByPrimaryKeySelective(testPlanTestCase);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue