|
@@ -32,10 +32,53 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="energyfeedLpg" column="energyfeed_lpg" />
|
|
|
<result property="energyOffgas" column="energy_offgas" />
|
|
|
<result property="energyLpg" column="energy_lpg" />
|
|
|
+ <result property="steamSsinfur" column="steam_ssinfur" />
|
|
|
+ <result property="steamSsoutlet" column="steam_ssoutlet" />
|
|
|
+ <result property="steamSsoutaeu" column="steam_ssoutaeu" />
|
|
|
+ <result property="steamSsoutesi" column="steam_ssoutesi" />
|
|
|
+ <result property="steamSsoutksan" column="steam_ssoutksan" />
|
|
|
+ <result property="steamSsoutsc" column="steam_ssoutsc" />
|
|
|
+ <result property="steamHsinsub" column="steam_hsinsub" />
|
|
|
+ <result property="steamHsinlet" column="steam_hsinlet" />
|
|
|
+ <result property="steamHsinksan" column="steam_hsinksan" />
|
|
|
+ <result property="steamHsoutpjiu" column="steam_hsoutpjiu" />
|
|
|
+ <result property="steamHsoutaeu" column="steam_hsoutaeu" />
|
|
|
+ <result property="steamHsoutlet" column="steam_hsoutlet" />
|
|
|
+ <result property="steamHsoutesan" column="steam_hsoutesan" />
|
|
|
+ <result property="steamHsoutphyi" column="steam_hsoutphyi" />
|
|
|
+ <result property="steamHsoutpher" column="steam_hsoutpher" />
|
|
|
+ <result property="steamHsouthwu" column="steam_hsouthwu" />
|
|
|
+ <result property="steamHsoutkliu" column="steam_hsoutkliu" />
|
|
|
+ <result property="steamHsoutsc" column="steam_hsoutsc" />
|
|
|
+ <result property="steamHhpsub" column="steam_hhpsub" />
|
|
|
+ <result property="steamMsinaeu" column="steam_msinaeu" />
|
|
|
+ <result property="steamMsinlet" column="steam_msinlet" />
|
|
|
+ <result property="steamMsinphyi" column="steam_msinphyi" />
|
|
|
+ <result property="steamMsinkliu" column="steam_msinkliu" />
|
|
|
+ <result property="steamMsoutflare" column="steam_msoutflare" />
|
|
|
+ <result property="steamMsoutaeu" column="steam_msoutaeu" />
|
|
|
+ <result property="steamMsoutsctu" column="steam_msoutsctu" />
|
|
|
+ <result property="steamMsouteer" column="steam_msouteer" />
|
|
|
+ <result property="steamMsoutfur" column="steam_msoutfur" />
|
|
|
+ <result property="steamMsoutva" column="steam_msoutva" />
|
|
|
+ <result property="steamMsouttracing" column="steam_msouttracing" />
|
|
|
+ <result property="steamLsinsub" column="steam_lsinsub" />
|
|
|
+ <result property="steamLsinpjiu" column="steam_lsinpjiu" />
|
|
|
+ <result property="steamLsinaeu" column="steam_lsinaeu" />
|
|
|
+ <result property="steamLsineer" column="steam_lsineer" />
|
|
|
+ <result property="steamLsinpher" column="steam_lsinpher" />
|
|
|
+ <result property="steamLsoutsctu" column="steam_lsoutsctu" />
|
|
|
+ <result property="steamLsoutvjiu" column="steam_lsoutvjiu" />
|
|
|
+ <result property="steamLsoutewuliu" column="steam_lsoutewuliu" />
|
|
|
+ <result property="steamLsoutewusan" column="steam_lsoutewusan" />
|
|
|
+ <result property="steamLsouttracing" column="steam_lsouttracing" />
|
|
|
+ <result property="steamLsoutesan" column="steam_lsoutesan" />
|
|
|
+ <result property="steamLsoutesi" column="steam_lsoutesi" />
|
|
|
+ <result property="steamLsoutother" column="steam_lsoutother" />
|
|
|
</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 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 from t_dashboarddata
|
|
|
</sql>
|
|
|
|
|
|
<select id="selectTDashboarddataList" parameterType="TDashboarddata" resultMap="TDashboarddataResult">
|
|
@@ -113,6 +156,49 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="energyfeedLpg != null">energyfeed_lpg,</if>
|
|
|
<if test="energyOffgas != null">energy_offgas,</if>
|
|
|
<if test="energyLpg != null">energy_lpg,</if>
|
|
|
+ <if test="steamSsinfur != null">steam_ssinfur,</if>
|
|
|
+ <if test="steamSsoutlet != null">steam_ssoutlet,</if>
|
|
|
+ <if test="steamSsoutaeu != null">steam_ssoutaeu,</if>
|
|
|
+ <if test="steamSsoutesi != null">steam_ssoutesi,</if>
|
|
|
+ <if test="steamSsoutksan != null">steam_ssoutksan,</if>
|
|
|
+ <if test="steamSsoutsc != null">steam_ssoutsc,</if>
|
|
|
+ <if test="steamHsinsub != null">steam_hsinsub,</if>
|
|
|
+ <if test="steamHsinlet != null">steam_hsinlet,</if>
|
|
|
+ <if test="steamHsinksan != null">steam_hsinksan,</if>
|
|
|
+ <if test="steamHsoutpjiu != null">steam_hsoutpjiu,</if>
|
|
|
+ <if test="steamHsoutaeu != null">steam_hsoutaeu,</if>
|
|
|
+ <if test="steamHsoutlet != null">steam_hsoutlet,</if>
|
|
|
+ <if test="steamHsoutesan != null">steam_hsoutesan,</if>
|
|
|
+ <if test="steamHsoutphyi != null">steam_hsoutphyi,</if>
|
|
|
+ <if test="steamHsoutpher != null">steam_hsoutpher,</if>
|
|
|
+ <if test="steamHsouthwu != null">steam_hsouthwu,</if>
|
|
|
+ <if test="steamHsoutkliu != null">steam_hsoutkliu,</if>
|
|
|
+ <if test="steamHsoutsc != null">steam_hsoutsc,</if>
|
|
|
+ <if test="steamHhpsub != null">steam_hhpsub,</if>
|
|
|
+ <if test="steamMsinaeu != null">steam_msinaeu,</if>
|
|
|
+ <if test="steamMsinlet != null">steam_msinlet,</if>
|
|
|
+ <if test="steamMsinphyi != null">steam_msinphyi,</if>
|
|
|
+ <if test="steamMsinkliu != null">steam_msinkliu,</if>
|
|
|
+ <if test="steamMsoutflare != null">steam_msoutflare,</if>
|
|
|
+ <if test="steamMsoutaeu != null">steam_msoutaeu,</if>
|
|
|
+ <if test="steamMsoutsctu != null">steam_msoutsctu,</if>
|
|
|
+ <if test="steamMsouteer != null">steam_msouteer,</if>
|
|
|
+ <if test="steamMsoutfur != null">steam_msoutfur,</if>
|
|
|
+ <if test="steamMsoutva != null">steam_msoutva,</if>
|
|
|
+ <if test="steamMsouttracing != null">steam_msouttracing,</if>
|
|
|
+ <if test="steamLsinsub != null">steam_lsinsub,</if>
|
|
|
+ <if test="steamLsinpjiu != null">steam_lsinpjiu,</if>
|
|
|
+ <if test="steamLsinaeu != null">steam_lsinaeu,</if>
|
|
|
+ <if test="steamLsineer != null">steam_lsineer,</if>
|
|
|
+ <if test="steamLsinpher != null">steam_lsinpher,</if>
|
|
|
+ <if test="steamLsoutsctu != null">steam_lsoutsctu,</if>
|
|
|
+ <if test="steamLsoutvjiu != null">steam_lsoutvjiu,</if>
|
|
|
+ <if test="steamLsoutewuliu != null">steam_lsoutewuliu,</if>
|
|
|
+ <if test="steamLsoutewusan != null">steam_lsoutewusan,</if>
|
|
|
+ <if test="steamLsouttracing != null">steam_lsouttracing,</if>
|
|
|
+ <if test="steamLsoutesan != null">steam_lsoutesan,</if>
|
|
|
+ <if test="steamLsoutesi != null">steam_lsoutesi,</if>
|
|
|
+ <if test="steamLsoutother != null">steam_lsoutother,</if>
|
|
|
</trim>
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
<if test="id != null">#{id},</if>
|
|
@@ -142,6 +228,49 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="energyfeedLpg != null">#{energyfeedLpg},</if>
|
|
|
<if test="energyOffgas != null">#{energyOffgas},</if>
|
|
|
<if test="energyLpg != null">#{energyLpg},</if>
|
|
|
+ <if test="steamSsinfur != null">#{steamSsinfur},</if>
|
|
|
+ <if test="steamSsoutlet != null">#{steamSsoutlet},</if>
|
|
|
+ <if test="steamSsoutaeu != null">#{steamSsoutaeu},</if>
|
|
|
+ <if test="steamSsoutesi != null">#{steamSsoutesi},</if>
|
|
|
+ <if test="steamSsoutksan != null">#{steamSsoutksan},</if>
|
|
|
+ <if test="steamSsoutsc != null">#{steamSsoutsc},</if>
|
|
|
+ <if test="steamHsinsub != null">#{steamHsinsub},</if>
|
|
|
+ <if test="steamHsinlet != null">#{steamHsinlet},</if>
|
|
|
+ <if test="steamHsinksan != null">#{steamHsinksan},</if>
|
|
|
+ <if test="steamHsoutpjiu != null">#{steamHsoutpjiu},</if>
|
|
|
+ <if test="steamHsoutaeu != null">#{steamHsoutaeu},</if>
|
|
|
+ <if test="steamHsoutlet != null">#{steamHsoutlet},</if>
|
|
|
+ <if test="steamHsoutesan != null">#{steamHsoutesan},</if>
|
|
|
+ <if test="steamHsoutphyi != null">#{steamHsoutphyi},</if>
|
|
|
+ <if test="steamHsoutpher != null">#{steamHsoutpher},</if>
|
|
|
+ <if test="steamHsouthwu != null">#{steamHsouthwu},</if>
|
|
|
+ <if test="steamHsoutkliu != null">#{steamHsoutkliu},</if>
|
|
|
+ <if test="steamHsoutsc != null">#{steamHsoutsc},</if>
|
|
|
+ <if test="steamHhpsub != null">#{steamHhpsub},</if>
|
|
|
+ <if test="steamMsinaeu != null">#{steamMsinaeu},</if>
|
|
|
+ <if test="steamMsinlet != null">#{steamMsinlet},</if>
|
|
|
+ <if test="steamMsinphyi != null">#{steamMsinphyi},</if>
|
|
|
+ <if test="steamMsinkliu != null">#{steamMsinkliu},</if>
|
|
|
+ <if test="steamMsoutflare != null">#{steamMsoutflare},</if>
|
|
|
+ <if test="steamMsoutaeu != null">#{steamMsoutaeu},</if>
|
|
|
+ <if test="steamMsoutsctu != null">#{steamMsoutsctu},</if>
|
|
|
+ <if test="steamMsouteer != null">#{steamMsouteer},</if>
|
|
|
+ <if test="steamMsoutfur != null">#{steamMsoutfur},</if>
|
|
|
+ <if test="steamMsoutva != null">#{steamMsoutva},</if>
|
|
|
+ <if test="steamMsouttracing != null">#{steamMsouttracing},</if>
|
|
|
+ <if test="steamLsinsub != null">#{steamLsinsub},</if>
|
|
|
+ <if test="steamLsinpjiu != null">#{steamLsinpjiu},</if>
|
|
|
+ <if test="steamLsinaeu != null">#{steamLsinaeu},</if>
|
|
|
+ <if test="steamLsineer != null">#{steamLsineer},</if>
|
|
|
+ <if test="steamLsinpher != null">#{steamLsinpher},</if>
|
|
|
+ <if test="steamLsoutsctu != null">#{steamLsoutsctu},</if>
|
|
|
+ <if test="steamLsoutvjiu != null">#{steamLsoutvjiu},</if>
|
|
|
+ <if test="steamLsoutewuliu != null">#{steamLsoutewuliu},</if>
|
|
|
+ <if test="steamLsoutewusan != null">#{steamLsoutewusan},</if>
|
|
|
+ <if test="steamLsouttracing != null">#{steamLsouttracing},</if>
|
|
|
+ <if test="steamLsoutesan != null">#{steamLsoutesan},</if>
|
|
|
+ <if test="steamLsoutesi != null">#{steamLsoutesi},</if>
|
|
|
+ <if test="steamLsoutother != null">#{steamLsoutother},</if>
|
|
|
</trim>
|
|
|
</insert>
|
|
|
|
|
@@ -174,6 +303,49 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="energyfeedLpg != null">energyfeed_lpg = #{energyfeedLpg},</if>
|
|
|
<if test="energyOffgas != null">energy_offgas = #{energyOffgas},</if>
|
|
|
<if test="energyLpg != null">energy_lpg = #{energyLpg},</if>
|
|
|
+ <if test="steamSsinfur != null">steam_ssinfur = #{steamSsinfur},</if>
|
|
|
+ <if test="steamSsoutlet != null">steam_ssoutlet = #{steamSsoutlet},</if>
|
|
|
+ <if test="steamSsoutaeu != null">steam_ssoutaeu = #{steamSsoutaeu},</if>
|
|
|
+ <if test="steamSsoutesi != null">steam_ssoutesi = #{steamSsoutesi},</if>
|
|
|
+ <if test="steamSsoutksan != null">steam_ssoutksan = #{steamSsoutksan},</if>
|
|
|
+ <if test="steamSsoutsc != null">steam_ssoutsc = #{steamSsoutsc},</if>
|
|
|
+ <if test="steamHsinsub != null">steam_hsinsub = #{steamHsinsub},</if>
|
|
|
+ <if test="steamHsinlet != null">steam_hsinlet = #{steamHsinlet},</if>
|
|
|
+ <if test="steamHsinksan != null">steam_hsinksan = #{steamHsinksan},</if>
|
|
|
+ <if test="steamHsoutpjiu != null">steam_hsoutpjiu = #{steamHsoutpjiu},</if>
|
|
|
+ <if test="steamHsoutaeu != null">steam_hsoutaeu = #{steamHsoutaeu},</if>
|
|
|
+ <if test="steamHsoutlet != null">steam_hsoutlet = #{steamHsoutlet},</if>
|
|
|
+ <if test="steamHsoutesan != null">steam_hsoutesan = #{steamHsoutesan},</if>
|
|
|
+ <if test="steamHsoutphyi != null">steam_hsoutphyi = #{steamHsoutphyi},</if>
|
|
|
+ <if test="steamHsoutpher != null">steam_hsoutpher = #{steamHsoutpher},</if>
|
|
|
+ <if test="steamHsouthwu != null">steam_hsouthwu = #{steamHsouthwu},</if>
|
|
|
+ <if test="steamHsoutkliu != null">steam_hsoutkliu = #{steamHsoutkliu},</if>
|
|
|
+ <if test="steamHsoutsc != null">steam_hsoutsc = #{steamHsoutsc},</if>
|
|
|
+ <if test="steamHhpsub != null">steam_hhpsub = #{steamHhpsub},</if>
|
|
|
+ <if test="steamMsinaeu != null">steam_msinaeu = #{steamMsinaeu},</if>
|
|
|
+ <if test="steamMsinlet != null">steam_msinlet = #{steamMsinlet},</if>
|
|
|
+ <if test="steamMsinphyi != null">steam_msinphyi = #{steamMsinphyi},</if>
|
|
|
+ <if test="steamMsinkliu != null">steam_msinkliu = #{steamMsinkliu},</if>
|
|
|
+ <if test="steamMsoutflare != null">steam_msoutflare = #{steamMsoutflare},</if>
|
|
|
+ <if test="steamMsoutaeu != null">steam_msoutaeu = #{steamMsoutaeu},</if>
|
|
|
+ <if test="steamMsoutsctu != null">steam_msoutsctu = #{steamMsoutsctu},</if>
|
|
|
+ <if test="steamMsouteer != null">steam_msouteer = #{steamMsouteer},</if>
|
|
|
+ <if test="steamMsoutfur != null">steam_msoutfur = #{steamMsoutfur},</if>
|
|
|
+ <if test="steamMsoutva != null">steam_msoutva = #{steamMsoutva},</if>
|
|
|
+ <if test="steamMsouttracing != null">steam_msouttracing = #{steamMsouttracing},</if>
|
|
|
+ <if test="steamLsinsub != null">steam_lsinsub = #{steamLsinsub},</if>
|
|
|
+ <if test="steamLsinpjiu != null">steam_lsinpjiu = #{steamLsinpjiu},</if>
|
|
|
+ <if test="steamLsinaeu != null">steam_lsinaeu = #{steamLsinaeu},</if>
|
|
|
+ <if test="steamLsineer != null">steam_lsineer = #{steamLsineer},</if>
|
|
|
+ <if test="steamLsinpher != null">steam_lsinpher = #{steamLsinpher},</if>
|
|
|
+ <if test="steamLsoutsctu != null">steam_lsoutsctu = #{steamLsoutsctu},</if>
|
|
|
+ <if test="steamLsoutvjiu != null">steam_lsoutvjiu = #{steamLsoutvjiu},</if>
|
|
|
+ <if test="steamLsoutewuliu != null">steam_lsoutewuliu = #{steamLsoutewuliu},</if>
|
|
|
+ <if test="steamLsoutewusan != null">steam_lsoutewusan = #{steamLsoutewusan},</if>
|
|
|
+ <if test="steamLsouttracing != null">steam_lsouttracing = #{steamLsouttracing},</if>
|
|
|
+ <if test="steamLsoutesan != null">steam_lsoutesan = #{steamLsoutesan},</if>
|
|
|
+ <if test="steamLsoutesi != null">steam_lsoutesi = #{steamLsoutesi},</if>
|
|
|
+ <if test="steamLsoutother != null">steam_lsoutother = #{steamLsoutother},</if>
|
|
|
</trim>
|
|
|
where id = #{id}
|
|
|
</update>
|