refactor(测试计划): 保存测试规划刷新计划状态
This commit is contained in:
parent
5b3a0040e2
commit
6abd36a18b
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue