blinkfox / fenix

This is an extension library to the Spring Data JPA complex or dynamic SQL query. 这是一个比 MyBatis 更加强大的 Spring Data JPA 扩展库,为解决复杂动态 JPQL (或 SQL) 而生。https://blinkfox.github.io/fenix
https://blinkfox.github.io/fenix
Apache License 2.0
345 stars 72 forks source link

使用sqlProvider方式,自定义select 字段报转换异常 #61

Closed ooiooiooi closed 2 years ago

ooiooiooi commented 2 years ago

![Uploading image.png…]() Caused by: org.springframework.core.convert.ConverterNotFoundException: No converter found capable of converting from type [java.lang.Long] to type [@com.blinkfox.fenix.jpa.QueryFenix com.platform.wisdom.repository.domain.system.TenantUser]

ooiooiooi commented 2 years ago

image