fix(工作台): 待办计划空列表查询报错问题

This commit is contained in:
song-cc-rock 2024-12-13 11:10:16 +08:00 committed by Craftsman
parent 881284b192
commit 175efbe100
1 changed files with 3 additions and 1 deletions

View File

@ -172,7 +172,9 @@ public class TestPlanManagementService {
noGroupPlanIdList = testPlanGroupIdMap.get(TestPlanConstants.TEST_PLAN_DEFAULT_GROUP_ID);
testPlanGroupIdMap.remove(TestPlanConstants.TEST_PLAN_DEFAULT_GROUP_ID);
}
if (CollectionUtils.isNotEmpty(noGroupPlanIdList)) {
noGroupPlanIdMap.put(TestPlanConstants.TEST_PLAN_DEFAULT_GROUP_ID, noGroupPlanIdList);
}
testPlanList = null;
Map<String, TestPlanResourceService> beansOfType = applicationContext.getBeansOfType(TestPlanResourceService.class);