|
|
@@ -8,10 +8,11 @@
|
|
|
<result column="station_id" property="stationId"/>
|
|
|
<result column="dept_id" property="deptId"/>
|
|
|
<result column="line_id" property="lineId"/>
|
|
|
- <result column="xingbie" property="xingbie"/>
|
|
|
<result column="qjlc" property="qjlc"/>
|
|
|
- <result column="start_marker" property="startMarker"/>
|
|
|
- <result column="end_marker" property="endMarker"/>
|
|
|
+ <result column="up_start_marker" property="upStartMarker"/>
|
|
|
+ <result column="up_end_marker" property="upEndMarker"/>
|
|
|
+ <result column="down_start_marker" property="downStartMarker"/>
|
|
|
+ <result column="down_end_marker" property="downEndMarker"/>
|
|
|
<result column="dhgds" property="dhgds"/>
|
|
|
<result column="del_flag" property="delFlag"/>
|
|
|
<result column="create_by" property="createBy"/>
|
|
|
@@ -25,10 +26,11 @@
|
|
|
station_id,
|
|
|
dept_id,
|
|
|
line_id,
|
|
|
- xingbie,
|
|
|
qjlc,
|
|
|
- start_marker,
|
|
|
- end_marker,
|
|
|
+ up_start_marker,
|
|
|
+ up_end_marker,
|
|
|
+ down_start_marker,
|
|
|
+ down_end_marker,
|
|
|
dhgds,
|
|
|
del_flag,
|
|
|
create_by,
|
|
|
@@ -46,17 +48,20 @@
|
|
|
<if test='null != lineId'>
|
|
|
line_id,
|
|
|
</if>
|
|
|
- <if test='null != xingbie'>
|
|
|
- xingbie,
|
|
|
- </if>
|
|
|
<if test='null != qjlc'>
|
|
|
qjlc,
|
|
|
</if>
|
|
|
- <if test='null != startMarker'>
|
|
|
- start_marker,
|
|
|
+ <if test='null != upStartMarker'>
|
|
|
+ up_start_marker,
|
|
|
+ </if>
|
|
|
+ <if test='null != upEndMarker'>
|
|
|
+ up_end_marker,
|
|
|
+ </if>
|
|
|
+ <if test='null != downStartMarker'>
|
|
|
+ down_start_marker,
|
|
|
</if>
|
|
|
- <if test='null != endMarker'>
|
|
|
- end_marker,
|
|
|
+ <if test='null != downEndMarker'>
|
|
|
+ down_end_marker,
|
|
|
</if>
|
|
|
<if test='null != dhgds'>
|
|
|
dhgds,
|
|
|
@@ -84,17 +89,20 @@
|
|
|
<if test='null != lineId'>
|
|
|
#{lineId},
|
|
|
</if>
|
|
|
- <if test='null != xingbie'>
|
|
|
- #{xingbie},
|
|
|
- </if>
|
|
|
<if test='null != qjlc'>
|
|
|
#{qjlc},
|
|
|
</if>
|
|
|
- <if test='null != startMarker'>
|
|
|
- #{startMarker},
|
|
|
+ <if test='null != upStartMarker'>
|
|
|
+ #{upStartMarker},
|
|
|
+ </if>
|
|
|
+ <if test='null != upEndMarker'>
|
|
|
+ #{upEndMarker},
|
|
|
+ </if>
|
|
|
+ <if test='null != downStartMarker'>
|
|
|
+ #{downStartMarker},
|
|
|
</if>
|
|
|
- <if test='null != endMarker'>
|
|
|
- #{endMarker},
|
|
|
+ <if test='null != downEndMarker'>
|
|
|
+ #{downEndMarker},
|
|
|
</if>
|
|
|
<if test='null != dhgds'>
|
|
|
#{dhgds},
|