list = session.createQuery("from Oprations as op where op.helpId='"+uid+"' and op.nowMode='"+con+"'").list(); 报错 org.hibernate.exception.SQLGrammarException: could not execute query 重起一下试试