发表于: 2017-09-19 22:47:51
3 778
今天完成的事情:
完成了manager的连接
前台页面接口调整完
明天计划的事情:
通过公司接口对照后台页面进行调整
遇到的问题:
我在返回字段里已经返回了city字段但是却没有显示
不是很明白
这是搜索的时候报的错误,除了搜索名字,其他的字段搜索都没有影响
com.gemantic.dal.dao.exception.DaoException
at com.gemantic.dal.dao.impl.DBAgentHibernateImpl.processException(DBAgentHibernateImpl.java:475)
at com.gemantic.dal.dao.impl.DBAgentHibernateImpl.excuteSimpleSql(DBAgentHibernateImpl.java:521)
at com.gemantic.dal.dao.impl.CompositeDaoImpl.excuteSimpleSql(CompositeDaoImpl.java:1413)
...
Caused by: org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute query; SQL [select profession.id from profession,company where 1 = 1 and profession.companyName in '%java%' and profession.companyId = company.id and status = 1 limit 0 , 2147483647]; nested exception is org.hibernate.exception.SQLGrammarException: could not execute query
...
Caused by: org.hibernate.exception.SQLGrammarException: could not execute query
at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:90)
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:66)
...
收获:
下午听老大讲金融(对金融行业和金融项目有了一个大体的了解)
晚上听老大讲面(之前没有接触过面试听了老大讲的和其他师兄弟讲的,对自己有一定的反思)
感觉对自己都有着不小的帮助
评论