You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customerInfoServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customerInfoMapper' defined in file [D:\gitfiles\aaip-wms\SpringReposAPI\target\classes\cn\webank\rap\predata\dao\CustomerInfoMapper.class]: Invocation of init method failed; nested exception is tk.mybatis.mapper.MapperException: tk.mybatis.mapper.MapperException: java.lang.IllegalStateException: No typehandler found for property guarantyInfo
我在进行一对一查询的时候,实体类里面不能加入另一个实体类。
The text was updated successfully, but these errors were encountered:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customerInfoServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customerInfoMapper' defined in file [D:\gitfiles\aaip-wms\SpringReposAPI\target\classes\cn\webank\rap\predata\dao\CustomerInfoMapper.class]: Invocation of init method failed; nested exception is tk.mybatis.mapper.MapperException: tk.mybatis.mapper.MapperException: java.lang.IllegalStateException: No typehandler found for property guarantyInfo
我在进行一对一查询的时候,实体类里面不能加入另一个实体类。
The text was updated successfully, but these errors were encountered: