|
|
@@ -179,15 +179,6 @@
|
|
|
<if test='null != createTime'>
|
|
|
create_time,
|
|
|
</if>
|
|
|
- <if test='null != updateBy'>
|
|
|
- update_by,
|
|
|
- </if>
|
|
|
- <if test='null != updateTime'>
|
|
|
- update_time,
|
|
|
- </if>
|
|
|
- <if test='null != stationId'>
|
|
|
- station_id
|
|
|
- </if>
|
|
|
</trim>
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
<if test='null != deptStationId'>
|
|
|
@@ -250,15 +241,6 @@
|
|
|
<if test='null != createTime'>
|
|
|
#{createTime},
|
|
|
</if>
|
|
|
- <if test='null != updateBy'>
|
|
|
- #{updateBy},
|
|
|
- </if>
|
|
|
- <if test='null != updateTime'>
|
|
|
- #{updateTime},
|
|
|
- </if>
|
|
|
- <if test='null != stationId'>
|
|
|
- #{stationId}
|
|
|
- </if>
|
|
|
</trim>
|
|
|
</insert>
|
|
|
|
|
|
@@ -292,7 +274,6 @@
|
|
|
<if test='null != delFlag'>del_flag = #{delFlag},</if>
|
|
|
<if test='null != updateBy'>update_by = #{updateBy},</if>
|
|
|
<if test='null != updateTime'>update_time = #{updateTime}</if>
|
|
|
- <if test='null != stationId'>station_id = #{stationId}</if>
|
|
|
</set>
|
|
|
WHERE id = #{id}
|
|
|
</update>
|