|
@ -83,7 +83,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
<if test="exitsInlets != null">exits_inlets,</if> |
|
|
<if test="exitsInlets != null">exits_inlets,</if> |
|
|
<if test="facilityId != null">facility_id,</if> |
|
|
<if test="facilityId != null">facility_id,</if> |
|
|
<if test="rampId != null">ramp_id,</if> |
|
|
<if test="rampId != null">ramp_id,</if> |
|
|
<if test="causeType != null">cause_type,</if> |
|
|
cause_type, |
|
|
|
|
|
|
|
|
<if test="measure != null">measure,</if> |
|
|
<if test="measure != null">measure,</if> |
|
|
<if test="classify != null">classify,</if> |
|
|
<if test="classify != null">classify,</if> |
|
@ -97,7 +97,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
<if test="exitsInlets != null">#{exitsInlets},</if> |
|
|
<if test="exitsInlets != null">#{exitsInlets},</if> |
|
|
<if test="facilityId != null">#{facilityId},</if> |
|
|
<if test="facilityId != null">#{facilityId},</if> |
|
|
<if test="rampId != null">#{rampId},</if> |
|
|
<if test="rampId != null">#{rampId},</if> |
|
|
<if test="causeType != null">#{causeType},</if> |
|
|
#{causeType}, |
|
|
|
|
|
|
|
|
<if test="measure != null">#{measure},</if> |
|
|
<if test="measure != null">#{measure},</if> |
|
|
<if test="classify != null">#{classify},</if> |
|
|
<if test="classify != null">#{classify},</if> |
|
@ -114,7 +114,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
<if test="exitsInlets != null">exits_inlets = #{exitsInlets},</if> |
|
|
<if test="exitsInlets != null">exits_inlets = #{exitsInlets},</if> |
|
|
<if test="facilityId != null">facility_id = #{facilityId},</if> |
|
|
<if test="facilityId != null">facility_id = #{facilityId},</if> |
|
|
<if test="rampId != null">ramp_id = #{rampId},</if> |
|
|
<if test="rampId != null">ramp_id = #{rampId},</if> |
|
|
<if test="causeType != null">cause_type = #{causeType},</if> |
|
|
cause_type = #{causeType}, |
|
|
<if test="measure != null">measure = #{measure},</if> |
|
|
<if test="measure != null">measure = #{measure},</if> |
|
|
<if test="classify != null">classify = #{classify},</if> |
|
|
<if test="classify != null">classify = #{classify},</if> |
|
|
<if test="vehicleType != null">vehicle_type = #{vehicleType},</if> |
|
|
<if test="vehicleType != null">vehicle_type = #{vehicleType},</if> |
|
|