Просмотр исходного кода

【CHG】统一部分常见字段和表名

ZhaoMn 4 лет назад
Родитель
Сommit
b423574e0e

+ 0 - 48
railway-business/src/main/resources/mapper/baseinfo/BusLineMapper.xml

@@ -15,10 +15,6 @@
     <result column="line_yylc" property="lineYylc"/>
     <result column="line_start_marker" property="lineStartMarker"/>
     <result column="line_end_marker" property="lineEndMarker"/>
-    <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="line_gdfs" property="lineGdfs"/>
     <result column="line_xglx" property="lineXglx"/>
     <result column="line_qt" property="lineQt"/>
@@ -44,10 +40,6 @@
     line_yylc,
     line_start_marker,
     line_end_marker,
-    up_start_marker,
-    up_end_marker,
-    down_start_marker,
-    down_end_marker,
     line_gdfs,
     line_xglx,
     line_qt,
@@ -97,18 +89,6 @@
       <if test='null != lineEndMarker'>
         line_end_marker,
       </if>
-      <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 != downEndMarker'>
-        down_end_marker,
-      </if>
       <if test='null != lineGdfs'>
         line_gdfs,
       </if>
@@ -174,18 +154,6 @@
       <if test='null != lineEndMarker'>
         #{lineEndMarker},
       </if>
-      <if test='null != upStartMarker'>
-        #{upStartMarker},
-      </if>
-      <if test='null != upEndMarker'>
-        #{upEndMarker},
-      </if>
-      <if test='null != downStartMarker'>
-        #{downStartMarker},
-      </if>
-      <if test='null != downEndMarker'>
-        #{downEndMarker},
-      </if>
       <if test='null != lineGdfs'>
         #{lineGdfs},
       </if>
@@ -241,10 +209,6 @@
       <if test='null != lineYylc'>line_yylc = #{lineYylc},</if>
       <if test='null != lineStartMarker'>line_start_marker = #{lineStartMarker},</if>
       <if test='null != lineEndMarker'>line_end_marker = #{lineEndMarker},</if>
-      <if test='null != upStartMarker'>up_start_marker = #{upStartMarker},</if>
-      <if test='null != upEndMarker'>up_end_marker = #{upEndMarker},</if>
-      <if test='null != downStartMarker'>down_start_marker = #{downStartMarker},</if>
-      <if test='null != downEndMarker'>down_end_marker = #{downEndMarker},</if>
       <if test='null != lineGdfs'>line_gdfs = #{lineGdfs},</if>
       <if test='null != lineXglx'>line_xglx = #{lineXglx},</if>
       <if test='null != lineQt'>line_qt = #{lineQt},</if>
@@ -305,18 +269,6 @@
       <if test="lineEndMarker!=null and lineEndMarker!=''">
         and line_end_marker=#{lineEndMarker}
       </if>
-      <if test="upStartMarker!=null and upStartMarker!=''">
-        and up_start_marker=#{upStartMarker}
-      </if>
-      <if test="upEndMarker!=null and upEndMarker!=''">
-        and up_end_marker=#{upEndMarker}
-      </if>
-      <if test="downStartMarker!=null and downStartMarker!=''">
-        and down_start_marker=#{downStartMarker}
-      </if>
-      <if test="downEndMarker!=null and downEndMarker!=''">
-        and down_end_marker=#{downEndMarker}
-      </if>
       <if test="lineGdfs!=null and lineGdfs!=''">
         and line_gdfs=#{lineGdfs}
       </if>