|
@@ -384,7 +384,7 @@ public class KlConceptFacade extends KlConceptServiceImpl {
|
|
|
.eq("is_deleted", IsDeleteEnum.N.getKey())
|
|
|
.eq("lib_type", klConceptSaveVO.getLibType()));
|
|
|
if (count > 0) {
|
|
|
- throw new CommonException(CommonErrorCode.SERVER_IS_ERROR, "该基础术语词性只能有一个");
|
|
|
+ throw new CommonException(CommonErrorCode.SERVER_IS_ERROR, "该术语类型只能有一个");
|
|
|
}
|
|
|
}
|
|
|
}
|