|
|
@@ -6,6 +6,7 @@ |
|
|
|
<result property="id" column="id" /> |
|
|
|
<result property="tenantId" column="tenant_id" /> |
|
|
|
<result property="deptId" column="dept_id" /> |
|
|
|
<result property="name" column="name" /> |
|
|
|
<result property="reportType" column="report_type" /> |
|
|
|
<result property="inspectionId" column="inspection_id" /> |
|
|
|
<result property="inspectionFileId" column="inspection_file_id" /> |
|
|
@@ -43,13 +44,13 @@ |
|
|
|
|
|
|
|
|
|
|
|
<sql id="Base_Column_List"> |
|
|
|
id, tenant_id, dept_id, report_type, inspection_id, inspection_file_id, accident_inspection_id, road_id, road_code, section_id, section_name, question_id, question_code, question_name, |
|
|
|
id, tenant_id, dept_id, name, report_type, inspection_id, inspection_file_id, accident_inspection_id, road_id, road_code, section_id, section_name, question_id, question_code, question_name, |
|
|
|
is_casualties, is_driving_safety, is_fire, record, longitude, latitude, uav_return, status, create_user, create_time, update_user, update_time, |
|
|
|
check_user, check_time, check_result, verification_time, report_time, no_accident_time, ignore_time, end_time, flag, mark |
|
|
|
</sql> |
|
|
|
|
|
|
|
<sql id="selectThAccidentVo"> |
|
|
|
select id, tenant_id, dept_id, report_type, inspection_id, inspection_file_id, accident_inspection_id, road_id, road_code, section_id, section_name, question_id, question_code, question_name, |
|
|
|
select id, tenant_id, dept_id, name, report_type, inspection_id, inspection_file_id, accident_inspection_id, road_id, road_code, section_id, section_name, question_id, question_code, question_name, |
|
|
|
is_casualties, is_driving_safety, is_fire, record, longitude, latitude, uav_return, status, create_user, create_time, update_user, update_time, |
|
|
|
check_user, check_time, check_result, verification_time, report_time, no_accident_time, ignore_time, end_time, flag, mark |
|
|
|
from th_accident |