org.hibernate.exception.SQLGrammarException: could not execute query

2024-12-03 21:38:04
推荐回答(1个)
回答1:

1,直接看,应该是你拼时间的时候出错了,你不要直接把时间拼到HQL里面,使用?占位符,使用query.setParameter方法来设置参数值试试;
2,HQL是不能直接在数据库里面直接运行的。