fix: 批量更新测试计划后更新时间未修改的bug
This commit is contained in:
parent
00acafbcdc
commit
ec84639d3d
|
@ -85,6 +85,7 @@ public class TestPlanTestCaseService {
|
||||||
|
|
||||||
TestPlanTestCaseWithBLOBs testPlanTestCase = new TestPlanTestCaseWithBLOBs();
|
TestPlanTestCaseWithBLOBs testPlanTestCase = new TestPlanTestCaseWithBLOBs();
|
||||||
BeanUtils.copyBean(testPlanTestCase, request);
|
BeanUtils.copyBean(testPlanTestCase, request);
|
||||||
|
testPlanTestCase.setUpdateTime(System.currentTimeMillis());
|
||||||
testPlanTestCaseMapper.updateByExampleSelective(
|
testPlanTestCaseMapper.updateByExampleSelective(
|
||||||
testPlanTestCase,
|
testPlanTestCase,
|
||||||
testPlanTestCaseExample);
|
testPlanTestCaseExample);
|
||||||
|
|
Loading…
Reference in New Issue