|
|
@ -39,6 +39,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<if test="fusionId != null">fusionId,</if> |
|
|
|
<if test="eventName != null">event_name,</if> |
|
|
|
<if test="eventTypeCode != null">event_type_code,</if> |
|
|
|
<if test="eventTypeName != null">event_type_name,</if> |
|
|
|
<if test="eventDesc != null">event_desc,</if> |
|
|
|
<if test="occurTime != null">occur_time,</if> |
|
|
|
<if test="endTime != null">end_time,</if> |
|
|
@ -54,6 +55,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<if test="eventLevel != null">event_level,</if> |
|
|
|
<if test="sectionId != null">section_id,</if> |
|
|
|
<if test="eventTypeCode2 != null">event_type_code2,</if> |
|
|
|
<if test="eventTypeName2 != null">event_type_name2,</if> |
|
|
|
<if test="eventCause != null">event_cause,</if> |
|
|
|
<if test="accidentWeather != null">accident_weather,</if> |
|
|
|
<if test="accidentQueue != null">accident_queue,</if> |
|
|
@ -79,6 +81,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<if test="fusionId != null">#{fusionId},</if> |
|
|
|
<if test="eventName != null">#{eventName},</if> |
|
|
|
<if test="eventTypeCode != null">#{eventTypeCode},</if> |
|
|
|
<if test="eventTypeName != null">#{eventTypeName},</if> |
|
|
|
<if test="eventDesc != null">#{eventDesc},</if> |
|
|
|
<if test="occurTime != null">#{occurTime},</if> |
|
|
|
<if test="endTime != null">#{endTime},</if> |
|
|
@ -94,6 +97,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<if test="eventLevel != null">#{eventLevel},</if> |
|
|
|
<if test="sectionId != null">#{sectionId},</if> |
|
|
|
<if test="eventTypeCode2 != null">#{eventTypeCode2},</if> |
|
|
|
<if test="eventTypeName2 != null">#{eventTypeName2},</if> |
|
|
|
<if test="eventCause != null">#{eventCause},</if> |
|
|
|
<if test="accidentWeather != null">#{accidentWeather},</if> |
|
|
|
<if test="accidentQueue != null">#{accidentQueue},</if> |
|
|
@ -238,6 +242,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<if test="mdEvent.fusionId != null">fusionId,</if> |
|
|
|
<if test="mdEvent.eventName != null">event_name,</if> |
|
|
|
<if test="mdEvent.eventTypeCode != null">event_type_code,</if> |
|
|
|
<if test="mdEvent.eventTypeName != null">event_type_name,</if> |
|
|
|
<if test="mdEvent.eventDesc != null">event_desc,</if> |
|
|
|
<if test="mdEvent.occurTime != null">occur_time,</if> |
|
|
|
<if test="mdEvent.endTime != null">end_time,</if> |
|
|
@ -253,6 +258,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<if test="mdEvent.eventLevel != null">event_level,</if> |
|
|
|
<if test="mdEvent.sectionId != null">section_id,</if> |
|
|
|
<if test="mdEvent.eventTypeCode2 != null">event_type_code2,</if> |
|
|
|
<if test="mdEvent.eventTypeName2 != null">event_type_name2,</if> |
|
|
|
<if test="mdEvent.eventCause != null">event_cause,</if> |
|
|
|
<if test="mdEvent.accidentWeather != null">accident_weather,</if> |
|
|
|
<if test="mdEvent.accidentQueue != null">accident_queue,</if> |
|
|
@ -278,6 +284,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<if test="mdEvent.fusionId != null">#{mdEvent.fusionId},</if> |
|
|
|
<if test="mdEvent.eventName != null">#{mdEvent.eventName},</if> |
|
|
|
<if test="mdEvent.eventTypeCode != null">#{mdEvent.eventTypeCode},</if> |
|
|
|
<if test="mdEvent.eventTypeName != null">#{mdEvent.eventTypeName},</if> |
|
|
|
<if test="mdEvent.eventDesc != null">#{mdEvent.eventDesc},</if> |
|
|
|
<if test="mdEvent.occurTime != null">#{mdEvent.occurTime},</if> |
|
|
|
<if test="mdEvent.endTime != null">#{mdEvent.endTime},</if> |
|
|
@ -293,6 +300,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<if test="mdEvent.eventLevel != null">#{mdEvent.eventLevel},</if> |
|
|
|
<if test="mdEvent.sectionId != null">#{mdEvent.sectionId},</if> |
|
|
|
<if test="mdEvent.eventTypeCode2 != null">#{mdEvent.eventTypeCode2},</if> |
|
|
|
<if test="mdEvent.eventTypeName2 != null">#{mdEvent.eventTypeName2},</if> |
|
|
|
<if test="mdEvent.eventCause != null">#{mdEvent.eventCause},</if> |
|
|
|
<if test="mdEvent.accidentWeather != null">#{mdEvent.accidentWeather},</if> |
|
|
|
<if test="mdEvent.accidentQueue != null">#{mdEvent.accidentQueue},</if> |
|
|
@ -357,6 +365,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<trim prefix="SET" suffixOverrides=","> |
|
|
|
<if test="eventName != null">event_name = #{eventName},</if> |
|
|
|
<if test="eventTypeCode != null">event_type_code = #{eventTypeCode},</if> |
|
|
|
<if test="eventTypeName != null">event_type_name = #{eventTypeName},</if> |
|
|
|
<if test="eventDesc != null">event_desc = #{eventDesc},</if> |
|
|
|
<if test="occurTime != null">occur_time = #{occurTime},</if> |
|
|
|
<if test="endTime != null">end_time = #{endTime},</if> |
|
|
@ -372,6 +381,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<if test="eventLevel != null">event_level = #{eventLevel},</if> |
|
|
|
<if test="sectionId != null">section_id = #{sectionId},</if> |
|
|
|
<if test="eventTypeCode2 != null">event_type_code2 = #{eventTypeCode2},</if> |
|
|
|
<if test="eventTypeName2 != null">event_type_name2 = #{eventTypeName2},</if> |
|
|
|
<if test="eventCause != null">event_cause = #{eventCause},</if> |
|
|
|
<if test="accidentWeather != null">accident_weather = #{accidentWeather},</if> |
|
|
|
<if test="accidentQueue != null">accident_queue = #{accidentQueue},</if> |
|
|
|