|
@@ -124,7 +124,7 @@ public class KlConceptCollectionFacade {
|
|
|
throw new CommonException(CommonErrorCode.PARAM_IS_NULL, "术语集合不允许为空,保存失败");
|
|
|
}
|
|
|
if (ListUtil.isEmpty(conceptCollectionSaveVO.getConcepts())) {
|
|
|
- throw new CommonException(CommonErrorCode.PARAM_IS_NULL, "基础术语列表不允许为空,保存失败");
|
|
|
+ throw new CommonException(CommonErrorCode.PARAM_IS_NULL, "保存失败,关联术语不能为空");
|
|
|
}
|
|
|
|
|
|
KlConcept collection = klConceptFacade.getById(conceptCollectionSaveVO.getCollectionId());
|