Commit 5380e78c by 刘鑫

fix: 技能组不存在时空指针问题

1 parent 00f15632
......@@ -143,9 +143,9 @@ public class CapacityQueryServiceImpl implements CapacityQueryService {
service.getProductType(), service.getServiceType());
if(Objects.nonNull(skillInfo)) {
skillGroupCodes.add(skillInfo.getSkillGroupCode());
}
querySkillGroup.add(skillInfo);
}
}
if (CollectionUtils.isEmpty(querySkillGroup)) {
throw new BusinessException("查询不到对应的技能组信息");
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!