fix: 批量更新测试计划后更新时间未修改的bug

This commit is contained in:
shiziyuan9527 2020-08-26 18:22:06 +08:00
parent 00acafbcdc
commit ec84639d3d
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ public class TestPlanTestCaseService {
TestPlanTestCaseWithBLOBs testPlanTestCase = new TestPlanTestCaseWithBLOBs();
BeanUtils.copyBean(testPlanTestCase, request);
testPlanTestCase.setUpdateTime(System.currentTimeMillis());
testPlanTestCaseMapper.updateByExampleSelective(
testPlanTestCase,
testPlanTestCaseExample);