我的java程序在本地可以正常运行 上传到服务器就报错

2024-10-29 18:22:17
推荐回答(1个)
回答1:

list = session.createQuery("from Oprations as op where op.helpId='"+uid+"' and op.nowMode='"+con+"'").list();

报错
org.hibernate.exception.SQLGrammarException: could not execute query
重起一下试试