refactor(测试计划): 保存测试规划刷新计划状态

This commit is contained in:
guoyuqi 2024-06-17 17:08:09 +08:00 committed by Craftsman
parent 5b3a0040e2
commit 6abd36a18b
1 changed files with 2 additions and 0 deletions

View File

@ -250,6 +250,8 @@ public class TestPlanCollectionMinderService {
beansOfType.forEach((k, v) -> {
v.associateCollection(request.getPlanId(), associateMap, user);
});
//更新测试计划
testPlanService.refreshTestPlanStatus(request.getPlanId());
}
private void dealEditList(TestPlanCollectionMinderEditRequest request, String userId, Map<String, List<BaseCollectionAssociateRequest>> associateMap) {