|
@@ -86,9 +86,6 @@
|
|
|
<if test="stationId !=null">
|
|
|
station_id,
|
|
|
</if>
|
|
|
- <if test="stationName !=null">
|
|
|
- station_name,
|
|
|
- </if>
|
|
|
<if test="createTime !=null">
|
|
|
create_time,
|
|
|
</if>
|
|
@@ -121,9 +118,6 @@
|
|
|
<if test="stationId !=null">
|
|
|
#{stationId},
|
|
|
</if>
|
|
|
- <if test="stationName !=null">
|
|
|
- #{stationName},
|
|
|
- </if>
|
|
|
<if test="createTime !=null">
|
|
|
#{createTime},
|
|
|
</if>
|