fix(工作台): 待办计划空列表查询报错问题
This commit is contained in:
parent
881284b192
commit
175efbe100
|
@ -172,7 +172,9 @@ public class TestPlanManagementService {
|
||||||
noGroupPlanIdList = testPlanGroupIdMap.get(TestPlanConstants.TEST_PLAN_DEFAULT_GROUP_ID);
|
noGroupPlanIdList = testPlanGroupIdMap.get(TestPlanConstants.TEST_PLAN_DEFAULT_GROUP_ID);
|
||||||
testPlanGroupIdMap.remove(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);
|
noGroupPlanIdMap.put(TestPlanConstants.TEST_PLAN_DEFAULT_GROUP_ID, noGroupPlanIdList);
|
||||||
|
}
|
||||||
testPlanList = null;
|
testPlanList = null;
|
||||||
|
|
||||||
Map<String, TestPlanResourceService> beansOfType = applicationContext.getBeansOfType(TestPlanResourceService.class);
|
Map<String, TestPlanResourceService> beansOfType = applicationContext.getBeansOfType(TestPlanResourceService.class);
|
||||||
|
|
Loading…
Reference in New Issue