|
|
@@ -17,7 +17,7 @@
|
|
|
<result column="station_track" property="stationTrack"/>
|
|
|
<result column="gxms" property="gxms"/>
|
|
|
<result column="marker" property="marker"/>
|
|
|
- <result column="cdh" property="cdh"/>
|
|
|
+ <result column="dch" property="dch"/>
|
|
|
<result column="lx" property="lx"/>
|
|
|
<result column="remark" property="remark"/>
|
|
|
<result column="jyqbh" property="jyqbh"/>
|
|
|
@@ -70,7 +70,7 @@
|
|
|
t.marker,
|
|
|
t.station_track,
|
|
|
t.gxms,
|
|
|
- t.cdh,
|
|
|
+ t.dch,
|
|
|
t.lx,
|
|
|
t.remark,
|
|
|
t.jyqbh,
|
|
|
@@ -134,8 +134,8 @@
|
|
|
<if test='null != marker'>
|
|
|
marker,
|
|
|
</if>
|
|
|
- <if test='null != cdh'>
|
|
|
- cdh,
|
|
|
+ <if test='null != dch'>
|
|
|
+ dch,
|
|
|
</if>
|
|
|
<if test='null != lx'>
|
|
|
lx,
|
|
|
@@ -268,8 +268,8 @@
|
|
|
<if test='null != marker'>
|
|
|
#{marker},
|
|
|
</if>
|
|
|
- <if test='null != cdh'>
|
|
|
- #{cdh},
|
|
|
+ <if test='null != dch'>
|
|
|
+ #{dch},
|
|
|
</if>
|
|
|
<if test='null != lx'>
|
|
|
#{lx},
|
|
|
@@ -400,7 +400,7 @@
|
|
|
<if test='null != marker'>marker = #{marker},</if>
|
|
|
<if test='null != stationTrack'>station_track = #{stationTrack},</if>
|
|
|
<if test='null != gxms'>gxms = #{gxms},</if>
|
|
|
- <if test='null != cdh'>cdh = #{cdh},</if>
|
|
|
+ <if test='null != dch'>dch = #{dch},</if>
|
|
|
<if test='null != lx'>lx = #{lx},</if>
|
|
|
<if test='null != remark'>remark = #{remark},</if>
|
|
|
<if test='null != jyqbh'>jyqbh = #{jyqbh},</if>
|
|
|
@@ -483,8 +483,8 @@
|
|
|
<if test="gxms!=null and gxms!=''">
|
|
|
and gxms=#{gxms}
|
|
|
</if>
|
|
|
- <if test="cdh!=null and cdh!=''">
|
|
|
- and cdh=#{cdh}
|
|
|
+ <if test="dch!=null and dch!=''">
|
|
|
+ and dch=#{dch}
|
|
|
</if>
|
|
|
<if test="lx!=null and lx!=''">
|
|
|
and lx=#{lx}
|