|
@@ -186,31 +186,31 @@
|
|
update_user_id = #{item.updateUserId},
|
|
update_user_id = #{item.updateUserId},
|
|
</if>
|
|
</if>
|
|
<if test="item.updateTime != null">
|
|
<if test="item.updateTime != null">
|
|
- update_time = #{item.updateTime}
|
|
|
|
|
|
+ update_time = #{item.updateTime},
|
|
</if>
|
|
</if>
|
|
<if test="item.avFlag != null">
|
|
<if test="item.avFlag != null">
|
|
- av_flag = #{item.avFlag}
|
|
|
|
|
|
+ av_flag = #{item.avFlag},
|
|
</if>
|
|
</if>
|
|
<if test="item.createdFlag != null">
|
|
<if test="item.createdFlag != null">
|
|
- created_flag = #{item.createdFlag}
|
|
|
|
|
|
+ created_flag = #{item.createdFlag},
|
|
</if>
|
|
</if>
|
|
<if test="item.positionFlag != null">
|
|
<if test="item.positionFlag != null">
|
|
- position_flag = #{item.positionFlag}
|
|
|
|
|
|
+ position_flag = #{item.positionFlag},
|
|
</if>
|
|
</if>
|
|
<if test="item.fetchFlag != null">
|
|
<if test="item.fetchFlag != null">
|
|
- fetch_flag = #{fetchFlag}
|
|
|
|
|
|
+ fetch_flag = #{item.fetchFlag},
|
|
</if>
|
|
</if>
|
|
<if test="item.portFlag != null">
|
|
<if test="item.portFlag != null">
|
|
- port_flag = #{portFlag}
|
|
|
|
|
|
+ port_flag = #{item.portFlag},
|
|
</if>
|
|
</if>
|
|
<if test="item.xPosition != null">
|
|
<if test="item.xPosition != null">
|
|
- x_position = #{item.xPosition}
|
|
|
|
|
|
+ x_position = #{item.xPosition},
|
|
</if>
|
|
</if>
|
|
<if test="item.yPosition != null">
|
|
<if test="item.yPosition != null">
|
|
- y_position = #{item.yPosition}
|
|
|
|
|
|
+ y_position = #{item.yPosition},
|
|
</if>
|
|
</if>
|
|
<if test="item.width != null">
|
|
<if test="item.width != null">
|
|
- width = #{item.width}
|
|
|
|
|
|
+ width = #{item.width},
|
|
</if>
|
|
</if>
|
|
<if test="item.height != null">
|
|
<if test="item.height != null">
|
|
height = #{item.height}
|
|
height = #{item.height}
|