学校招生网登不进

来源:百度知道 编辑:UC知道 时间:2024/05/27 01:07:03
com.neusoft.education.jetter.OperationException: com.ibatis.common.jdbc.exception.NestedSQLException:
--- The error occurred in conf/enroll/ibatis/examinee.xml.
--- The error occurred while applying a parameter map.
--- Check the examinee-get-info-by-register-id-InlineParameterMap.
--- Check the statement (query failed).
--- Cause: java.sql.SQLException: ORA-01730: invalid number of column names specified

at com.neusoft.education.enroll.operation.ExamineeOperation.getInfoByRegisterId(ExamineeOperation.java:108)
at com.neusoft.education.enroll.web.controllers.RegisterLoginCtl.handle(RegisterLoginCtl.java:60)
at org.springframework.web.servlet.mvc.AbstractCommandController.handleRequestInternal(AbstractCommandController.java:84)
at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java(Compiled Code))
at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(Si

examinee.xml配置文件的错误 parameter map映射错了,检查一下文件中的map类型对照不,The error occurred in conf/enroll/ibatis/examinee.xml.
--- The error occurred while applying a parameter map.
--- Check the examinee-get-info-by-register-id-InlineParameterMap.
--- Check the statement (query failed).
从这些话中就能看出错误,这些错误时新手很容易犯得,自己稍微琢磨一下就能解决了