|
@@ -138,7 +138,7 @@ public class ConceptFacade extends ConceptServiceImpl {
|
|
|
throw new CommonException(CommonErrorCode.PARAM_IS_NULL, "名称列表不能为空");
|
|
|
}
|
|
|
|
|
|
- if (conceptExistVO.getType() == null) {
|
|
|
+ if (conceptExistVO.getType() != null) {
|
|
|
Integer libType = ParamConvertUtil.conceptConvert2Lib(conceptExistVO.getType());
|
|
|
if (libType == null) {
|
|
|
throw new CommonException(CommonErrorCode.SERVER_IS_ERROR, "类型不匹配");
|