Przeglądaj źródła

该术语类型只能有一个

wangfeng 4 lat temu
rodzic
commit
27e43f1a51

+ 1 - 1
cdssman-service/src/main/java/com/diagbot/facade/KlConceptFacade.java

@@ -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, "该术语类型只能有一个");
             }
         }
     }