|
|
@ -128,7 +128,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
<if test="updateBy != null">update_by = #{updateBy},</if>
|
|
|
|
<if test="updateBy != null">update_by = #{updateBy},</if>
|
|
|
|
<if test="updateTime != null">update_time = #{updateTime},</if>
|
|
|
|
<if test="updateTime != null">update_time = #{updateTime},</if>
|
|
|
|
<if test="routeVersion != null">route_version = #{routeVersion},</if>
|
|
|
|
<if test="routeVersion != null">route_version = #{routeVersion},</if>
|
|
|
|
<if test="needCheck != null">#{needCheck},</if>
|
|
|
|
<if test="needCheck != null">need_check=#{needCheck},</if>
|
|
|
|
</trim>
|
|
|
|
</trim>
|
|
|
|
where route_id = #{routeId}
|
|
|
|
where route_id = #{routeId}
|
|
|
|
</update>
|
|
|
|
</update>
|
|
|
|