|
@@ -75,10 +75,27 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="steamLsoutesan" column="steam_lsoutesan" />
|
|
|
<result property="steamLsoutesi" column="steam_lsoutesi" />
|
|
|
<result property="steamLsoutother" column="steam_lsoutother" />
|
|
|
+ <result property="napOne" column="nap_one" />
|
|
|
+ <result property="napTwo" column="nap_two" />
|
|
|
+ <result property="napThree" column="nap_three" />
|
|
|
+ <result property="ehtOne" column="eht_one" />
|
|
|
+ <result property="ehtTwo" column="eht_two" />
|
|
|
+ <result property="ehtThree" column="eht_three" />
|
|
|
+ <result property="ehtFour" column="eht_four" />
|
|
|
+ <result property="ehtFive" column="eht_five" />
|
|
|
+ <result property="acrOne" column="acr_one" />
|
|
|
+ <result property="acrTwo" column="acr_two" />
|
|
|
+ <result property="acrThree" column="acr_three" />
|
|
|
+ <result property="acrFour" column="acr_four" />
|
|
|
+ <result property="acrZero" column="acr_zero" />
|
|
|
+ <result property="proTwo" column="pro_two" />
|
|
|
+ <result property="proOne" column="pro_one" />
|
|
|
+ <result property="proThree" column="pro_three" />
|
|
|
+ <result property="proFour" column="pro_four" />
|
|
|
</resultMap>
|
|
|
|
|
|
<sql id="selectTDashboarddataVo">
|
|
|
- select id, del_flag, creater_code, createdate, updater_code, updatedate, energy_yixi, energy_bingxi, energy_qingqi, energy_jiawan, energy_csi, energy_benzene, energy_toluene, energy_xylene, energy_tanliu, energy_washoil, energy_tanwu, energy_ima, energy_cjiu, energy_rpg, energyfeed_nap, energyfeed_yiwan, energyfeed_tanwu, energyfeed_tanliu, energyfeed_lpg, energy_offgas, energy_lpg, steam_ssinfur, steam_ssoutlet, steam_ssoutaeu, steam_ssoutesi, steam_ssoutksan, steam_ssoutsc, steam_hsinsub, steam_hsinlet, steam_hsinksan, steam_hsoutpjiu, steam_hsoutaeu, steam_hsoutlet, steam_hsoutesan, steam_hsoutphyi, steam_hsoutpher, steam_hsouthwu, steam_hsoutkliu, steam_hsoutsc, steam_hhpsub, steam_msinaeu, steam_msinlet, steam_msinphyi, steam_msinkliu, steam_msoutflare, steam_msoutaeu, steam_msoutsctu, steam_msouteer, steam_msoutfur, steam_msoutva, steam_msouttracing, steam_lsinsub, steam_lsinpjiu, steam_lsinaeu, steam_lsineer, steam_lsinpher, steam_lsoutsctu, steam_lsoutvjiu, steam_lsoutewuliu, steam_lsoutewusan, steam_lsouttracing, steam_lsoutesan, steam_lsoutesi, steam_lsoutother from t_dashboarddata
|
|
|
+ select id, del_flag, creater_code, createdate, updater_code, updatedate, energy_yixi, energy_bingxi, energy_qingqi, energy_jiawan, energy_csi, energy_benzene, energy_toluene, energy_xylene, energy_tanliu, energy_washoil, energy_tanwu, energy_ima, energy_cjiu, energy_rpg, energyfeed_nap, energyfeed_yiwan, energyfeed_tanwu, energyfeed_tanliu, energyfeed_lpg, energy_offgas, energy_lpg, steam_ssinfur, steam_ssoutlet, steam_ssoutaeu, steam_ssoutesi, steam_ssoutksan, steam_ssoutsc, steam_hsinsub, steam_hsinlet, steam_hsinksan, steam_hsoutpjiu, steam_hsoutaeu, steam_hsoutlet, steam_hsoutesan, steam_hsoutphyi, steam_hsoutpher, steam_hsouthwu, steam_hsoutkliu, steam_hsoutsc, steam_hhpsub, steam_msinaeu, steam_msinlet, steam_msinphyi, steam_msinkliu, steam_msoutflare, steam_msoutaeu, steam_msoutsctu, steam_msouteer, steam_msoutfur, steam_msoutva, steam_msouttracing, steam_lsinsub, steam_lsinpjiu, steam_lsinaeu, steam_lsineer, steam_lsinpher, steam_lsoutsctu, steam_lsoutvjiu, steam_lsoutewuliu, steam_lsoutewusan, steam_lsouttracing, steam_lsoutesan, steam_lsoutesi, steam_lsoutother, nap_one, nap_two, nap_three, eht_one, eht_two, eht_three, eht_four, eht_five, acr_one, acr_two, acr_three, acr_four, acr_zero, pro_two, pro_one, pro_three, pro_four from t_dashboarddata
|
|
|
</sql>
|
|
|
|
|
|
<select id="selectTDashboarddataList" parameterType="TDashboarddata" resultMap="TDashboarddataResult">
|
|
@@ -199,6 +216,23 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="steamLsoutesan != null">steam_lsoutesan,</if>
|
|
|
<if test="steamLsoutesi != null">steam_lsoutesi,</if>
|
|
|
<if test="steamLsoutother != null">steam_lsoutother,</if>
|
|
|
+ <if test="napOne != null">nap_one,</if>
|
|
|
+ <if test="napTwo != null">nap_two,</if>
|
|
|
+ <if test="napThree != null">nap_three,</if>
|
|
|
+ <if test="ehtOne != null">eht_one,</if>
|
|
|
+ <if test="ehtTwo != null">eht_two,</if>
|
|
|
+ <if test="ehtThree != null">eht_three,</if>
|
|
|
+ <if test="ehtFour != null">eht_four,</if>
|
|
|
+ <if test="ehtFive != null">eht_five,</if>
|
|
|
+ <if test="acrOne != null">acr_one,</if>
|
|
|
+ <if test="acrTwo != null">acr_two,</if>
|
|
|
+ <if test="acrThree != null">acr_three,</if>
|
|
|
+ <if test="acrFour != null">acr_four,</if>
|
|
|
+ <if test="acrZero != null">acr_zero,</if>
|
|
|
+ <if test="proTwo != null">pro_two,</if>
|
|
|
+ <if test="proOne != null">pro_one,</if>
|
|
|
+ <if test="proThree != null">pro_three,</if>
|
|
|
+ <if test="proFour != null">pro_four,</if>
|
|
|
</trim>
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
<if test="id != null">#{id},</if>
|
|
@@ -271,6 +305,23 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="steamLsoutesan != null">#{steamLsoutesan},</if>
|
|
|
<if test="steamLsoutesi != null">#{steamLsoutesi},</if>
|
|
|
<if test="steamLsoutother != null">#{steamLsoutother},</if>
|
|
|
+ <if test="napOne != null">#{napOne},</if>
|
|
|
+ <if test="napTwo != null">#{napTwo},</if>
|
|
|
+ <if test="napThree != null">#{napThree},</if>
|
|
|
+ <if test="ehtOne != null">#{ehtOne},</if>
|
|
|
+ <if test="ehtTwo != null">#{ehtTwo},</if>
|
|
|
+ <if test="ehtThree != null">#{ehtThree},</if>
|
|
|
+ <if test="ehtFour != null">#{ehtFour},</if>
|
|
|
+ <if test="ehtFive != null">#{ehtFive},</if>
|
|
|
+ <if test="acrOne != null">#{acrOne},</if>
|
|
|
+ <if test="acrTwo != null">#{acrTwo},</if>
|
|
|
+ <if test="acrThree != null">#{acrThree},</if>
|
|
|
+ <if test="acrFour != null">#{acrFour},</if>
|
|
|
+ <if test="acrZero != null">#{acrZero},</if>
|
|
|
+ <if test="proTwo != null">#{proTwo},</if>
|
|
|
+ <if test="proOne != null">#{proOne},</if>
|
|
|
+ <if test="proThree != null">#{proThree},</if>
|
|
|
+ <if test="proFour != null">#{proFour},</if>
|
|
|
</trim>
|
|
|
</insert>
|
|
|
|
|
@@ -346,6 +397,23 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="steamLsoutesan != null">steam_lsoutesan = #{steamLsoutesan},</if>
|
|
|
<if test="steamLsoutesi != null">steam_lsoutesi = #{steamLsoutesi},</if>
|
|
|
<if test="steamLsoutother != null">steam_lsoutother = #{steamLsoutother},</if>
|
|
|
+ <if test="napOne != null">nap_one = #{napOne},</if>
|
|
|
+ <if test="napTwo != null">nap_two = #{napTwo},</if>
|
|
|
+ <if test="napThree != null">nap_three = #{napThree},</if>
|
|
|
+ <if test="ehtOne != null">eht_one = #{ehtOne},</if>
|
|
|
+ <if test="ehtTwo != null">eht_two = #{ehtTwo},</if>
|
|
|
+ <if test="ehtThree != null">eht_three = #{ehtThree},</if>
|
|
|
+ <if test="ehtFour != null">eht_four = #{ehtFour},</if>
|
|
|
+ <if test="ehtFive != null">eht_five = #{ehtFive},</if>
|
|
|
+ <if test="acrOne != null">acr_one = #{acrOne},</if>
|
|
|
+ <if test="acrTwo != null">acr_two = #{acrTwo},</if>
|
|
|
+ <if test="acrThree != null">acr_three = #{acrThree},</if>
|
|
|
+ <if test="acrFour != null">acr_four = #{acrFour},</if>
|
|
|
+ <if test="acrZero != null">acr_zero = #{acrZero},</if>
|
|
|
+ <if test="proTwo != null">pro_two = #{proTwo},</if>
|
|
|
+ <if test="proOne != null">pro_one = #{proOne},</if>
|
|
|
+ <if test="proThree != null">pro_three = #{proThree},</if>
|
|
|
+ <if test="proFour != null">pro_four = #{proFour},</if>
|
|
|
</trim>
|
|
|
where id = #{id}
|
|
|
</update>
|