zhou-hao 3 년 전
부모
커밋
126c54cfb4

+ 1 - 1
hsweb-commons/hsweb-commons-crud/src/main/java/org/hswebframework/web/crud/entity/factory/MapperEntityFactory.java

@@ -172,7 +172,7 @@ public class MapperEntityFactory implements EntityFactory, BeanFactory {
             return (T) new HashSet<>();
         }
 
-        throw new NotFoundException("error.cant_create_instance",beanClass);
+        throw new NotFoundException("无法初始化实体类:"+beanClass);
     }
 
     @Override