You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
400 lines
25 KiB
400 lines
25 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<!DOCTYPE mapper
|
|
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
<mapper namespace="com.zc.business.mapper.MiddleDatabaseMapper">
|
|
|
|
<insert id="insertMiddleDatabaseDeviceData" parameterType="MdDeviceData" useGeneratedKeys="true" keyProperty="id">
|
|
insert into device_data
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
<if test="devNo != null">devNo,</if>
|
|
<if test="devType != null">devType,</if>
|
|
<if test="timeStamp != null">`timeStamp`,</if>
|
|
<if test="expands != null">expands,</if>
|
|
<if test="creatorUserId != null">CreatorUserId,</if>
|
|
<if test="lastModificationTime != null">LastModificationTime,</if>
|
|
<if test="lastModifierUserId != null">LastModifierUserId,</if>
|
|
<if test="isDeleted != null">IsDeleted,</if>
|
|
<if test="deleterUserId != null">DeleterUserId,</if>
|
|
<if test="deletionTime != null">DeletionTime,</if>
|
|
CreationTime
|
|
</trim>
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
<if test="devNo != null">#{devNo},</if>
|
|
<if test="devType != null">#{devType},</if>
|
|
<if test="timeStamp != null">#{timeStamp},</if>
|
|
<if test="expands != null">#{expands},</if>
|
|
<if test="creatorUserId != null">#{creatorUserId},</if>
|
|
<if test="lastModificationTime != null">#{lastModificationTime},</if>
|
|
<if test="isDeleted != null">#{isDeleted},</if>
|
|
<if test="deleterUserId != null">#{deleterUserId},</if>
|
|
<if test="deletionTime != null">#{deletionTime},</if>
|
|
current_date
|
|
</trim>
|
|
</insert>
|
|
|
|
<insert id="insertMiddleDatabaseEvent" parameterType="MdEvent">
|
|
insert into event
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
<if test="fusionId != null">fusionId,</if>
|
|
<if test="eventName != null">event_name,</if>
|
|
<if test="eventTypeCode != null">event_type_code,</if>
|
|
<if test="eventDesc != null">event_desc,</if>
|
|
<if test="occurTime != null">occur_time,</if>
|
|
<if test="endTime != null">end_time,</if>
|
|
<if test="stakeNumber != null and stakeNumber != ''">stake_number,</if>
|
|
<if test="longitude != null">longitude,</if>
|
|
<if test="latitude != null">latitude,</if>
|
|
<if test="lane != null">lane,</if>
|
|
<if test="direction != null and direction != ''">direction,</if>
|
|
<if test="location != null">location,</if>
|
|
<if test="eventSourceCode != null">event_source_code,</if>
|
|
<if test="eventSource != null">event_source,</if>
|
|
<if test="eventStatus != null">event_status,</if>
|
|
<if test="eventLevel != null">event_level,</if>
|
|
<if test="sectionId != null">section_id,</if>
|
|
<if test="eventTypeCode2 != null">event_type_code2,</if>
|
|
<if test="eventCause != null">event_cause,</if>
|
|
<if test="accidentWeather != null">accident_weather,</if>
|
|
<if test="accidentQueue != null">accident_queue,</if>
|
|
<if test="congestionPile != null">congestion_pile,</if>
|
|
<if test="congestionReason != null">congestion_reason,</if>
|
|
<if test="controlCategory != null">control_category,</if>
|
|
<if test="controlReason != null">control_reason,</if>
|
|
<if test="controlReasonType != null">control_reason_type,</if>
|
|
<if test="controlStation != null">control_station,</if>
|
|
<if test="controlPile != null">control_pile,</if>
|
|
<if test="controlStrategy != null">control_strategy,</if>
|
|
<if test="controlType != null">control_type,</if>
|
|
<if test="controlVehicleType != null">control_vehicle_type,</if>
|
|
<if test="creatorUserId != null">CreatorUserId,</if>
|
|
<if test="lastModificationTime != null">LastModificationTime,</if>
|
|
<if test="lastModifierUserId != null">LastModifierUserId,</if>
|
|
<if test="isDeleted != null">IsDeleted,</if>
|
|
<if test="deleterUserId != null">DeleterUserId,</if>
|
|
<if test="deletionTime != null">DeletionTime,</if>
|
|
CreationTime,
|
|
</trim>
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
<if test="fusionId != null">#{fusionId},</if>
|
|
<if test="eventName != null">#{eventName},</if>
|
|
<if test="eventTypeCode != null">#{eventTypeCode},</if>
|
|
<if test="eventDesc != null">#{eventDesc},</if>
|
|
<if test="occurTime != null">#{occurTime},</if>
|
|
<if test="endTime != null">#{endTime},</if>
|
|
<if test="stakeNumber != null and stakeNumber != ''">#{stakeNumber},</if>
|
|
<if test="longitude != null">#{longitude},</if>
|
|
<if test="latitude != null">#{latitude},</if>
|
|
<if test="lane != null">#{lane},</if>
|
|
<if test="direction != null and direction != ''">#{direction},</if>
|
|
<if test="location != null">#{location},</if>
|
|
<if test="eventSourceCode != null">#{eventSourceCode},</if>
|
|
<if test="eventSource != null">#{eventSource},</if>
|
|
<if test="eventStatus != null">#{eventStatus},</if>
|
|
<if test="eventLevel != null">#{eventLevel},</if>
|
|
<if test="sectionId != null">#{sectionId},</if>
|
|
<if test="eventTypeCode2 != null">#{eventTypeCode2},</if>
|
|
<if test="eventCause != null">#{eventCause},</if>
|
|
<if test="accidentWeather != null">#{accidentWeather},</if>
|
|
<if test="accidentQueue != null">#{accidentQueue},</if>
|
|
<if test="congestionPile != null">#{congestionPile},</if>
|
|
<if test="congestionReason != null">#{congestionReason},</if>
|
|
<if test="controlCategory != null">#{controlCategory},</if>
|
|
<if test="controlReason != null">#{controlReason},</if>
|
|
<if test="controlReasonType != null">#{controlReasonType},</if>
|
|
<if test="controlStation != null">#{controlStation},</if>
|
|
<if test="controlPile != null">#{controlPile},</if>
|
|
<if test="controlStrategy != null">#{controlStrategy},</if>
|
|
<if test="controlType != null">#{controlType},</if>
|
|
<if test="controlVehicleType != null">#{controlVehicleType},</if>
|
|
<if test="creatorUserId != null">#{creatorUserId},</if>
|
|
<if test="lastModificationTime != null">#{lastModificationTime},</if>
|
|
<if test="lastModifierUserId != null">#{lastModifierUserId},</if>
|
|
<if test="isDeleted != null">#{isDeleted},</if>
|
|
<if test="deleterUserId != null">#{deleterUserId},</if>
|
|
<if test="deletionTime != null">#{deletionTime},</if>
|
|
now()
|
|
</trim>
|
|
</insert>
|
|
|
|
<insert id="insertMiddleDatabaseDeviceInfo" parameterType="MdDevice">
|
|
insert into device
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
<if test="id != null">id,</if>
|
|
<if test="devNo != null">dev_no,</if>
|
|
<if test="devName != null">dev_name,</if>
|
|
<if test="stakeNum != null">stake_num,</if>
|
|
<if test="direction != null">direction,</if>
|
|
<if test="typeCode != null">type_code,</if>
|
|
<if test="facilitiesType != null">facilities_type,</if>
|
|
<if test="devStatus != null">dev_status,</if>
|
|
<if test="opmaManagerId != null">opma_manager_id,</if>
|
|
<if test="opmaManagerName != null">opma_manager_name,</if>
|
|
<if test="supplierName != null">supplier_name,</if>
|
|
<if test="sectionId != null">section_id,</if>
|
|
CreationTime,
|
|
<if test="creatorUserId != null">CreatorUserId,</if>
|
|
<if test="lastModificationTime != null">LastModificationTime,</if>
|
|
<if test="lastModifierUserId != null">LastModifierUserId,</if>
|
|
<if test="isDeleted != null">IsDeleted,</if>
|
|
<if test="deleterUserId != null">DeleterUserId,</if>
|
|
<if test="deletionTime != null">DeletionTime,</if>
|
|
</trim>
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
<if test="id != null">#{id},</if>
|
|
<if test="devNo != null">#{devNo},</if>
|
|
<if test="devName != null">#{devName},</if>
|
|
<if test="stakeNum != null">#{stakeNum},</if>
|
|
<if test="direction != null">#{direction},</if>
|
|
<if test="typeCode != null">#{typeCode},</if>
|
|
<if test="facilitiesType != null">#{facilitiesType},</if>
|
|
<if test="devStatus != null">#{devStatus},</if>
|
|
<if test="opmaManagerId != null">#{opmaManagerId},</if>
|
|
<if test="opmaManagerName != null">#{opmaManagerName},</if>
|
|
<if test="supplierName != null">#{supplierName},</if>
|
|
<if test="sectionId != null">#{sectionId},</if>
|
|
now(),
|
|
<if test="creatorUserId != null">#{creatorUserId},</if>
|
|
<if test="lastModificationTime != null">#{lastModificationTime},</if>
|
|
<if test="lastModifierUserId != null">#{lastModifierUserId},</if>
|
|
<if test="isDeleted != null">#{isDeleted},</if>
|
|
<if test="deleterUserId != null">#{deleterUserId},</if>
|
|
<if test="deletionTime != null">#{deletionTime},</if>
|
|
</trim>
|
|
</insert>
|
|
|
|
<insert id="synchronizeMdDevice" parameterType="java.util.List">
|
|
|
|
<foreach collection ="list" item="mdDevice" index= "index" separator =";">
|
|
insert into device
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
<if test="mdDevice.id != null">id,</if>
|
|
<if test="mdDevice.devNo != null">dev_no,</if>
|
|
<if test="mdDevice.devName != null">dev_name,</if>
|
|
<if test="mdDevice.stakeNum != null">stake_num,</if>
|
|
<if test="mdDevice.direction != null">direction,</if>
|
|
<if test="mdDevice.typeCode != null">type_code,</if>
|
|
<if test="mdDevice.facilitiesType != null">facilities_type,</if>
|
|
<if test="mdDevice.devStatus != null">dev_status,</if>
|
|
<if test="mdDevice.opmaManagerId != null">opma_manager_id,</if>
|
|
<if test="mdDevice.opmaManagerName != null">opma_manager_name,</if>
|
|
<if test="mdDevice.supplierName != null">supplier_name,</if>
|
|
<if test="mdDevice.sectionId != null">section_id,</if>
|
|
CreationTime,
|
|
<if test="mdDevice.creatorUserId != null">CreatorUserId,</if>
|
|
<if test="mdDevice.lastModificationTime != null">LastModificationTime,</if>
|
|
<if test="mdDevice.lastModifierUserId != null">LastModifierUserId,</if>
|
|
<if test="mdDevice.isDeleted != null">IsDeleted,</if>
|
|
<if test="mdDevice.deleterUserId != null">DeleterUserId,</if>
|
|
<if test="mdDevice.deletionTime != null">DeletionTime,</if>
|
|
</trim>
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
<if test="mdDevice.id != null">#{mdDevice.id},</if>
|
|
<if test="mdDevice.devNo != null">#{mdDevice.devNo},</if>
|
|
<if test="mdDevice.devName != null">#{mdDevice.devName},</if>
|
|
<if test="mdDevice.stakeNum != null">#{mdDevice.stakeNum},</if>
|
|
<if test="mdDevice.direction != null">#{mdDevice.direction},</if>
|
|
<if test="mdDevice.typeCode != null">#{mdDevice.typeCode},</if>
|
|
<if test="mdDevice.facilitiesType != null">#{mdDevice.facilitiesType},</if>
|
|
<if test="mdDevice.devStatus != null">#{mdDevice.devStatus},</if>
|
|
<if test="mdDevice.opmaManagerId != null">#{mdDevice.opmaManagerId},</if>
|
|
<if test="mdDevice.opmaManagerName != null">#{mdDevice.opmaManagerName},</if>
|
|
<if test="mdDevice.supplierName != null">#{mdDevice.supplierName},</if>
|
|
<if test="mdDevice.sectionId != null">#{mdDevice.sectionId},</if>
|
|
now(),
|
|
<if test="mdDevice.creatorUserId != null">#{mdDevice.creatorUserId},</if>
|
|
<if test="mdDevice.lastModificationTime != null">#{mdDevice.lastModificationTime},</if>
|
|
<if test="mdDevice.lastModifierUserId != null">#{mdDevice.lastModifierUserId},</if>
|
|
<if test="mdDevice.isDeleted != null">#{mdDevice.isDeleted},</if>
|
|
<if test="mdDevice.deleterUserId != null">#{mdDevice.deleterUserId},</if>
|
|
<if test="mdDevice.deletionTime != null">#{mdDevice.deletionTime},</if>
|
|
</trim>
|
|
ON DUPLICATE KEY UPDATE
|
|
<trim suffixOverrides=",">
|
|
<if test="mdDevice.devNo != null">dev_no = #{mdDevice.devNo},</if>
|
|
<if test="mdDevice.devName != null">dev_name = #{mdDevice.devName},</if>
|
|
<if test="mdDevice.stakeNum != null">stake_num = #{mdDevice.stakeNum},</if>
|
|
<if test="mdDevice.direction != null">direction = #{mdDevice.direction},</if>
|
|
<if test="mdDevice.typeCode != null">type_code = #{mdDevice.typeCode},</if>
|
|
<if test="mdDevice.facilitiesType != null">facilities_type = #{mdDevice.facilitiesType},</if>
|
|
<if test="mdDevice.devStatus != null">dev_status = #{mdDevice.devStatus},</if>
|
|
<if test="mdDevice.opmaManagerId != null">opma_manager_id = #{mdDevice.opmaManagerId},</if>
|
|
<if test="mdDevice.opmaManagerName != null">opma_manager_name = #{mdDevice.opmaManagerName},</if>
|
|
<if test="mdDevice.supplierName != null">supplier_name = #{mdDevice.supplierName},</if>
|
|
<if test="mdDevice.sectionId != null">section_id = #{mdDevice.sectionId},</if>
|
|
LastModificationTime = now(),
|
|
<if test="mdDevice.lastModifierUserId != null">LastModifierUserId = #{mdDevice.lastModifierUserId},</if>
|
|
<if test="mdDevice.isDeleted != null">IsDeleted = #{mdDevice.isDeleted},</if>
|
|
<if test="mdDevice.deleterUserId != null">DeleterUserId = #{mdDevice.deleterUserId},</if>
|
|
<if test="mdDevice.deletionTime != null">DeletionTime = #{mdDevice.deletionTime},</if>
|
|
</trim>
|
|
</foreach>
|
|
</insert>
|
|
|
|
<insert id="batchInsertMiddleDatabaseEvent">
|
|
<foreach collection ="list" item="mdEvent" index= "index" separator =";">
|
|
insert into event
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
<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.eventDesc != null">event_desc,</if>
|
|
<if test="mdEvent.occurTime != null">occur_time,</if>
|
|
<if test="mdEvent.endTime != null">end_time,</if>
|
|
<if test="mdEvent.stakeNumber != null and mdEvent.stakeNumber != ''">stake_number,</if>
|
|
<if test="mdEvent.longitude != null">longitude,</if>
|
|
<if test="mdEvent.latitude != null">latitude,</if>
|
|
<if test="mdEvent.lane != null">lane,</if>
|
|
<if test="mdEvent.direction != null and mdEvent.direction != ''">direction,</if>
|
|
<if test="mdEvent.location != null">location,</if>
|
|
<if test="mdEvent.eventSourceCode != null">event_source_code,</if>
|
|
<if test="mdEvent.eventSource != null">event_source,</if>
|
|
<if test="mdEvent.eventStatus != null">event_status,</if>
|
|
<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.eventCause != null">event_cause,</if>
|
|
<if test="mdEvent.accidentWeather != null">accident_weather,</if>
|
|
<if test="mdEvent.accidentQueue != null">accident_queue,</if>
|
|
<if test="mdEvent.congestionPile != null">congestion_pile,</if>
|
|
<if test="mdEvent.congestionReason != null">congestion_reason,</if>
|
|
<if test="mdEvent.controlCategory != null">control_category,</if>
|
|
<if test="mdEvent.controlReason != null">control_reason,</if>
|
|
<if test="mdEvent.controlReasonType != null">control_reason_type,</if>
|
|
<if test="mdEvent.controlStation != null">control_station,</if>
|
|
<if test="mdEvent.controlPile != null">control_pile,</if>
|
|
<if test="mdEvent.controlStrategy != null">control_strategy,</if>
|
|
<if test="mdEvent.controlType != null">control_type,</if>
|
|
<if test="mdEvent.controlVehicleType != null">control_vehicle_type,</if>
|
|
<if test="mdEvent.creatorUserId != null">CreatorUserId,</if>
|
|
<if test="mdEvent.lastModificationTime != null">LastModificationTime,</if>
|
|
<if test="mdEvent.lastModifierUserId != null">LastModifierUserId,</if>
|
|
<if test="mdEvent.isDeleted != null">IsDeleted,</if>
|
|
<if test="mdEvent.deleterUserId != null">DeleterUserId,</if>
|
|
<if test="mdEvent.deletionTime != null">DeletionTime,</if>
|
|
CreationTime,
|
|
</trim>
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
<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.eventDesc != null">#{mdEvent.eventDesc},</if>
|
|
<if test="mdEvent.occurTime != null">#{mdEvent.occurTime},</if>
|
|
<if test="mdEvent.endTime != null">#{mdEvent.endTime},</if>
|
|
<if test="mdEvent.stakeNumber != null and mdEvent.stakeNumber != ''">#{mdEvent.stakeNumber},</if>
|
|
<if test="mdEvent.longitude != null">#{mdEvent.longitude},</if>
|
|
<if test="mdEvent.latitude != null">#{mdEvent.latitude},</if>
|
|
<if test="mdEvent.lane != null">#{mdEvent.lane},</if>
|
|
<if test="mdEvent.direction != null and mdEvent.direction != ''">#{mdEvent.direction},</if>
|
|
<if test="mdEvent.location != null">#{mdEvent.location},</if>
|
|
<if test="mdEvent.eventSourceCode != null">#{mdEvent.eventSourceCode},</if>
|
|
<if test="mdEvent.eventSource != null">#{mdEvent.eventSource},</if>
|
|
<if test="mdEvent.eventStatus != null">#{mdEvent.eventStatus},</if>
|
|
<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.eventCause != null">#{mdEvent.eventCause},</if>
|
|
<if test="mdEvent.accidentWeather != null">#{mdEvent.accidentWeather},</if>
|
|
<if test="mdEvent.accidentQueue != null">#{mdEvent.accidentQueue},</if>
|
|
<if test="mdEvent.congestionPile != null">#{mdEvent.congestionPile},</if>
|
|
<if test="mdEvent.congestionReason != null">#{mdEvent.congestionReason},</if>
|
|
<if test="mdEvent.controlCategory != null">#{mdEvent.controlCategory},</if>
|
|
<if test="mdEvent.controlReason != null">#{mdEvent.controlReason},</if>
|
|
<if test="mdEvent.controlReasonType != null">#{mdEvent.controlReasonType},</if>
|
|
<if test="mdEvent.controlStation != null">#{mdEvent.controlStation},</if>
|
|
<if test="mdEvent.controlPile != null">#{mdEvent.controlPile},</if>
|
|
<if test="mdEvent.controlStrategy != null">#{mdEvent.controlStrategy},</if>
|
|
<if test="mdEvent.controlType != null">#{mdEvent.controlType},</if>
|
|
<if test="mdEvent.controlVehicleType != null">#{mdEvent.controlVehicleType},</if>
|
|
<if test="mdEvent.creatorUserId != null">#{mdEvent.creatorUserId},</if>
|
|
<if test="mdEvent.lastModificationTime != null">#{mdEvent.lastModificationTime},</if>
|
|
<if test="mdEvent.lastModifierUserId != null">#{mdEvent.lastModifierUserId},</if>
|
|
<if test="mdEvent.isDeleted != null">#{mdEvent.isDeleted},</if>
|
|
<if test="mdEvent.deleterUserId != null">#{mdEvent.deleterUserId},</if>
|
|
<if test="mdEvent.deletionTime != null">#{mdEvent.deletionTime},</if>
|
|
now()
|
|
</trim>
|
|
</foreach>
|
|
</insert>
|
|
|
|
<update id="updateMiddleDatabaseDeviceInfo" parameterType="MdDevice">
|
|
update device
|
|
<set>
|
|
<if test="devNo != null">dev_no = #{devNo},</if>
|
|
<if test="devName != null">dev_name = #{devName},</if>
|
|
<if test="stakeNum != null">stake_num = #{stakeNum},</if>
|
|
<if test="direction != null">direction = #{direction},</if>
|
|
<if test="typeCode != null">type_code = #{typeCode},</if>
|
|
<if test="facilitiesType != null">facilities_type = #{facilitiesType},</if>
|
|
<if test="devStatus != null">dev_status = #{devStatus},</if>
|
|
<if test="opmaManagerId != null">opma_manager_id = #{opmaManagerId},</if>
|
|
<if test="opmaManagerName != null">opma_manager_name = #{opmaManagerName},</if>
|
|
<if test="supplierName != null">supplier_name = #{supplierName},</if>
|
|
<if test="sectionId != null">section_id = #{sectionId},</if>
|
|
LastModificationTime = now(),
|
|
<if test="lastModifierUserId != null">LastModifierUserId = #{lastModifierUserId},</if>
|
|
<if test="isDeleted != null">IsDeleted = #{isDeleted},</if>
|
|
<if test="deleterUserId != null">DeleterUserId = #{deleterUserId},</if>
|
|
<if test="deletionTime != null">DeletionTime = #{deletionTime},</if>
|
|
</set>
|
|
where id = #{id}
|
|
</update>
|
|
|
|
<delete id="deleteMiddleDatabaseDeviceInfoByIds">
|
|
update device set IsDeleted = '1',DeletionTime = now()
|
|
where id in
|
|
<foreach collection="list" item="id" open="(" separator="," close=")">
|
|
#{id}
|
|
</foreach>
|
|
</delete>
|
|
|
|
<update id="updateMiddleDatabaseDevice" parameterType="DcDevice">
|
|
update device set dev_status = #{deviceState} where dev_no = #{iotDeviceId}
|
|
</update>
|
|
|
|
<update id="updateMiddleDatabaseEvent" parameterType="MdEvent">
|
|
update event
|
|
<trim prefix="SET" suffixOverrides=",">
|
|
<if test="fusionId != null">fusionId = #{fusionId},</if>
|
|
<if test="eventName != null">event_name = #{eventName},</if>
|
|
<if test="eventTypeCode != null">event_type_code = #{eventTypeCode},</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>
|
|
<if test="stakeNumber != null and stakeNumber != ''">stake_number = #{stakeNumber},</if>
|
|
<if test="longitude != null">longitude = #{longitude},</if>
|
|
<if test="latitude != null">latitude = #{latitude},</if>
|
|
<if test="lane != null">lane = #{lane},</if>
|
|
<if test="direction != null and direction != ''">direction = #{direction},</if>
|
|
<if test="location != null">location = #{location},</if>
|
|
<if test="eventSourceCode != null">event_source_code = #{eventSourceCode},</if>
|
|
<if test="eventSource != null">event_source = #{eventSource},</if>
|
|
<if test="eventStatus != null">event_status = #{eventStatus},</if>
|
|
<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="eventCause != null">event_cause = #{eventCause},</if>
|
|
<if test="accidentWeather != null">accident_weather = #{accidentWeather},</if>
|
|
<if test="accidentQueue != null">accident_queue = #{accidentQueue},</if>
|
|
<if test="congestionPile != null">congestion_pile = #{congestionPile},</if>
|
|
<if test="congestionReason != null">congestion_reason = #{congestionReason},</if>
|
|
<if test="controlCategory != null">control_category = #{controlCategory},</if>
|
|
<if test="controlReason != null">control_reason = #{controlReason},</if>
|
|
<if test="controlReasonType != null">control_reason_type = #{controlReasonType},</if>
|
|
<if test="controlStation != null">control_station = #{controlStation},</if>
|
|
<if test="controlPile != null">control_pile = #{controlPile},</if>
|
|
<if test="controlStrategy != null">control_strategy = #{controlStrategy},</if>
|
|
<if test="controlType != null">control_type = #{controlType},</if>
|
|
<if test="controlVehicleType != null">control_vehicle_type = #{controlVehicleType},</if>
|
|
LastModificationTime = now(),
|
|
<if test="lastModifierUserId != null">LastModifierUserId = #{lastModifierUserId},</if>
|
|
<if test="isDeleted != null">IsDeleted = #{isDeleted},</if>
|
|
<if test="deleterUserId != null">DeleterUserId = #{deleterUserId},</if>
|
|
<if test="deletionTime != null">DeletionTime = #{deletionTime},</if>
|
|
</trim>
|
|
where id = #{id}
|
|
</update>
|
|
|
|
|
|
|
|
</mapper>
|
|
|