报错集锦1
nested exception is org.hibernate.hql.ast.QuerySyntaxException:
见天搞了那么久,原来
SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd");Date date = java.sql.Date.valueOf(format.format(new Date()));String hql = "from EmpPrivilege where employeeId = " + employee_ID+ "and startTime <=" + date;
com.ymjin.po.EmpPrivilege
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute query; nested exception is org.hibernate.exception.SQLGrammarException: could not execute query