当前位置: 代码迷 >> Java Web开发 >> ibatic的xml配置文件的有关问题
  详细解决方案

ibatic的xml配置文件的有关问题

热度:2926   发布时间:2016-04-10 22:48:50.0
ibatic的xml配置文件的问题
### The error may exist in file [D:\software\springsource\vfabric-tc-server-developer-2.9.2.RELEASE\kaws-sever\wtpwebapps\kaws-service\WEB-INF\classes\com\rlh\app\kaws\event\dao\KawEventMapper.xml]
### The error may involve com.rlh.app.kaws.event.dao.IKawEventDao.getKawEventByOther-Inline
### The error occurred while setting parameters
### SQL: select event_id as eventId, event_name as eventName, event_light_enum_id as eventLightEnumId, curr_light_enum_id as currLightEnumId,     msg_status as msgStatus, auth_status as authStatus, oversee_status as overseeStatus, problem_class_enum_id as problemClassEnumId,     parent_class_enum_id as parentClassEnumId, class_enum_id as classEnumId, warning_level_enum_id as warningLevelEnumId, last_section__enum_id as lastSectionEnumId, curr_section__enum_id as currSectionEnumId,     event_detail as eventDetail, problem_desc as problemDesc, position_des as positionDes, handle_dept_name as handleDeptName, handle_advice as handleAdvice,     verify_count as verifyCount, verify_result as verifyResult, closed_status_enum_id as closedStatusEnumId, street_code as streetCode,     community_code as communtiyCode,(select b.sqname from t_access_community b where community_code=b.community_code) as communityName, key_area_id as keyAreaId, (select name from sde.t_kaw_key_area b where key_area_id=b.objectid) as keyAreaName,      key_area_type_enum_id as keyAreaTypeEnumId, duty_grid_code as dutyGridCode, unit_grid_code as untiGridCode, task_code as taskCode, oversee_name as overseeName,      oversee_phonenumber as overseePhonenumber, report_time as reportTime, create_time as createTime, handle_time_limit as handleTimeLimit, coordinate_x as coordinateX,      coordinate_y as coordinateY from t_kaw_event t where 1=1                                                                                                                                                                                                                                              and create_time >to_date( ?,'yyyymmdd')
### Cause: java.sql.SQLException: ORA-01427: 单行子查询返回多个行

; bad SQL grammar []; nested exception is java.sql.SQLException: ORA-01427: 单行子查询返回多个行
"
        sql = ""
        cause = (Ref #3)
        SQLException = (Ref #3)
        mostSpecificCause = (Ref #3)
      body = null
      correlationId = "5E9ED4BA-D507-D6B2-4BC6-784BC26E2F56"
      faultDetail = null
      faultString = "org.springframework.jdbc.BadSqlGrammarException : 
### Error querying database.  Cause: java.sql.SQLException: ORA-01427: 单行子查询返回多个行

### The error may exist in file [D:\software\springsource\vfabric-tc-server-developer-2.9.2.RELEASE\kaws-sever\wtpwebapps\kaws-service\WEB-INF\classes\com\rlh\app\kaws\event\dao\KawEventMapper.xml]
### The error may involve com.rlh.app.kaws.event.dao.IKawEventDao.getKawEventByOther-Inline
### The error occurred while setting parameters
### SQL: select event_id as eventId, event_name as eventName, event_light_enum_id as eventLightEnumId, curr_light_enum_id as currLightEnumId,     msg_status as msgStatus, auth_status as authStatus, oversee_status as overseeStatus, problem_class_enum_id as problemClassEnumId,     parent_class_enum_id as parentClassEnumId, class_enum_id as classEnumId, warning_level_enum_id as warningLevelEnumId, last_section__enum_id as lastSectionEnumId, curr_section__enum_id as currSectionEnumId,     event_detail as eventDetail, problem_desc as problemDesc, position_des as positionDes, handle_dept_name as handleDeptName, handle_advice as handleAdvice,     verify_count as verifyCount, verify_result as verifyResult, closed_status_enum_id as closedStatusEnumId, street_code as streetCode,     community_code as communtiyCode,(select b.sqname from t_access_community b where community_code=b.community_code) as communityName, key_area_id as keyAreaId, (select name from sde.t_kaw_key_area b where key_area_id=b.objectid) as keyAreaName,      key_area_type_enum_id as keyAreaTypeEnumId, duty_grid_code as dutyGridCode, unit_grid_code as untiGridCode, task_code as taskCode, oversee_name as overseeName,      oversee_phonenumber as overseePhonenumber, report_time as reportTime, create_time as createTime, handle_time_limit as handleTimeLimit, coordinate_x as coordinateX,      coordinate_y as coordinateY from t_kaw_event t where 1=1                                                                                                                                                                                                                                              and create_time >to_date( ?,'yyyymmdd')
  相关解决方案