问题详情
-
类型: 缺陷
-
状态: 关闭 (查看工作流)
-
优先级: 重要
-
解决结果: 解决
-
影响版本: v1.0.20220224_release
-
解决版本: v1.0.20220224_release
-
模块: 调度系统
-
标签:无
-
项目环境:DEV
描述
-
-
- Error querying database. Cause: java.sql.SQLSyntaxErrorException: Unknown column 'report_auto_dispatch_id' in 'field list' ### The error may exist in cn/daokang/business/mapper/SdReportAutoDispatchMapper.java (best guess) ### The error may involve defaultParameterMap ### The error occurred while setting parameters ### SQL: SELECT report_auto_dispatch_id,org_code,org_name,should_dispatch_task_num,auto_dispatch_task_num,manual_dispatch_task_num,insurance_type,auto_dispatch_fail_reason,statistical_date,ni_should_dispatch_task_num,ni_auto_dispatch_task_num,ni_manual_dispatch_task_num,veh_auto_dispatch_probability,non_veh_auto_dispatch_probability,create_time,update_time FROM sd_report_auto_dispatch WHERE (statistical_date >= ? AND statistical_date <= ?) LIMIT ? ### Cause: java.sql.SQLSyntaxErrorException: Unknown column 'report_auto_dispatch_id' in 'field list' ; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Unknown column 'report_auto_dispatch_id' in 'field list'
-