|
|
@@ -18,6 +18,7 @@ |
|
|
|
<result property="questionId" column="question_id" /> |
|
|
|
<result property="questionCode" column="question_code" /> |
|
|
|
<result property="questionName" column="question_name" /> |
|
|
|
<result property="image" column="image" /> |
|
|
|
<result property="isCasualties" column="is_casualties" /> |
|
|
|
<result property="isDrivingSafety" column="is_driving_safety" /> |
|
|
|
<result property="isFire" column="is_fire" /> |
|
|
@@ -44,13 +45,13 @@ |
|
|
|
|
|
|
|
|
|
|
|
<sql id="Base_Column_List"> |
|
|
|
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, |
|
|
|
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, image, |
|
|
|
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, 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, |
|
|
|
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, image, |
|
|
|
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 |