|
@@ -15,7 +15,7 @@
|
|
|
<result column="xingbie" property="xingbie"/>
|
|
<result column="xingbie" property="xingbie"/>
|
|
|
<result column="xingbie_text" property="xingbieText"/>
|
|
<result column="xingbie_text" property="xingbieText"/>
|
|
|
<result column="xclx_text" property="xclxText"/>
|
|
<result column="xclx_text" property="xclxText"/>
|
|
|
- <result column="pillar_area" property="pillarArea"/>
|
|
|
|
|
|
|
+ <result column="pillar_code" property="pillarCode"/>
|
|
|
<result column="marker" property="marker"/>
|
|
<result column="marker" property="marker"/>
|
|
|
<result column="station_track" property="stationTrack"/>
|
|
<result column="station_track" property="stationTrack"/>
|
|
|
<result column="gxms" property="gxms"/>
|
|
<result column="gxms" property="gxms"/>
|
|
@@ -42,7 +42,7 @@
|
|
|
v.station_id,
|
|
v.station_id,
|
|
|
t.dept_station_id,
|
|
t.dept_station_id,
|
|
|
t.xingbie,
|
|
t.xingbie,
|
|
|
- t.pillar_area,
|
|
|
|
|
|
|
+ t.pillar_code,
|
|
|
t.marker,
|
|
t.marker,
|
|
|
t.station_track,
|
|
t.station_track,
|
|
|
t.gxms,
|
|
t.gxms,
|
|
@@ -71,8 +71,8 @@
|
|
|
<if test='null != xingbie'>
|
|
<if test='null != xingbie'>
|
|
|
xingbie,
|
|
xingbie,
|
|
|
</if>
|
|
</if>
|
|
|
- <if test='null != pillarArea'>
|
|
|
|
|
- pillar_area,
|
|
|
|
|
|
|
+ <if test='null != pillarCode'>
|
|
|
|
|
+ pillar_code,
|
|
|
</if>
|
|
</if>
|
|
|
<if test='null != stationTrack'>
|
|
<if test='null != stationTrack'>
|
|
|
station_track,
|
|
station_track,
|
|
@@ -118,8 +118,8 @@
|
|
|
<if test='null != xingbie'>
|
|
<if test='null != xingbie'>
|
|
|
#{xingbie},
|
|
#{xingbie},
|
|
|
</if>
|
|
</if>
|
|
|
- <if test='null != pillarArea'>
|
|
|
|
|
- #{pillarArea},
|
|
|
|
|
|
|
+ <if test='null != pillarCode'>
|
|
|
|
|
+ #{pillarCode},
|
|
|
</if>
|
|
</if>
|
|
|
<if test='null != stationTrack'>
|
|
<if test='null != stationTrack'>
|
|
|
#{stationTrack},
|
|
#{stationTrack},
|
|
@@ -171,7 +171,7 @@
|
|
|
<set>
|
|
<set>
|
|
|
<if test='null != deptStationId'>dept_station_id = #{deptStationId},</if>
|
|
<if test='null != deptStationId'>dept_station_id = #{deptStationId},</if>
|
|
|
<if test='null != xingbie'>xingbie = #{xingbie},</if>
|
|
<if test='null != xingbie'>xingbie = #{xingbie},</if>
|
|
|
- <if test='null != pillarArea'>pillar_area = #{pillarArea},</if>
|
|
|
|
|
|
|
+ <if test='null != pillarCode'>pillar_code = #{pillarCode},</if>
|
|
|
<if test='null != marker'>marker = #{marker},</if>
|
|
<if test='null != marker'>marker = #{marker},</if>
|
|
|
<if test='null != stationTrack'>station_track = #{stationTrack},</if>
|
|
<if test='null != stationTrack'>station_track = #{stationTrack},</if>
|
|
|
<if test='null != gxms'>gxms = #{gxms},</if>
|
|
<if test='null != gxms'>gxms = #{gxms},</if>
|
|
@@ -223,8 +223,8 @@
|
|
|
<if test="xingbie!=null and xingbie!=''">
|
|
<if test="xingbie!=null and xingbie!=''">
|
|
|
and t.xingbie=#{xingbie}
|
|
and t.xingbie=#{xingbie}
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="pillarArea!=null and pillarArea!=''">
|
|
|
|
|
- and t.pillar_area=#{pillarArea}
|
|
|
|
|
|
|
+ <if test="pillarCode!=null and pillarCode!=''">
|
|
|
|
|
+ and t.pillar_code=#{pillarCode}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="marker!=null and marker!=''">
|
|
<if test="marker!=null and marker!=''">
|
|
|
and t.marker=#{marker}
|
|
and t.marker=#{marker}
|