fix(测试计划): 执行功能用例报错#1005118

This commit is contained in:
shiziyuan9527 2021-07-14 11:26:03 +08:00 committed by 刘瑞斌
parent 22e453d476
commit c6793630e1
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ public class TestPlanTestCaseService {
}
testPlanTestCase.setExecutor(SessionUtils.getUser().getId());
testPlanTestCase.setUpdateTime(System.currentTimeMillis());
testPlanTestCase.setRemark(null);
testPlanTestCaseMapper.updateByPrimaryKeySelective(testPlanTestCase);
}