|
@@ -555,7 +555,7 @@ public class KlConceptFacade extends KlConceptServiceImpl {
|
|
|
int sum = this.count(new QueryWrapper<KlConcept>().eq("is_deleted", IsDeleteEnum.N.getKey())
|
|
|
.eq("id", klConceptSatarOrdisaVO.getConceptId()));
|
|
|
if (sum == 0) {
|
|
|
- throw new CommonException(CommonErrorCode.SERVER_IS_ERROR, "该数据已不存!");
|
|
|
+ throw new CommonException(CommonErrorCode.SERVER_IS_ERROR, "该数据已不存在!");
|
|
|
}
|
|
|
if (status == StatusEnum.Disable.getKey()) {
|
|
|
//kl_concept_static 静态信息
|