|
|
@ -76,6 +76,7 @@ |
|
|
|
<result property="roadName" column="road_name" /> |
|
|
|
<result property="organizationName" column="organization_name" /> |
|
|
|
<result property="isPerceived" column="is_perceived" /> |
|
|
|
<result property="subclass" column="subclass" /> |
|
|
|
|
|
|
|
|
|
|
|
</resultMap> |
|
|
@ -446,7 +447,7 @@ |
|
|
|
WHEN '10-9' THEN'其他' |
|
|
|
WHEN '11-1' THEN'其他事件' |
|
|
|
END AS event_subclass, |
|
|
|
|
|
|
|
dc_event.event_subclass AS subclass, |
|
|
|
dc_event.event_cause, |
|
|
|
dc_event.description, |
|
|
|
dc_event.event_state, |
|
|
|