|
@@ -234,7 +234,7 @@ public class ConceptDetailFacade extends ConceptDetailServiceImpl {
|
|
List<ConceptIntroduceVO> retList = Lists.newLinkedList();
|
|
List<ConceptIntroduceVO> retList = Lists.newLinkedList();
|
|
List<String> nameList = Lists.newLinkedList();
|
|
List<String> nameList = Lists.newLinkedList();
|
|
nameList.add(connectIntroduceVO.getName());
|
|
nameList.add(connectIntroduceVO.getName());
|
|
- if (!connectIntroduceVO.getSysType().equals(SysTypeEnum.LTAPI_SERVICE.getKey())) {
|
|
|
|
|
|
+ if (connectIntroduceVO.getSysType() != null && !connectIntroduceVO.getSysType().equals(SysTypeEnum.LTAPI_SERVICE.getKey())) {
|
|
ConceptIntroduceVO conceptIntroduceVO = new ConceptIntroduceVO();
|
|
ConceptIntroduceVO conceptIntroduceVO = new ConceptIntroduceVO();
|
|
BeanUtil.copyProperties(connectIntroduceVO, conceptIntroduceVO);
|
|
BeanUtil.copyProperties(connectIntroduceVO, conceptIntroduceVO);
|
|
conceptIntroduceVO.setLibType(ParamConvertUtil.conceptConvert2Lib(conceptIntroduceVO.getType()));
|
|
conceptIntroduceVO.setLibType(ParamConvertUtil.conceptConvert2Lib(conceptIntroduceVO.getType()));
|