diff --git a/backend/src/main/java/io/metersphere/track/service/TestPlanTestCaseService.java b/backend/src/main/java/io/metersphere/track/service/TestPlanTestCaseService.java index a7c4a63aac..272c8f8c4c 100644 --- a/backend/src/main/java/io/metersphere/track/service/TestPlanTestCaseService.java +++ b/backend/src/main/java/io/metersphere/track/service/TestPlanTestCaseService.java @@ -85,6 +85,7 @@ public class TestPlanTestCaseService { TestPlanTestCaseWithBLOBs testPlanTestCase = new TestPlanTestCaseWithBLOBs(); BeanUtils.copyBean(testPlanTestCase, request); + testPlanTestCase.setUpdateTime(System.currentTimeMillis()); testPlanTestCaseMapper.updateByExampleSelective( testPlanTestCase, testPlanTestCaseExample); diff --git a/frontend/src/business/components/track/plan/view/comonents/TestPlanTestCaseList.vue b/frontend/src/business/components/track/plan/view/comonents/TestPlanTestCaseList.vue index 349d013637..068bce4c17 100644 --- a/frontend/src/business/components/track/plan/view/comonents/TestPlanTestCaseList.vue +++ b/frontend/src/business/components/track/plan/view/comonents/TestPlanTestCaseList.vue @@ -3,7 +3,7 @@