|
|
@@ -13,7 +13,7 @@
|
|
|
<result column="xingbie" property="xingbie"/>
|
|
|
<result column="xingbie_text" property="xingbieText"/>
|
|
|
<result column="pillar_code" property="pillarCode"/>
|
|
|
- <result column="kgh" property="kgh"/>
|
|
|
+ <result column="kgbh" property="kgbh"/>
|
|
|
<result column="temperature" property="temperature"/>
|
|
|
<result column="check_date" property="checkDate"/>
|
|
|
<result column="jgx_a" property="jgxA"/>
|
|
|
@@ -89,7 +89,7 @@
|
|
|
t.dept_station_id,
|
|
|
t.xingbie,
|
|
|
t.pillar_code,
|
|
|
- t.kgh,
|
|
|
+ t.kgbh,
|
|
|
t.temperature,
|
|
|
t.check_date,
|
|
|
t.jgx_a,
|
|
|
@@ -171,8 +171,8 @@
|
|
|
<if test='null != pillarCode'>
|
|
|
pillar_code,
|
|
|
</if>
|
|
|
- <if test='null != kgh'>
|
|
|
- kgh,
|
|
|
+ <if test='null != kgbh'>
|
|
|
+ kgbh,
|
|
|
</if>
|
|
|
<if test='null != temperature'>
|
|
|
temperature,
|
|
|
@@ -377,8 +377,8 @@
|
|
|
<if test='null != pillarCode'>
|
|
|
#{pillarCode},
|
|
|
</if>
|
|
|
- <if test='null != kgh'>
|
|
|
- #{kgh},
|
|
|
+ <if test='null != kgbh'>
|
|
|
+ #{kgbh},
|
|
|
</if>
|
|
|
<if test='null != temperature'>
|
|
|
#{temperature},
|
|
|
@@ -587,7 +587,7 @@
|
|
|
<if test='null != deptStationId'>dept_station_id = #{deptStationId},</if>
|
|
|
<if test='null != xingbie'>xingbie = #{xingbie},</if>
|
|
|
<if test='null != pillarCode'>pillar_code = #{pillarCode},</if>
|
|
|
- <if test='null != kgh'>kgh = #{kgh},</if>
|
|
|
+ <if test='null != kgbh'>kgbh = #{kgbh},</if>
|
|
|
<if test='null != temperature'>temperature = #{temperature},</if>
|
|
|
<if test='null != checkDate'>check_date = #{checkDate},</if>
|
|
|
<if test='null != jgxA'>jgx_a = #{jgxA},</if>
|
|
|
@@ -699,8 +699,8 @@
|
|
|
<if test="pillarCode!=null and pillarCode!=''">
|
|
|
and t.pillar_code=#{pillarCode}
|
|
|
</if>
|
|
|
- <if test="kgh!=null and kgh!=''">
|
|
|
- and t.kgh=#{kgh}
|
|
|
+ <if test="kgbh!=null and kgbh!=''">
|
|
|
+ and t.kgbh=#{kgbh}
|
|
|
</if>
|
|
|
<if test="temperature!=null and temperature!=''">
|
|
|
and t.temperature=#{temperature}
|
|
|
@@ -922,8 +922,8 @@
|
|
|
<if test="pillarCode!=null and pillarCode!=''">
|
|
|
and t.pillar_code=#{pillarCode}
|
|
|
</if>
|
|
|
- <if test="kgh!=null and kgh!=''">
|
|
|
- and t.kgh=#{kgh}
|
|
|
+ <if test="kgbh!=null and kgbh!=''">
|
|
|
+ and t.kgbh=#{kgbh}
|
|
|
</if>
|
|
|
ORDER BY
|
|
|
t.update_time DESC
|