|
|
@@ -10,7 +10,9 @@ |
|
|
|
<result property="inspectionFileId" column="inspection_file_id" /> |
|
|
|
<result property="accidentInspectionId" column="accident_inspection_id" /> |
|
|
|
<result property="roadId" column="road_id" /> |
|
|
|
<result property="roadCode" column="road_code" /> |
|
|
|
<result property="sectionId" column="section_id" /> |
|
|
|
<result property="sectionName" column="section_name" /> |
|
|
|
<result property="questionId" column="question_id" /> |
|
|
|
<result property="questionCode" column="question_code" /> |
|
|
|
<result property="questionName" column="question_name" /> |
|
|
@@ -40,13 +42,13 @@ |
|
|
|
|
|
|
|
|
|
|
|
<sql id="Base_Column_List"> |
|
|
|
id, tenant_id, dept_id, inspection_id, inspection_file_id, accident_inspection_id, road_id, section_id, question_id, question_code, question_name, |
|
|
|
id, tenant_id, dept_id, 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, inspection_id, inspection_file_id, accident_inspection_id, road_id, section_id, question_id, question_code, question_name, |
|
|
|
select id, tenant_id, dept_id, 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 |