|
@@ -628,6 +628,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
from t_daily_production_report d
|
|
|
</sql>
|
|
|
|
|
|
+ <!-- 查询日期最新的每日生产报告 -->
|
|
|
<select id="selectTDailyProductionReportByMaxDate" resultMap="TDailyProductionReportResult">
|
|
|
<include refid="selectTDailyProductionReportVo"/>
|
|
|
where d.REPORT_DATE = (select max(t2.REPORT_DATE) from t_daily_production_report t2)
|
|
@@ -1180,6 +1181,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
</select>
|
|
|
|
|
|
<insert id="insertTDailyProductionReport" parameterType="TDailyProductionReport">
|
|
|
+ <selectKey keyProperty="id" resultType="long" order="BEFORE">
|
|
|
+ SELECT seq_t_daily_production_report.NEXTVAL as id FROM DUAL
|
|
|
+ </selectKey>
|
|
|
insert into t_daily_production_report
|
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
|
<if test="id != null">id,</if>
|
|
@@ -2807,6 +2811,551 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
where id = #{id}
|
|
|
</update>
|
|
|
|
|
|
+ <!-- 根据日期修改每日生产报告 -->
|
|
|
+ <update id="updateTDailyProductionReportByReportDate" parameterType="TDailyProductionReport">
|
|
|
+ update t_daily_production_report
|
|
|
+ <trim prefix="SET" suffixOverrides=",">
|
|
|
+ <if test="pguC5RaffInput != null">pgu_c5_raff_input = #{pguC5RaffInput},</if>
|
|
|
+ <if test="col320fc2161 != null">col_320fc2161 = #{col320fc2161},</if>
|
|
|
+ <if test="c210pdi != null">c210pdi = #{c210pdi},</if>
|
|
|
+ <if test="temperature != null">temperature = #{temperature},</if>
|
|
|
+ <if test="crackingFurnaceBurn != null">cracking_furnace_burn = #{crackingFurnaceBurn},</if>
|
|
|
+ <if test="fromDate != null">from_date = #{fromDate},</if>
|
|
|
+ <if test="toDate != null">to_date = #{toDate},</if>
|
|
|
+ <if test="reportDate != null">report_date = #{reportDate},</if>
|
|
|
+ <if test="nap != null">nap = #{nap},</if>
|
|
|
+ <if test="c5 != null">c5 = #{c5},</if>
|
|
|
+ <if test="c6C8Na != null">c6_c8_na = #{c6C8Na},</if>
|
|
|
+ <if test="wisonEthane != null">wison_ethane = #{wisonEthane},</if>
|
|
|
+ <if test="lpgToFurnace != null">lpg_to_furnace = #{lpgToFurnace},</if>
|
|
|
+ <if test="raff1FrBd != null">raff1_fr_bd = #{raff1FrBd},</if>
|
|
|
+ <if test="raff2FrIb != null">raff2_fr_ib = #{raff2FrIb},</if>
|
|
|
+ <if test="raff3FrBd != null">raff3_fr_bd = #{raff3FrBd},</if>
|
|
|
+ <if test="raffinate2pFr2ph != null">raffinate2p_fr_2ph = #{raffinate2pFr2ph},</if>
|
|
|
+ <if test="c2FrLdpe != null">c2_fr_ldpe = #{c2FrLdpe},</if>
|
|
|
+ <if test="c3FrOxo != null">c3_fr_oxo = #{c3FrOxo},</if>
|
|
|
+ <if test="mixedC3C4 != null">mixed_c3_c4 = #{mixedC3C4},</if>
|
|
|
+ <if test="hyC9 != null">hy_c9 = #{hyC9},</if>
|
|
|
+ <if test="pguOffgas != null">pgu_offgas = #{pguOffgas},</if>
|
|
|
+ <if test="washOil != null">wash_oil = #{washOil},</if>
|
|
|
+ <if test="toluene != null">toluene = #{toluene},</if>
|
|
|
+ <if test="hyC4FrR800 != null">hy_c4_fr_r800 = #{hyC4FrR800},</if>
|
|
|
+ <if test="h2YieldPercentage != null">h2_yield_percentage = #{h2YieldPercentage},</if>
|
|
|
+ <if test="h2Produced != null">h2_produced = #{h2Produced},</if>
|
|
|
+ <if test="h2Inventory != null">h2_inventory = #{h2Inventory},</if>
|
|
|
+ <if test="h2Change != null">h2_change = #{h2Change},</if>
|
|
|
+ <if test="h2Import != null">h2_import = #{h2Import},</if>
|
|
|
+ <if test="h2Export != null">h2_export = #{h2Export},</if>
|
|
|
+ <if test="h2ToPgu != null">h2_to_pgu = #{h2ToPgu},</if>
|
|
|
+ <if test="h2ToYpc != null">h2_to_ypc = #{h2ToYpc},</if>
|
|
|
+ <if test="h2ToOxo != null">h2_to_oxo = #{h2ToOxo},</if>
|
|
|
+ <if test="h2FrSyngasToSub != null">h2_fr_syngas_to_sub = #{h2FrSyngasToSub},</if>
|
|
|
+ <if test="ethylenYieldPercentage != null">ethylen_yield_percentage = #{ethylenYieldPercentage},</if>
|
|
|
+ <if test="ethylenProduced != null">ethylen_produced = #{ethylenProduced},</if>
|
|
|
+ <if test="ethylenInventory != null">ethylen_inventory = #{ethylenInventory},</if>
|
|
|
+ <if test="ethylenChange != null">ethylen_change = #{ethylenChange},</if>
|
|
|
+ <if test="ethylenImport != null">ethylen_import = #{ethylenImport},</if>
|
|
|
+ <if test="ethylenExport != null">ethylen_export = #{ethylenExport},</if>
|
|
|
+ <if test="ethylenToTm != null">ethylen_to_tm = #{ethylenToTm},</if>
|
|
|
+ <if test="ethylenToTs != null">ethylen_to_ts = #{ethylenToTs},</if>
|
|
|
+ <if test="ethylenToEoEg != null">ethylen_to_eo_eg = #{ethylenToEoEg},</if>
|
|
|
+ <if test="ethylenToOxo != null">ethylen_to_oxo = #{ethylenToOxo},</if>
|
|
|
+ <if test="ethylenToYbs != null">ethylen_to_ybs = #{ethylenToYbs},</if>
|
|
|
+ <if test="ethylenToYpc != null">ethylen_to_ypc = #{ethylenToYpc},</if>
|
|
|
+ <if test="ethylenToWacker != null">ethylen_to_wacker = #{ethylenToWacker},</if>
|
|
|
+ <if test="ethylenToDyna != null">ethylen_to_dyna = #{ethylenToDyna},</if>
|
|
|
+ <if test="ethylenToCelanLongx != null">ethylen_to_celan_longx = #{ethylenToCelanLongx},</if>
|
|
|
+ <if test="ethylenFrYpc != null">ethylen_fr_ypc = #{ethylenFrYpc},</if>
|
|
|
+ <if test="ethylenFrLongxiang != null">ethylen_fr_longxiang = #{ethylenFrLongxiang},</if>
|
|
|
+ <if test="propyleneYieldPercentage != null">propylene_yield_percentage = #{propyleneYieldPercentage},</if>
|
|
|
+ <if test="propyleneProduced != null">propylene_produced = #{propyleneProduced},</if>
|
|
|
+ <if test="propyleneInventory != null">propylene_inventory = #{propyleneInventory},</if>
|
|
|
+ <if test="propyleneChange != null">propylene_change = #{propyleneChange},</if>
|
|
|
+ <if test="propyleneImport != null">propylene_import = #{propyleneImport},</if>
|
|
|
+ <if test="propyleneExport != null">propylene_export = #{propyleneExport},</if>
|
|
|
+ <if test="propyleneToAaAe != null">propylene_to_aa_ae = #{propyleneToAaAe},</if>
|
|
|
+ <if test="propyleneToGaa != null">propylene_to_gaa = #{propyleneToGaa},</if>
|
|
|
+ <if test="propyleneToOxo != null">propylene_to_oxo = #{propyleneToOxo},</if>
|
|
|
+ <if test="propyleneToLdpe != null">propylene_to_ldpe = #{propyleneToLdpe},</if>
|
|
|
+ <if test="propyleneToYpc != null">propylene_to_ypc = #{propyleneToYpc},</if>
|
|
|
+ <if test="propyleneToRoad != null">propylene_to_road = #{propyleneToRoad},</if>
|
|
|
+ <if test="propyleneToShip != null">propylene_to_ship = #{propyleneToShip},</if>
|
|
|
+ <if test="propyleneFrYpc != null">propylene_fr_ypc = #{propyleneFrYpc},</if>
|
|
|
+ <if test="propyleneFrShip != null">propylene_fr_ship = #{propyleneFrShip},</if>
|
|
|
+ <if test="propyleneFrChengzhi != null">propylene_fr_chengzhi = #{propyleneFrChengzhi},</if>
|
|
|
+ <if test="c3LpgYieldPercentage != null">c3_lpg_yield_percentage = #{c3LpgYieldPercentage},</if>
|
|
|
+ <if test="c4LpgYieldPercentage != null">c4_lpg_yield_percentage = #{c4LpgYieldPercentage},</if>
|
|
|
+ <if test="c3LpgProduced != null">c3_lpg_produced = #{c3LpgProduced},</if>
|
|
|
+ <if test="c4LpgProduced != null">c4_lpg_produced = #{c4LpgProduced},</if>
|
|
|
+ <if test="c3C4Inventory != null">c3_c4_inventory = #{c3C4Inventory},</if>
|
|
|
+ <if test="c3C4Change != null">c3_c4_change = #{c3C4Change},</if>
|
|
|
+ <if test="c3C4Import != null">c3_c4_import = #{c3C4Import},</if>
|
|
|
+ <if test="c3C4Export != null">c3_c4_export = #{c3C4Export},</if>
|
|
|
+ <if test="c3C4ToSub != null">c3_c4_to_sub = #{c3C4ToSub},</if>
|
|
|
+ <if test="c3C4ToFurAsFule != null">c3_c4_to_fur_as_fule = #{c3C4ToFurAsFule},</if>
|
|
|
+ <if test="c3C4AsFeed != null">c3_c4_as_feed = #{c3C4AsFeed},</if>
|
|
|
+ <if test="c3C4FrYpc != null">c3_c4_fr_ypc = #{c3C4FrYpc},</if>
|
|
|
+ <if test="c3C4FrTruck != null">c3_c4_fr_truck = #{c3C4FrTruck},</if>
|
|
|
+ <if test="mixedC4sYieldPercentage != null">mixed_c4s_yield_percentage = #{mixedC4sYieldPercentage},</if>
|
|
|
+ <if test="mixedC4sProduced != null">mixed_c4s_produced = #{mixedC4sProduced},</if>
|
|
|
+ <if test="mixedC4sInventory != null">mixed_c4s_inventory = #{mixedC4sInventory},</if>
|
|
|
+ <if test="mixedC4sChange != null">mixed_c4s_change = #{mixedC4sChange},</if>
|
|
|
+ <if test="mixedC4sImport != null">mixed_c4s_import = #{mixedC4sImport},</if>
|
|
|
+ <if test="mixedC4sExport != null">mixed_c4s_export = #{mixedC4sExport},</if>
|
|
|
+ <if test="mixedC4sToBd != null">mixed_c4s_to_bd = #{mixedC4sToBd},</if>
|
|
|
+ <if test="mixedC4sToYpc != null">mixed_c4s_to_ypc = #{mixedC4sToYpc},</if>
|
|
|
+ <if test="mixedC4sToTruck != null">mixed_c4s_to_truck = #{mixedC4sToTruck},</if>
|
|
|
+ <if test="mixedC4sToShip != null">mixed_c4s_to_ship = #{mixedC4sToShip},</if>
|
|
|
+ <if test="mixedC4sFrYpc != null">mixed_c4s_fr_ypc = #{mixedC4sFrYpc},</if>
|
|
|
+ <if test="mixedC4sFrTruck != null">mixed_c4s_fr_truck = #{mixedC4sFrTruck},</if>
|
|
|
+ <if test="mixedC4sFrShip != null">mixed_c4s_fr_ship = #{mixedC4sFrShip},</if>
|
|
|
+ <if test="mixedC4sFrBdR1 != null">mixed_c4s_fr_bd_r1 = #{mixedC4sFrBdR1},</if>
|
|
|
+ <if test="mixedC4sToR800 != null">mixed_c4s_to_r800 = #{mixedC4sToR800},</if>
|
|
|
+ <if test="eboYieldPercentage != null">ebo_yield_percentage = #{eboYieldPercentage},</if>
|
|
|
+ <if test="eboProduced != null">ebo_produced = #{eboProduced},</if>
|
|
|
+ <if test="eboInventory != null">ebo_inventory = #{eboInventory},</if>
|
|
|
+ <if test="eboChange != null">ebo_change = #{eboChange},</if>
|
|
|
+ <if test="eboImport != null">ebo_import = #{eboImport},</if>
|
|
|
+ <if test="eboExport != null">ebo_export = #{eboExport},</if>
|
|
|
+ <if test="eboToShip != null">ebo_to_ship = #{eboToShip},</if>
|
|
|
+ <if test="eboToRttf != null">ebo_to_rttf = #{eboToRttf},</if>
|
|
|
+ <if test="eboToTrain != null">ebo_to_train = #{eboToTrain},</if>
|
|
|
+ <if test="eboFrBd != null">ebo_fr_bd = #{eboFrBd},</if>
|
|
|
+ <if test="naphthaleneYieldPercentage != null">naphthalene_yield_percentage = #{naphthaleneYieldPercentage},</if>
|
|
|
+ <if test="naphthaleneProduced != null">naphthalene_produced = #{naphthaleneProduced},</if>
|
|
|
+ <if test="naphthaleneInventory != null">naphthalene_inventory = #{naphthaleneInventory},</if>
|
|
|
+ <if test="naphthaleneChange != null">naphthalene_change = #{naphthaleneChange},</if>
|
|
|
+ <if test="naphthaleneImport != null">naphthalene_import = #{naphthaleneImport},</if>
|
|
|
+ <if test="naphthaleneExport != null">naphthalene_export = #{naphthaleneExport},</if>
|
|
|
+ <if test="naphthaleneToTruck != null">naphthalene_to_truck = #{naphthaleneToTruck},</if>
|
|
|
+ <if test="poFluxOilYieldPercentage != null">po_flux_oil_yield_percentage = #{poFluxOilYieldPercentage},</if>
|
|
|
+ <if test="poFluxOilProduced != null">po_flux_oil_produced = #{poFluxOilProduced},</if>
|
|
|
+ <if test="poFluxOilInventory != null">po_flux_oil_inventory = #{poFluxOilInventory},</if>
|
|
|
+ <if test="poFluxOilChange != null">po_flux_oil_change = #{poFluxOilChange},</if>
|
|
|
+ <if test="poFluxOilImport != null">po_flux_oil_import = #{poFluxOilImport},</if>
|
|
|
+ <if test="poFluxOilExport != null">po_flux_oil_export = #{poFluxOilExport},</if>
|
|
|
+ <if test="poFluxOilToBd != null">po_flux_oil_to_bd = #{poFluxOilToBd},</if>
|
|
|
+ <if test="offgasYieldPercentage != null">offgas_yield_percentage = #{offgasYieldPercentage},</if>
|
|
|
+ <if test="offgasProduced != null">offgas_produced = #{offgasProduced},</if>
|
|
|
+ <if test="offgasInventory != null">offgas_inventory = #{offgasInventory},</if>
|
|
|
+ <if test="offgasChange != null">offgas_change = #{offgasChange},</if>
|
|
|
+ <if test="offgasImport != null">offgas_import = #{offgasImport},</if>
|
|
|
+ <if test="offgasExport != null">offgas_export = #{offgasExport},</if>
|
|
|
+ <if test="offgasToFurnance != null">offgas_to_furnance = #{offgasToFurnance},</if>
|
|
|
+ <if test="offgasToYbs != null">offgas_to_ybs = #{offgasToYbs},</if>
|
|
|
+ <if test="offgasToCEru != null">offgas_to_c_eru = #{offgasToCEru},</if>
|
|
|
+ <if test="offgasSubInCloseU2 != null">offgas_sub_in_close_u2 = #{offgasSubInCloseU2},</if>
|
|
|
+ <if test="offgasFlareSctu != null">offgas_flare_sctu = #{offgasFlareSctu},</if>
|
|
|
+ <if test="offgasToU2Nm3 != null">offgas_to_u2_nm3 = #{offgasToU2Nm3},</if>
|
|
|
+ <if test="offgasFlareLossT != null">offgas_flare_loss_t = #{offgasFlareLossT},</if>
|
|
|
+ <if test="rpgYieldPercentage != null">rpg_yield_percentage = #{rpgYieldPercentage},</if>
|
|
|
+ <if test="rpgProduced != null">rpg_produced = #{rpgProduced},</if>
|
|
|
+ <if test="rpgInventory != null">rpg_inventory = #{rpgInventory},</if>
|
|
|
+ <if test="rpgChange != null">rpg_change = #{rpgChange},</if>
|
|
|
+ <if test="rpgImport != null">rpg_import = #{rpgImport},</if>
|
|
|
+ <if test="rpgExport != null">rpg_export = #{rpgExport},</if>
|
|
|
+ <if test="rpgToPgu != null">rpg_to_pgu = #{rpgToPgu},</if>
|
|
|
+ <if test="rpgFrYfcc != null">rpg_fr_yfcc = #{rpgFrYfcc},</if>
|
|
|
+ <if test="methaneYieldPercentage != null">methane_yield_percentage = #{methaneYieldPercentage},</if>
|
|
|
+ <if test="methaneProduced != null">methane_produced = #{methaneProduced},</if>
|
|
|
+ <if test="methaneToEoEg != null">methane_to_eo_eg = #{methaneToEoEg},</if>
|
|
|
+ <if test="residueOilYieldPercentage != null">residue_oil_yield_percentage = #{residueOilYieldPercentage},</if>
|
|
|
+ <if test="residueOilProduced != null">residue_oil_produced = #{residueOilProduced},</if>
|
|
|
+ <if test="totalInput != null">total_input = #{totalInput},</if>
|
|
|
+ <if test="totalOutput != null">total_output = #{totalOutput},</if>
|
|
|
+ <if test="totalLoss != null">total_loss = #{totalLoss},</if>
|
|
|
+ <if test="lossPercentage != null">loss_percentage = #{lossPercentage},</if>
|
|
|
+ <if test="totalFurnanceFeed != null">total_furnance_feed = #{totalFurnanceFeed},</if>
|
|
|
+ <if test="napFrCltf != null">nap_fr_cltf = #{napFrCltf},</if>
|
|
|
+ <if test="totalPE != null">total_p_e = #{totalPE},</if>
|
|
|
+ <if test="plantModeIs != null">plant_mode_is = #{plantModeIs},</if>
|
|
|
+ <if test="plantLoad3495tD != null">plant_load_3495t_d = #{plantLoad3495tD},</if>
|
|
|
+ <if test="avgFurnanceFeedTH != null">avg_furnance_feed_t_h = #{avgFurnanceFeedTH},</if>
|
|
|
+ <if test="feedingRatioPercentage != null">feeding_ratio_percentage = #{feedingRatioPercentage},</if>
|
|
|
+ <if test="hhpToe != null">hhp_toe = #{hhpToe},</if>
|
|
|
+ <if test="hhpTce != null">hhp_tce = #{hhpTce},</if>
|
|
|
+ <if test="hhpPre != null">hhp_pre = #{hhpPre},</if>
|
|
|
+ <if test="hhpCracker != null">hhp_cracker = #{hhpCracker},</if>
|
|
|
+ <if test="hhpCrackerTT != null">hhp_cracker_t_t = #{hhpCrackerTT},</if>
|
|
|
+ <if test="hhpCrackerKgoe != null">hhp_cracker_kgoe = #{hhpCrackerKgoe},</if>
|
|
|
+ <if test="hhpCrackerKgce != null">hhp_cracker_kgce = #{hhpCrackerKgce},</if>
|
|
|
+ <if test="hhpPguAeu != null">hhp_pgu_aeu = #{hhpPguAeu},</if>
|
|
|
+ <if test="hhpPguAeuTT != null">hhp_pgu_aeu_t_t = #{hhpPguAeuTT},</if>
|
|
|
+ <if test="hhpPguAeuKgoe != null">hhp_pgu_aeu_kgoe = #{hhpPguAeuKgoe},</if>
|
|
|
+ <if test="hhpPguAeuKgce != null">hhp_pgu_aeu_kgce = #{hhpPguAeuKgce},</if>
|
|
|
+ <if test="hhpSctuFlare != null">hhp_sctu_flare = #{hhpSctuFlare},</if>
|
|
|
+ <if test="hhpSub != null">hhp_sub = #{hhpSub},</if>
|
|
|
+ <if test="hhpBcc != null">hhp_bcc = #{hhpBcc},</if>
|
|
|
+ <if test="ngToe != null">ng_toe = #{ngToe},</if>
|
|
|
+ <if test="ngTce != null">ng_tce = #{ngTce},</if>
|
|
|
+ <if test="ngPre != null">ng_pre = #{ngPre},</if>
|
|
|
+ <if test="ngCracker != null">ng_cracker = #{ngCracker},</if>
|
|
|
+ <if test="ngCrackerTT != null">ng_cracker_t_t = #{ngCrackerTT},</if>
|
|
|
+ <if test="ngCrackerKgoe != null">ng_cracker_kgoe = #{ngCrackerKgoe},</if>
|
|
|
+ <if test="ngCrackerKgce != null">ng_cracker_kgce = #{ngCrackerKgce},</if>
|
|
|
+ <if test="ngPguAeu != null">ng_pgu_aeu = #{ngPguAeu},</if>
|
|
|
+ <if test="ngPguAeuTT != null">ng_pgu_aeu_t_t = #{ngPguAeuTT},</if>
|
|
|
+ <if test="ngPguAeuKgoe != null">ng_pgu_aeu_kgoe = #{ngPguAeuKgoe},</if>
|
|
|
+ <if test="ngPguAeuKgce != null">ng_pgu_aeu_kgce = #{ngPguAeuKgce},</if>
|
|
|
+ <if test="ngSctuFlare != null">ng_sctu_flare = #{ngSctuFlare},</if>
|
|
|
+ <if test="ngSub != null">ng_sub = #{ngSub},</if>
|
|
|
+ <if test="ngBcc != null">ng_bcc = #{ngBcc},</if>
|
|
|
+ <if test="fuelGasOffgasToe != null">fuel_gas_offgas_toe = #{fuelGasOffgasToe},</if>
|
|
|
+ <if test="fuelGasOffgasTce != null">fuel_gas_offgas_tce = #{fuelGasOffgasTce},</if>
|
|
|
+ <if test="fuelGasOffgasPre != null">fuel_gas_offgas_pre = #{fuelGasOffgasPre},</if>
|
|
|
+ <if test="fuelGasOffgasCracker != null">fuel_gas_offgas_cracker = #{fuelGasOffgasCracker},</if>
|
|
|
+ <if test="fuelGasOffgasCrackerTT != null">fuel_gas_offgas_cracker_t_t = #{fuelGasOffgasCrackerTT},</if>
|
|
|
+ <if test="fuelGasOffgasCrackerKgoe != null">fuel_gas_offgas_cracker_kgoe = #{fuelGasOffgasCrackerKgoe},</if>
|
|
|
+ <if test="fuelGasOffgasCrackerKgce != null">fuel_gas_offgas_cracker_kgce = #{fuelGasOffgasCrackerKgce},</if>
|
|
|
+ <if test="fuelGasOffgasPguAeu != null">fuel_gas_offgas_pgu_aeu = #{fuelGasOffgasPguAeu},</if>
|
|
|
+ <if test="fuelGasOffgasPguAeuTT != null">fuel_gas_offgas_pgu_aeu_t_t = #{fuelGasOffgasPguAeuTT},</if>
|
|
|
+ <if test="fuelGasOffgasPguAeuKgoe != null">fuel_gas_offgas_pgu_aeu_kgoe = #{fuelGasOffgasPguAeuKgoe},</if>
|
|
|
+ <if test="fuelGasOffgasPguAeuKgce != null">fuel_gas_offgas_pgu_aeu_kgce = #{fuelGasOffgasPguAeuKgce},</if>
|
|
|
+ <if test="fuelGasOffgasSctuFlare != null">fuel_gas_offgas_sctu_flare = #{fuelGasOffgasSctuFlare},</if>
|
|
|
+ <if test="fuelGasOffgasSub != null">fuel_gas_offgas_sub = #{fuelGasOffgasSub},</if>
|
|
|
+ <if test="fuelGasOffgasBcc != null">fuel_gas_offgas_bcc = #{fuelGasOffgasBcc},</if>
|
|
|
+ <if test="shpToe != null">shp_toe = #{shpToe},</if>
|
|
|
+ <if test="shpTce != null">shp_tce = #{shpTce},</if>
|
|
|
+ <if test="shpPre != null">shp_pre = #{shpPre},</if>
|
|
|
+ <if test="shpCracker != null">shp_cracker = #{shpCracker},</if>
|
|
|
+ <if test="shpCrackerTT != null">shp_cracker_t_t = #{shpCrackerTT},</if>
|
|
|
+ <if test="shpCrackerKgoe != null">shp_cracker_kgoe = #{shpCrackerKgoe},</if>
|
|
|
+ <if test="shpCrackerKgce != null">shp_cracker_kgce = #{shpCrackerKgce},</if>
|
|
|
+ <if test="shpPguAeu != null">shp_pgu_aeu = #{shpPguAeu},</if>
|
|
|
+ <if test="shpPguAeuTT != null">shp_pgu_aeu_t_t = #{shpPguAeuTT},</if>
|
|
|
+ <if test="shpPguAeuKgoe != null">shp_pgu_aeu_kgoe = #{shpPguAeuKgoe},</if>
|
|
|
+ <if test="shpPguAeuKgce != null">shp_pgu_aeu_kgce = #{shpPguAeuKgce},</if>
|
|
|
+ <if test="shpSctuFlare != null">shp_sctu_flare = #{shpSctuFlare},</if>
|
|
|
+ <if test="shpSub != null">shp_sub = #{shpSub},</if>
|
|
|
+ <if test="shpBcc != null">shp_bcc = #{shpBcc},</if>
|
|
|
+ <if test="hpToe != null">hp_toe = #{hpToe},</if>
|
|
|
+ <if test="hpTce != null">hp_tce = #{hpTce},</if>
|
|
|
+ <if test="hpPre != null">hp_pre = #{hpPre},</if>
|
|
|
+ <if test="hpCracker != null">hp_cracker = #{hpCracker},</if>
|
|
|
+ <if test="hpCrackerTT != null">hp_cracker_t_t = #{hpCrackerTT},</if>
|
|
|
+ <if test="hpCrackerKgoe != null">hp_cracker_kgoe = #{hpCrackerKgoe},</if>
|
|
|
+ <if test="hpCrackerKgce != null">hp_cracker_kgce = #{hpCrackerKgce},</if>
|
|
|
+ <if test="hpPguAeu != null">hp_pgu_aeu = #{hpPguAeu},</if>
|
|
|
+ <if test="hpPguAeuTT != null">hp_pgu_aeu_t_t = #{hpPguAeuTT},</if>
|
|
|
+ <if test="hpPguAeuKgoe != null">hp_pgu_aeu_kgoe = #{hpPguAeuKgoe},</if>
|
|
|
+ <if test="hpPguAeuKgce != null">hp_pgu_aeu_kgce = #{hpPguAeuKgce},</if>
|
|
|
+ <if test="hpSctuFlare != null">hp_sctu_flare = #{hpSctuFlare},</if>
|
|
|
+ <if test="hpSub != null">hp_sub = #{hpSub},</if>
|
|
|
+ <if test="hpBcc != null">hp_bcc = #{hpBcc},</if>
|
|
|
+ <if test="mpToe != null">mp_toe = #{mpToe},</if>
|
|
|
+ <if test="mpTce != null">mp_tce = #{mpTce},</if>
|
|
|
+ <if test="mpPre != null">mp_pre = #{mpPre},</if>
|
|
|
+ <if test="mpCracker != null">mp_cracker = #{mpCracker},</if>
|
|
|
+ <if test="mpCrackerTT != null">mp_cracker_t_t = #{mpCrackerTT},</if>
|
|
|
+ <if test="mpCrackerKgoe != null">mp_cracker_kgoe = #{mpCrackerKgoe},</if>
|
|
|
+ <if test="mpCrackerKgce != null">mp_cracker_kgce = #{mpCrackerKgce},</if>
|
|
|
+ <if test="mpPguAeu != null">mp_pgu_aeu = #{mpPguAeu},</if>
|
|
|
+ <if test="mpPguAeuTT != null">mp_pgu_aeu_t_t = #{mpPguAeuTT},</if>
|
|
|
+ <if test="mpPguAeuKgoe != null">mp_pgu_aeu_kgoe = #{mpPguAeuKgoe},</if>
|
|
|
+ <if test="mpPguAeuKgce != null">mp_pgu_aeu_kgce = #{mpPguAeuKgce},</if>
|
|
|
+ <if test="mpSctuFlare != null">mp_sctu_flare = #{mpSctuFlare},</if>
|
|
|
+ <if test="mpSub != null">mp_sub = #{mpSub},</if>
|
|
|
+ <if test="mpBcc != null">mp_bcc = #{mpBcc},</if>
|
|
|
+ <if test="lpToe != null">lp_toe = #{lpToe},</if>
|
|
|
+ <if test="lpTce != null">lp_tce = #{lpTce},</if>
|
|
|
+ <if test="lpPre != null">lp_pre = #{lpPre},</if>
|
|
|
+ <if test="lpCracker != null">lp_cracker = #{lpCracker},</if>
|
|
|
+ <if test="lpCrackerTT != null">lp_cracker_t_t = #{lpCrackerTT},</if>
|
|
|
+ <if test="lpCrackerKgoe != null">lp_cracker_kgoe = #{lpCrackerKgoe},</if>
|
|
|
+ <if test="lpCrackerKgce != null">lp_cracker_kgce = #{lpCrackerKgce},</if>
|
|
|
+ <if test="lpPguAeu != null">lp_pgu_aeu = #{lpPguAeu},</if>
|
|
|
+ <if test="lpPguAeuTT != null">lp_pgu_aeu_t_t = #{lpPguAeuTT},</if>
|
|
|
+ <if test="lpPguAeuKgoe != null">lp_pgu_aeu_kgoe = #{lpPguAeuKgoe},</if>
|
|
|
+ <if test="lpPguAeuKgce != null">lp_pgu_aeu_kgce = #{lpPguAeuKgce},</if>
|
|
|
+ <if test="lpSctuFlare != null">lp_sctu_flare = #{lpSctuFlare},</if>
|
|
|
+ <if test="lpSub != null">lp_sub = #{lpSub},</if>
|
|
|
+ <if test="lpBcc != null">lp_bcc = #{lpBcc},</if>
|
|
|
+ <if test="electricityToe != null">electricity_toe = #{electricityToe},</if>
|
|
|
+ <if test="electricityTce != null">electricity_tce = #{electricityTce},</if>
|
|
|
+ <if test="electricityPre != null">electricity_pre = #{electricityPre},</if>
|
|
|
+ <if test="electricityCracker != null">electricity_cracker = #{electricityCracker},</if>
|
|
|
+ <if test="electricityCrackerTT != null">electricity_cracker_t_t = #{electricityCrackerTT},</if>
|
|
|
+ <if test="electricityCrackerKgoe != null">electricity_cracker_kgoe = #{electricityCrackerKgoe},</if>
|
|
|
+ <if test="electricityCrackerKgce != null">electricity_cracker_kgce = #{electricityCrackerKgce},</if>
|
|
|
+ <if test="electricityPguAeu != null">electricity_pgu_aeu = #{electricityPguAeu},</if>
|
|
|
+ <if test="electricityPguAeuTT != null">electricity_pgu_aeu_t_t = #{electricityPguAeuTT},</if>
|
|
|
+ <if test="electricityPguAeuKgoe != null">electricity_pgu_aeu_kgoe = #{electricityPguAeuKgoe},</if>
|
|
|
+ <if test="electricityPguAeuKgce != null">electricity_pgu_aeu_kgce = #{electricityPguAeuKgce},</if>
|
|
|
+ <if test="electricitySctuFlare != null">electricity_sctu_flare = #{electricitySctuFlare},</if>
|
|
|
+ <if test="electricitySub != null">electricity_sub = #{electricitySub},</if>
|
|
|
+ <if test="electricityBcc != null">electricity_bcc = #{electricityBcc},</if>
|
|
|
+ <if test="coolingWaterToe != null">cooling_water_toe = #{coolingWaterToe},</if>
|
|
|
+ <if test="coolingWaterTce != null">cooling_water_tce = #{coolingWaterTce},</if>
|
|
|
+ <if test="coolingWaterPre != null">cooling_water_pre = #{coolingWaterPre},</if>
|
|
|
+ <if test="coolingWaterCracker != null">cooling_water_cracker = #{coolingWaterCracker},</if>
|
|
|
+ <if test="coolingWaterCrackerTT != null">cooling_water_cracker_t_t = #{coolingWaterCrackerTT},</if>
|
|
|
+ <if test="coolingWaterCrackerKgoe != null">cooling_water_cracker_kgoe = #{coolingWaterCrackerKgoe},</if>
|
|
|
+ <if test="coolingWaterCrackerKgce != null">cooling_water_cracker_kgce = #{coolingWaterCrackerKgce},</if>
|
|
|
+ <if test="coolingWaterPguAeu != null">cooling_water_pgu_aeu = #{coolingWaterPguAeu},</if>
|
|
|
+ <if test="coolingWaterPguAeuTT != null">cooling_water_pgu_aeu_t_t = #{coolingWaterPguAeuTT},</if>
|
|
|
+ <if test="coolingWaterPguAeuKgoe != null">cooling_water_pgu_aeu_kgoe = #{coolingWaterPguAeuKgoe},</if>
|
|
|
+ <if test="coolingWaterPguAeuKgce != null">cooling_water_pgu_aeu_kgce = #{coolingWaterPguAeuKgce},</if>
|
|
|
+ <if test="coolingWaterSctuFlare != null">cooling_water_sctu_flare = #{coolingWaterSctuFlare},</if>
|
|
|
+ <if test="coolingWaterSub != null">cooling_water_sub = #{coolingWaterSub},</if>
|
|
|
+ <if test="coolingWaterBcc != null">cooling_water_bcc = #{coolingWaterBcc},</if>
|
|
|
+ <if test="polishedConToe != null">polished_con_toe = #{polishedConToe},</if>
|
|
|
+ <if test="polishedConTce != null">polished_con_tce = #{polishedConTce},</if>
|
|
|
+ <if test="polishedConPre != null">polished_con_pre = #{polishedConPre},</if>
|
|
|
+ <if test="polishedConCracker != null">polished_con_cracker = #{polishedConCracker},</if>
|
|
|
+ <if test="polishedConCrackerTT != null">polished_con_cracker_t_t = #{polishedConCrackerTT},</if>
|
|
|
+ <if test="polishedConCrackerKgoe != null">polished_con_cracker_kgoe = #{polishedConCrackerKgoe},</if>
|
|
|
+ <if test="polishedConCrackerKgce != null">polished_con_cracker_kgce = #{polishedConCrackerKgce},</if>
|
|
|
+ <if test="polishedConPguAeu != null">polished_con_pgu_aeu = #{polishedConPguAeu},</if>
|
|
|
+ <if test="polishedConPguAeuTT != null">polished_con_pgu_aeu_t_t = #{polishedConPguAeuTT},</if>
|
|
|
+ <if test="polishedConPguAeuKgoe != null">polished_con_pgu_aeu_kgoe = #{polishedConPguAeuKgoe},</if>
|
|
|
+ <if test="polishedConPguAeuKgce != null">polished_con_pgu_aeu_kgce = #{polishedConPguAeuKgce},</if>
|
|
|
+ <if test="polishedConSctuFlare != null">polished_con_sctu_flare = #{polishedConSctuFlare},</if>
|
|
|
+ <if test="polishedConSub != null">polished_con_sub = #{polishedConSub},</if>
|
|
|
+ <if test="polishedConBcc != null">polished_con_bcc = #{polishedConBcc},</if>
|
|
|
+ <if test="hpBfwToe != null">hp_bfw_toe = #{hpBfwToe},</if>
|
|
|
+ <if test="hpBfwTce != null">hp_bfw_tce = #{hpBfwTce},</if>
|
|
|
+ <if test="hpBfwPre != null">hp_bfw_pre = #{hpBfwPre},</if>
|
|
|
+ <if test="hpBfwCracker != null">hp_bfw_cracker = #{hpBfwCracker},</if>
|
|
|
+ <if test="hpBfwCrackerTT != null">hp_bfw_cracker_t_t = #{hpBfwCrackerTT},</if>
|
|
|
+ <if test="hpBfwCrackerKgoe != null">hp_bfw_cracker_kgoe = #{hpBfwCrackerKgoe},</if>
|
|
|
+ <if test="hpBfwCrackerKgce != null">hp_bfw_cracker_kgce = #{hpBfwCrackerKgce},</if>
|
|
|
+ <if test="hpBfwPguAeu != null">hp_bfw_pgu_aeu = #{hpBfwPguAeu},</if>
|
|
|
+ <if test="hpBfwPguAeuTT != null">hp_bfw_pgu_aeu_t_t = #{hpBfwPguAeuTT},</if>
|
|
|
+ <if test="hpBfwPguAeuKgoe != null">hp_bfw_pgu_aeu_kgoe = #{hpBfwPguAeuKgoe},</if>
|
|
|
+ <if test="hpBfwPguAeuKgce != null">hp_bfw_pgu_aeu_kgce = #{hpBfwPguAeuKgce},</if>
|
|
|
+ <if test="hpBfwSctuFlare != null">hp_bfw_sctu_flare = #{hpBfwSctuFlare},</if>
|
|
|
+ <if test="hpBfwSub != null">hp_bfw_sub = #{hpBfwSub},</if>
|
|
|
+ <if test="hpBfwBcc != null">hp_bfw_bcc = #{hpBfwBcc},</if>
|
|
|
+ <if test="prodWaterToe != null">prod_water_toe = #{prodWaterToe},</if>
|
|
|
+ <if test="prodWaterTce != null">prod_water_tce = #{prodWaterTce},</if>
|
|
|
+ <if test="prodWaterPre != null">prod_water_pre = #{prodWaterPre},</if>
|
|
|
+ <if test="prodWaterCracker != null">prod_water_cracker = #{prodWaterCracker},</if>
|
|
|
+ <if test="prodWaterCrackerTT != null">prod_water_cracker_t_t = #{prodWaterCrackerTT},</if>
|
|
|
+ <if test="prodWaterCrackerKgoe != null">prod_water_cracker_kgoe = #{prodWaterCrackerKgoe},</if>
|
|
|
+ <if test="prodWaterCrackerKgce != null">prod_water_cracker_kgce = #{prodWaterCrackerKgce},</if>
|
|
|
+ <if test="prodWaterPguAeu != null">prod_water_pgu_aeu = #{prodWaterPguAeu},</if>
|
|
|
+ <if test="prodWaterPguAeuTT != null">prod_water_pgu_aeu_t_t = #{prodWaterPguAeuTT},</if>
|
|
|
+ <if test="prodWaterPguAeuKgoe != null">prod_water_pgu_aeu_kgoe = #{prodWaterPguAeuKgoe},</if>
|
|
|
+ <if test="prodWaterPguAeuKgce != null">prod_water_pgu_aeu_kgce = #{prodWaterPguAeuKgce},</if>
|
|
|
+ <if test="prodWaterSctuFlare != null">prod_water_sctu_flare = #{prodWaterSctuFlare},</if>
|
|
|
+ <if test="prodWaterSub != null">prod_water_sub = #{prodWaterSub},</if>
|
|
|
+ <if test="prodWaterBcc != null">prod_water_bcc = #{prodWaterBcc},</if>
|
|
|
+ <if test="turbineConToe != null">turbine_con_toe = #{turbineConToe},</if>
|
|
|
+ <if test="turbineConTce != null">turbine_con_tce = #{turbineConTce},</if>
|
|
|
+ <if test="turbineConPre != null">turbine_con_pre = #{turbineConPre},</if>
|
|
|
+ <if test="turbineConCracker != null">turbine_con_cracker = #{turbineConCracker},</if>
|
|
|
+ <if test="turbineConCrackerTT != null">turbine_con_cracker_t_t = #{turbineConCrackerTT},</if>
|
|
|
+ <if test="turbineConCrackerKgoe != null">turbine_con_cracker_kgoe = #{turbineConCrackerKgoe},</if>
|
|
|
+ <if test="turbineConCrackerKgce != null">turbine_con_cracker_kgce = #{turbineConCrackerKgce},</if>
|
|
|
+ <if test="turbineConPguAeu != null">turbine_con_pgu_aeu = #{turbineConPguAeu},</if>
|
|
|
+ <if test="turbineConPguAeuTT != null">turbine_con_pgu_aeu_t_t = #{turbineConPguAeuTT},</if>
|
|
|
+ <if test="turbineConPguAeuKgoe != null">turbine_con_pgu_aeu_kgoe = #{turbineConPguAeuKgoe},</if>
|
|
|
+ <if test="turbineConPguAeuKgce != null">turbine_con_pgu_aeu_kgce = #{turbineConPguAeuKgce},</if>
|
|
|
+ <if test="turbineConSctuFlare != null">turbine_con_sctu_flare = #{turbineConSctuFlare},</if>
|
|
|
+ <if test="turbineConSub != null">turbine_con_sub = #{turbineConSub},</if>
|
|
|
+ <if test="turbineConBcc != null">turbine_con_bcc = #{turbineConBcc},</if>
|
|
|
+ <if test="paIaToe != null">pa_ia_toe = #{paIaToe},</if>
|
|
|
+ <if test="paIaTce != null">pa_ia_tce = #{paIaTce},</if>
|
|
|
+ <if test="paIaPre != null">pa_ia_pre = #{paIaPre},</if>
|
|
|
+ <if test="paIaCracker != null">pa_ia_cracker = #{paIaCracker},</if>
|
|
|
+ <if test="paIaCrackerTT != null">pa_ia_cracker_t_t = #{paIaCrackerTT},</if>
|
|
|
+ <if test="paIaCrackerKgoe != null">pa_ia_cracker_kgoe = #{paIaCrackerKgoe},</if>
|
|
|
+ <if test="paIaCrackerKgce != null">pa_ia_cracker_kgce = #{paIaCrackerKgce},</if>
|
|
|
+ <if test="paIaPguAeu != null">pa_ia_pgu_aeu = #{paIaPguAeu},</if>
|
|
|
+ <if test="paIaPguAeuTT != null">pa_ia_pgu_aeu_t_t = #{paIaPguAeuTT},</if>
|
|
|
+ <if test="paIaPguAeuKgoe != null">pa_ia_pgu_aeu_kgoe = #{paIaPguAeuKgoe},</if>
|
|
|
+ <if test="paIaPguAeuKgce != null">pa_ia_pgu_aeu_kgce = #{paIaPguAeuKgce},</if>
|
|
|
+ <if test="paIaSctuFlare != null">pa_ia_sctu_flare = #{paIaSctuFlare},</if>
|
|
|
+ <if test="paIaSub != null">pa_ia_sub = #{paIaSub},</if>
|
|
|
+ <if test="paIaBcc != null">pa_ia_bcc = #{paIaBcc},</if>
|
|
|
+ <if test="n2Toe != null">n2_toe = #{n2Toe},</if>
|
|
|
+ <if test="n2Tce != null">n2_tce = #{n2Tce},</if>
|
|
|
+ <if test="n2Pre != null">n2_pre = #{n2Pre},</if>
|
|
|
+ <if test="n2Cracker != null">n2_cracker = #{n2Cracker},</if>
|
|
|
+ <if test="n2CrackerTT != null">n2_cracker_t_t = #{n2CrackerTT},</if>
|
|
|
+ <if test="n2CrackerKgoe != null">n2_cracker_kgoe = #{n2CrackerKgoe},</if>
|
|
|
+ <if test="n2CrackerKgce != null">n2_cracker_kgce = #{n2CrackerKgce},</if>
|
|
|
+ <if test="n2PguAeu != null">n2_pgu_aeu = #{n2PguAeu},</if>
|
|
|
+ <if test="n2PguAeuTT != null">n2_pgu_aeu_t_t = #{n2PguAeuTT},</if>
|
|
|
+ <if test="n2PguAeuKgoe != null">n2_pgu_aeu_kgoe = #{n2PguAeuKgoe},</if>
|
|
|
+ <if test="n2PguAeuKgce != null">n2_pgu_aeu_kgce = #{n2PguAeuKgce},</if>
|
|
|
+ <if test="n2SctuFlare != null">n2_sctu_flare = #{n2SctuFlare},</if>
|
|
|
+ <if test="n2Sub != null">n2_sub = #{n2Sub},</if>
|
|
|
+ <if test="n2Bcc != null">n2_bcc = #{n2Bcc},</if>
|
|
|
+ <if test="totalToe != null">total_toe = #{totalToe},</if>
|
|
|
+ <if test="totalTce != null">total_tce = #{totalTce},</if>
|
|
|
+ <if test="totalPre != null">total_pre = #{totalPre},</if>
|
|
|
+ <if test="totalCracker != null">total_cracker = #{totalCracker},</if>
|
|
|
+ <if test="totalCrackerTT != null">total_cracker_t_t = #{totalCrackerTT},</if>
|
|
|
+ <if test="totalCrackerKgoe != null">total_cracker_kgoe = #{totalCrackerKgoe},</if>
|
|
|
+ <if test="totalCrackerKgce != null">total_cracker_kgce = #{totalCrackerKgce},</if>
|
|
|
+ <if test="totalPguAeu != null">total_pgu_aeu = #{totalPguAeu},</if>
|
|
|
+ <if test="totalPguAeuTT != null">total_pgu_aeu_t_t = #{totalPguAeuTT},</if>
|
|
|
+ <if test="totalPguAeuKgoe != null">total_pgu_aeu_kgoe = #{totalPguAeuKgoe},</if>
|
|
|
+ <if test="totalPguAeuKgce != null">total_pgu_aeu_kgce = #{totalPguAeuKgce},</if>
|
|
|
+ <if test="targetToe != null">target_toe = #{targetToe},</if>
|
|
|
+ <if test="targetTce != null">target_tce = #{targetTce},</if>
|
|
|
+ <if test="targetPre != null">target_pre = #{targetPre},</if>
|
|
|
+ <if test="targetCracker != null">target_cracker = #{targetCracker},</if>
|
|
|
+ <if test="targetCrackerTT != null">target_cracker_t_t = #{targetCrackerTT},</if>
|
|
|
+ <if test="targetCrackerKgoe != null">target_cracker_kgoe = #{targetCrackerKgoe},</if>
|
|
|
+ <if test="targetCrackerKgce != null">target_cracker_kgce = #{targetCrackerKgce},</if>
|
|
|
+ <if test="targetPguAeu != null">target_pgu_aeu = #{targetPguAeu},</if>
|
|
|
+ <if test="targetPguAeuTT != null">target_pgu_aeu_t_t = #{targetPguAeuTT},</if>
|
|
|
+ <if test="targetPguAeuKgoe != null">target_pgu_aeu_kgoe = #{targetPguAeuKgoe},</if>
|
|
|
+ <if test="targetPguAeuKgce != null">target_pgu_aeu_kgce = #{targetPguAeuKgce},</if>
|
|
|
+ <if test="producedToe != null">produced_toe = #{producedToe},</if>
|
|
|
+ <if test="producedTce != null">produced_tce = #{producedTce},</if>
|
|
|
+ <if test="producedPre != null">produced_pre = #{producedPre},</if>
|
|
|
+ <if test="producedCracker != null">produced_cracker = #{producedCracker},</if>
|
|
|
+ <if test="producedCrackerTT != null">produced_cracker_t_t = #{producedCrackerTT},</if>
|
|
|
+ <if test="producedCrackerKgoe != null">produced_cracker_kgoe = #{producedCrackerKgoe},</if>
|
|
|
+ <if test="producedCrackerKgce != null">produced_cracker_kgce = #{producedCrackerKgce},</if>
|
|
|
+ <if test="producedPguAeu != null">produced_pgu_aeu = #{producedPguAeu},</if>
|
|
|
+ <if test="producedPguAeuTT != null">produced_pgu_aeu_t_t = #{producedPguAeuTT},</if>
|
|
|
+ <if test="producedPguAeuKgoe != null">produced_pgu_aeu_kgoe = #{producedPguAeuKgoe},</if>
|
|
|
+ <if test="producedPguAeuKgce != null">produced_pgu_aeu_kgce = #{producedPguAeuKgce},</if>
|
|
|
+ <if test="frEoEg != null">fr_eo_eg = #{frEoEg},</if>
|
|
|
+ <if test="loadPercentage != null">load_percentage = #{loadPercentage},</if>
|
|
|
+ <if test="hsProducet != null">hs_producet = #{hsProducet},</if>
|
|
|
+ <if test="sctfStorageTotalC2 != null">sctf_storage_total_c2 = #{sctfStorageTotalC2},</if>
|
|
|
+ <if test="sctfStorageTk1061 != null">sctf_storage_tk1061 = #{sctfStorageTk1061},</if>
|
|
|
+ <if test="sctfStorageTk1062 != null">sctf_storage_tk1062 = #{sctfStorageTk1062},</if>
|
|
|
+ <if test="sctfStorageTk1063 != null">sctf_storage_tk1063 = #{sctfStorageTk1063},</if>
|
|
|
+ <if test="sctfStorageTk1064 != null">sctf_storage_tk1064 = #{sctfStorageTk1064},</if>
|
|
|
+ <if test="sctfStorageTk1065Off != null">sctf_storage_tk1065_off = #{sctfStorageTk1065Off},</if>
|
|
|
+ <if test="sctfStorageTotalC3 != null">sctf_storage_total_c3 = #{sctfStorageTotalC3},</if>
|
|
|
+ <if test="sctfStorageTk1011 != null">sctf_storage_tk1011 = #{sctfStorageTk1011},</if>
|
|
|
+ <if test="sctfStorageTk1012 != null">sctf_storage_tk1012 = #{sctfStorageTk1012},</if>
|
|
|
+ <if test="sctfStorageTk1013 != null">sctf_storage_tk1013 = #{sctfStorageTk1013},</if>
|
|
|
+ <if test="sctfStorageTk1014 != null">sctf_storage_tk1014 = #{sctfStorageTk1014},</if>
|
|
|
+ <if test="sctfStorageTk1040Off != null">sctf_storage_tk1040_off = #{sctfStorageTk1040Off},</if>
|
|
|
+ <if test="sctfStorageTk1020Lpg != null">sctf_storage_tk1020_lpg = #{sctfStorageTk1020Lpg},</if>
|
|
|
+ <if test="sctfStorageTk1111C4s != null">sctf_storage_tk1111_c4s = #{sctfStorageTk1111C4s},</if>
|
|
|
+ <if test="sctfStorageTk1520Rpg != null">sctf_storage_tk1520_rpg = #{sctfStorageTk1520Rpg},</if>
|
|
|
+ <if test="sctfStorageTk1350Po != null">sctf_storage_tk1350_po = #{sctfStorageTk1350Po},</if>
|
|
|
+ <if test="sctfStorageTk1310Btx != null">sctf_storage_tk1310_btx = #{sctfStorageTk1310Btx},</if>
|
|
|
+ <if test="sctfStorageTk1330Ebo != null">sctf_storage_tk1330_ebo = #{sctfStorageTk1330Ebo},</if>
|
|
|
+ <if test="sctfStorageTk1430Lfo != null">sctf_storage_tk1430_lfo = #{sctfStorageTk1430Lfo},</if>
|
|
|
+ <if test="sctfStorageTk1320OffBtx != null">sctf_storage_tk1320_off_btx = #{sctfStorageTk1320OffBtx},</if>
|
|
|
+ <if test="sctfStorageT201Btx != null">sctf_storage_t201_btx = #{sctfStorageT201Btx},</if>
|
|
|
+ <if test="sctfStorageTk1340C9 != null">sctf_storage_tk1340_c9 = #{sctfStorageTk1340C9},</if>
|
|
|
+ <if test="sctfStorageClt1350C9 != null">sctf_storage_clt1350_c9 = #{sctfStorageClt1350C9},</if>
|
|
|
+ <if test="sctfStorageTk1160Nh3 != null">sctf_storage_tk1160_nh3 = #{sctfStorageTk1160Nh3},</if>
|
|
|
+ <if test="sctfStorageTk1510B != null">sctf_storage_tk1510_b = #{sctfStorageTk1510B},</if>
|
|
|
+ <if test="sctfStorageClt1370B != null">sctf_storage_clt1370_b = #{sctfStorageClt1370B},</if>
|
|
|
+ <if test="sctfStorageTk1360T != null">sctf_storage_tk1360_t = #{sctfStorageTk1360T},</if>
|
|
|
+ <if test="sctfStorageTk1410X != null">sctf_storage_tk1410_x = #{sctfStorageTk1410X},</if>
|
|
|
+ <if test="sctfStorageClt1380X != null">sctf_storage_clt1380_x = #{sctfStorageClt1380X},</if>
|
|
|
+ <if test="sctfStorageTk1420Dimer != null">sctf_storage_tk1420_dimer = #{sctfStorageTk1420Dimer},</if>
|
|
|
+ <if test="sctfStorageTk1110R1 != null">sctf_storage_tk1110_r1 = #{sctfStorageTk1110R1},</if>
|
|
|
+ <if test="sctfStorageTk1130Ib != null">sctf_storage_tk1130_ib = #{sctfStorageTk1130Ib},</if>
|
|
|
+ <if test="sctfStorageTk1150R3 != null">sctf_storage_tk1150_r3 = #{sctfStorageTk1150R3},</if>
|
|
|
+ <if test="sctfStorageTk1140Bd != null">sctf_storage_tk1140_bd = #{sctfStorageTk1140Bd},</if>
|
|
|
+ <if test="sctfStorageTk1141Bd != null">sctf_storage_tk1141_bd = #{sctfStorageTk1141Bd},</if>
|
|
|
+ <if test="sctfStorageTk1142Bd != null">sctf_storage_tk1142_bd = #{sctfStorageTk1142Bd},</if>
|
|
|
+ <if test="sctfStorageTotalNap != null">sctf_storage_total_nap = #{sctfStorageTotalNap},</if>
|
|
|
+ <if test="sctfStorageCltf1621 != null">sctf_storage_cltf1621 = #{sctfStorageCltf1621},</if>
|
|
|
+ <if test="sctfStorageCltf1622 != null">sctf_storage_cltf1622 = #{sctfStorageCltf1622},</if>
|
|
|
+ <if test="sctfStorageCltf1623 != null">sctf_storage_cltf1623 = #{sctfStorageCltf1623},</if>
|
|
|
+ <if test="pguToRpg != null">pgu_to_rpg = #{pguToRpg},</if>
|
|
|
+ <if test="rpgToPgu2 != null">rpg_to_pgu2 = #{rpgToPgu2},</if>
|
|
|
+ <if test="pguRpgTH != null">pgu_rpg_t_h = #{pguRpgTH},</if>
|
|
|
+ <if test="pguRpg1 != null">pgu_rpg1 = #{pguRpg1},</if>
|
|
|
+ <if test="pguRpg2 != null">pgu_rpg2 = #{pguRpg2},</if>
|
|
|
+ <if test="pguH2 != null">pgu_h2 = #{pguH2},</if>
|
|
|
+ <if test="pguTotalFeed != null">pgu_total_feed = #{pguTotalFeed},</if>
|
|
|
+ <if test="pguOutput != null">pgu_output = #{pguOutput},</if>
|
|
|
+ <if test="pguTotalLoss != null">pgu_total_loss = #{pguTotalLoss},</if>
|
|
|
+ <if test="pguLossPercentage != null">pgu_loss_percentage = #{pguLossPercentage},</if>
|
|
|
+ <if test="pguFeedLoadPercentage != null">pgu_feed_load_percentage = #{pguFeedLoadPercentage},</if>
|
|
|
+ <if test="pguToAeu != null">pgu_to_aeu = #{pguToAeu},</if>
|
|
|
+ <if test="aeuToPgu != null">aeu_to_pgu = #{aeuToPgu},</if>
|
|
|
+ <if test="pguAeuTH != null">pgu_aeu_t_h = #{pguAeuTH},</if>
|
|
|
+ <if test="pguBtxYeildPercentage != null">pgu_btx_yeild_percentage = #{pguBtxYeildPercentage},</if>
|
|
|
+ <if test="pguBtxProduced != null">pgu_btx_produced = #{pguBtxProduced},</if>
|
|
|
+ <if test="pguBtxInventory != null">pgu_btx_inventory = #{pguBtxInventory},</if>
|
|
|
+ <if test="pguBtxChange != null">pgu_btx_change = #{pguBtxChange},</if>
|
|
|
+ <if test="pguBtxExport != null">pgu_btx_export = #{pguBtxExport},</if>
|
|
|
+ <if test="pguBtxToAeu != null">pgu_btx_to_aeu = #{pguBtxToAeu},</if>
|
|
|
+ <if test="pguWashoilYeildPercentage != null">pgu_washoil_yeild_percentage = #{pguWashoilYeildPercentage},</if>
|
|
|
+ <if test="pguWashoilProduced != null">pgu_washoil_produced = #{pguWashoilProduced},</if>
|
|
|
+ <if test="pguWashoilInventory != null">pgu_washoil_inventory = #{pguWashoilInventory},</if>
|
|
|
+ <if test="pguWashoilChange != null">pgu_washoil_change = #{pguWashoilChange},</if>
|
|
|
+ <if test="pguWashoilExport != null">pgu_washoil_export = #{pguWashoilExport},</if>
|
|
|
+ <if test="pguWashoilToEu != null">pgu_washoil_to_eu = #{pguWashoilToEu},</if>
|
|
|
+ <if test="pguOffgasYeildPercentage != null">pgu_offgas_yeild_percentage = #{pguOffgasYeildPercentage},</if>
|
|
|
+ <if test="pguOffgasProduced != null">pgu_offgas_produced = #{pguOffgasProduced},</if>
|
|
|
+ <if test="pguOffgasInventory != null">pgu_offgas_inventory = #{pguOffgasInventory},</if>
|
|
|
+ <if test="pguOffgasChange != null">pgu_offgas_change = #{pguOffgasChange},</if>
|
|
|
+ <if test="pguOffgasExport != null">pgu_offgas_export = #{pguOffgasExport},</if>
|
|
|
+ <if test="pguOffgasToEu != null">pgu_offgas_to_eu = #{pguOffgasToEu},</if>
|
|
|
+ <if test="pguC5YeildPercentage != null">pgu_c5_yeild_percentage = #{pguC5YeildPercentage},</if>
|
|
|
+ <if test="pguC5Produced != null">pgu_c5_produced = #{pguC5Produced},</if>
|
|
|
+ <if test="pguC5Inventory != null">pgu_c5_inventory = #{pguC5Inventory},</if>
|
|
|
+ <if test="pguC5Change != null">pgu_c5_change = #{pguC5Change},</if>
|
|
|
+ <if test="pguC5Export != null">pgu_c5_export = #{pguC5Export},</if>
|
|
|
+ <if test="pguC5ToAeu != null">pgu_c5_to_aeu = #{pguC5ToAeu},</if>
|
|
|
+ <if test="pguC5ToEu != null">pgu_c5_to_eu = #{pguC5ToEu},</if>
|
|
|
+ <if test="pguC5ToYuanguan != null">pgu_c5_to_yuanguan = #{pguC5ToYuanguan},</if>
|
|
|
+ <if test="pguC9YeildPercentage != null">pgu_c9_yeild_percentage = #{pguC9YeildPercentage},</if>
|
|
|
+ <if test="pguC9Produced != null">pgu_c9_produced = #{pguC9Produced},</if>
|
|
|
+ <if test="pguC9Inventory != null">pgu_c9_inventory = #{pguC9Inventory},</if>
|
|
|
+ <if test="pguC9Change != null">pgu_c9_change = #{pguC9Change},</if>
|
|
|
+ <if test="pguC9Export != null">pgu_c9_export = #{pguC9Export},</if>
|
|
|
+ <if test="pguC9ToAeu != null">pgu_c9_to_aeu = #{pguC9ToAeu},</if>
|
|
|
+ <if test="pguC9ToRttf != null">pgu_c9_to_rttf = #{pguC9ToRttf},</if>
|
|
|
+ <if test="pguC9ToShip != null">pgu_c9_to_ship = #{pguC9ToShip},</if>
|
|
|
+ <if test="pguC9ToYfcc != null">pgu_c9_to_yfcc = #{pguC9ToYfcc},</if>
|
|
|
+ <if test="aeuBenzeneYeildPercentage != null">aeu_benzene_yeild_percentage = #{aeuBenzeneYeildPercentage},</if>
|
|
|
+ <if test="aeuBenzeneProduced != null">aeu_benzene_produced = #{aeuBenzeneProduced},</if>
|
|
|
+ <if test="aeuBenzeneInventory != null">aeu_benzene_inventory = #{aeuBenzeneInventory},</if>
|
|
|
+ <if test="aeuBenzeneChange != null">aeu_benzene_change = #{aeuBenzeneChange},</if>
|
|
|
+ <if test="aeuBenzeneToShip != null">aeu_benzene_to_ship = #{aeuBenzeneToShip},</if>
|
|
|
+ <if test="aeuBenzeneFrShip != null">aeu_benzene_fr_ship = #{aeuBenzeneFrShip},</if>
|
|
|
+ <if test="aeuBenzeneToYbs != null">aeu_benzene_to_ybs = #{aeuBenzeneToYbs},</if>
|
|
|
+ <if test="aeuBenzeneToRttf != null">aeu_benzene_to_rttf = #{aeuBenzeneToRttf},</if>
|
|
|
+ <if test="aeuBenzeneToTrain != null">aeu_benzene_to_train = #{aeuBenzeneToTrain},</if>
|
|
|
+ <if test="aeuTolueneYeildPercentage != null">aeu_toluene_yeild_percentage = #{aeuTolueneYeildPercentage},</if>
|
|
|
+ <if test="aeuTolueneProduced != null">aeu_toluene_produced = #{aeuTolueneProduced},</if>
|
|
|
+ <if test="aeuTolueneInventory != null">aeu_toluene_inventory = #{aeuTolueneInventory},</if>
|
|
|
+ <if test="aeuTolueneChange != null">aeu_toluene_change = #{aeuTolueneChange},</if>
|
|
|
+ <if test="aeuTolueneToShip != null">aeu_toluene_to_ship = #{aeuTolueneToShip},</if>
|
|
|
+ <if test="aeuTolueneFrShip != null">aeu_toluene_fr_ship = #{aeuTolueneFrShip},</if>
|
|
|
+ <if test="aeuTolueneToYpc != null">aeu_toluene_to_ypc = #{aeuTolueneToYpc},</if>
|
|
|
+ <if test="aeuTolueneFrYpc != null">aeu_toluene_fr_ypc = #{aeuTolueneFrYpc},</if>
|
|
|
+ <if test="aeuTolueneToRttf != null">aeu_toluene_to_rttf = #{aeuTolueneToRttf},</if>
|
|
|
+ <if test="aeuTolueneFrYbs != null">aeu_toluene_fr_ybs = #{aeuTolueneFrYbs},</if>
|
|
|
+ <if test="aeuTolueneToEu != null">aeu_toluene_to_eu = #{aeuTolueneToEu},</if>
|
|
|
+ <if test="aeuXyleneYeildPercentage != null">aeu_xylene_yeild_percentage = #{aeuXyleneYeildPercentage},</if>
|
|
|
+ <if test="aeuXyleneProduced != null">aeu_xylene_produced = #{aeuXyleneProduced},</if>
|
|
|
+ <if test="aeuXyleneInventory != null">aeu_xylene_inventory = #{aeuXyleneInventory},</if>
|
|
|
+ <if test="aeuXyleneChange != null">aeu_xylene_change = #{aeuXyleneChange},</if>
|
|
|
+ <if test="aeuXyleneToShip != null">aeu_xylene_to_ship = #{aeuXyleneToShip},</if>
|
|
|
+ <if test="aeuXyleneFrShip != null">aeu_xylene_fr_ship = #{aeuXyleneFrShip},</if>
|
|
|
+ <if test="aeuXyleneToYpc != null">aeu_xylene_to_ypc = #{aeuXyleneToYpc},</if>
|
|
|
+ <if test="aeuXyleneFrYpc != null">aeu_xylene_fr_ypc = #{aeuXyleneFrYpc},</if>
|
|
|
+ <if test="aeuXyleneToRttf != null">aeu_xylene_to_rttf = #{aeuXyleneToRttf},</if>
|
|
|
+ <if test="aeuC6C8NaYeildPercentage != null">aeu_c6_c8_na_yeild_percentage = #{aeuC6C8NaYeildPercentage},</if>
|
|
|
+ <if test="aeuC6C8NaProduced != null">aeu_c6_c8_na_produced = #{aeuC6C8NaProduced},</if>
|
|
|
+ <if test="aeuC6C8NaInventory != null">aeu_c6_c8_na_inventory = #{aeuC6C8NaInventory},</if>
|
|
|
+ <if test="aeuC6C8NaChange != null">aeu_c6_c8_na_change = #{aeuC6C8NaChange},</if>
|
|
|
+ <if test="aeuC6C8NaToEu != null">aeu_c6_c8_na_to_eu = #{aeuC6C8NaToEu},</if>
|
|
|
+ <if test="aeuC6C8NaToYpc != null">aeu_c6_c8_na_to_ypc = #{aeuC6C8NaToYpc},</if>
|
|
|
+ <if test="aeuTotalFeed != null">aeu_total_feed = #{aeuTotalFeed},</if>
|
|
|
+ <if test="aeuOutput != null">aeu_output = #{aeuOutput},</if>
|
|
|
+ <if test="aeuTotalLoss != null">aeu_total_loss = #{aeuTotalLoss},</if>
|
|
|
+ <if test="aeuLossPercentage != null">aeu_loss_percentage = #{aeuLossPercentage},</if>
|
|
|
+ <if test="aeuFeedLoadPercentage != null">aeu_feed_load_percentage = #{aeuFeedLoadPercentage},</if>
|
|
|
+ <if test="pguAeuTotalFeed != null">pgu_aeu_total_feed = #{pguAeuTotalFeed},</if>
|
|
|
+ <if test="pguAeuOutput != null">pgu_aeu_output = #{pguAeuOutput},</if>
|
|
|
+ <if test="pguAeuTotalLoss != null">pgu_aeu_total_loss = #{pguAeuTotalLoss},</if>
|
|
|
+ <if test="pguAeuLossPercentage != null">pgu_aeu_loss_percentage = #{pguAeuLossPercentage},</if>
|
|
|
+ <if test="pguAeuFeedLoadPercentage != null">pgu_aeu_feed_load_percentage = #{pguAeuFeedLoadPercentage},</if>
|
|
|
+ </trim>
|
|
|
+ where report_date = #{reportDate}
|
|
|
+ </update>
|
|
|
+
|
|
|
<update id="deleteTDailyProductionReportById" parameterType="Long">
|
|
|
update t_daily_production_report set del_flag = 2 where id = #{id}
|
|
|
</update>
|