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
Caused by: org.hibernate.QueryException: Named parameter not bound : roleId
at org.hibernate.query.internal.QueryParameterBindingsImpl.verifyParametersBound(QueryParameterBindingsImpl.java:210)
at org.hibernate.query.internal.AbstractProducedQuery.beforeQuery(AbstractProducedQuery.java:1403)
at org.hibernate.query.internal.NativeQueryImpl.beforeQuery(NativeQueryImpl.java:246)
at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1503)
at org.hibernate.query.Query.getResultList(Query.java:135)
at cn.enilu.material.dao.BaseRepositoryImpl.queryBySql(BaseRepositoryImpl.java:45)
我是这样修复的:
The text was updated successfully, but these errors were encountered:
Caused by: org.hibernate.QueryException: Named parameter not bound : roleId
at org.hibernate.query.internal.QueryParameterBindingsImpl.verifyParametersBound(QueryParameterBindingsImpl.java:210)
at org.hibernate.query.internal.AbstractProducedQuery.beforeQuery(AbstractProducedQuery.java:1403)
at org.hibernate.query.internal.NativeQueryImpl.beforeQuery(NativeQueryImpl.java:246)
at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1503)
at org.hibernate.query.Query.getResultList(Query.java:135)
at cn.enilu.material.dao.BaseRepositoryImpl.queryBySql(BaseRepositoryImpl.java:45)
我是这样修复的:
The text was updated successfully, but these errors were encountered: