TElecdashboardRealtimeDao.xml 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
  3. <mapper namespace="io.renren.modules.aspen.dao.TElecdashboardRealtimeDao">
  4. <insert id="insertTElecdashboardRealtime" parameterType="io.renren.modules.aspen.entity.TElecdashboardRealtimeEntity">
  5. <selectKey keyProperty="id" resultType="long" order="BEFORE">
  6. SELECT SEQ_T_ELECDASHBOARD_REALTIME.NEXTVAL as id FROM DUAL
  7. </selectKey>
  8. insert into t_elecdashboard_realtime
  9. <trim prefix="(" suffix=")" suffixOverrides=",">
  10. <if test="id != null">id,</if>
  11. <if test="pullDate != null">pull_date,</if>
  12. <if test="gtg1PowerGenLevel != null">gtg1_power_gen_level,</if>
  13. <if test="gtg1Efficiency != null">gtg1_efficiency,</if>
  14. <if test="gtg2PowerGenLevel != null">gtg2_power_gen_level,</if>
  15. <if test="gtg2Efficiency != null">gtg2_efficiency,</if>
  16. <if test="gtg3PowerGenLevel != null">gtg3_power_gen_level,</if>
  17. <if test="gtg3Efficiency != null">gtg3_efficiency,</if>
  18. <if test="stgPowerGenLevel != null">stg_power_gen_level,</if>
  19. <if test="stgEfficiency != null">stg_efficiency,</if>
  20. <if test="totalPowerGen != null">total_power_gen,</if>
  21. <if test="totalEfficiency != null">total_efficiency,</if>
  22. <if test="steamHhp != null">steam_hhp,</if>
  23. <if test="steamHp != null">steam_hp,</if>
  24. <if test="steamMp != null">steam_mp,</if>
  25. <if test="steamLp != null">steam_lp,</if>
  26. <if test="gasRealTime != null">gas_real_time,</if>
  27. <if test="gasLeft != null">gas_left,</if>
  28. <if test="gasUsed != null">gas_used,</if>
  29. <if test="gasPlan != null">gas_plan,</if>
  30. <if test="gasElec != null">gas_elec,</if>
  31. <if test="gasSynGas != null">gas_syn_gas,</if>
  32. <if test="gasU2 != null">gas_u2,</if>
  33. <if test="gasStyrene != null">gas_styrene,</if>
  34. <if test="elecPowerGen != null">elec_power_gen,</if>
  35. <if test="elecPowerSwitch != null">elec_power_switch,</if>
  36. <if test="elecUsed != null">elec_used,</if>
  37. <if test="elecDiff != null">elec_diff,</if>
  38. <if test="elecBycUsed != null">elec_byc_used,</if>
  39. <if test="elecBocUsed != null">elec_boc_used,</if>
  40. <if test="carbonUsed != null">carbon_used,</if>
  41. <if test="carbonRealTime != null">carbon_real_time,</if>
  42. <if test="sub != null">sub,</if>
  43. <if test="subFurnaceLoad != null">sub_furnace_load,</if>
  44. <if test="hhpPphhp != null">hhp_pphhp,</if>
  45. <if test="hhpAaae != null">hhp_aaae,</if>
  46. <if test="hhpGaa != null">hhp_gaa,</if>
  47. <if test="hhpSyn != null">hhp_syn,</if>
  48. <if test="hhpP3802 != null">hhp_p3802,</if>
  49. <if test="hpLpg != null">hp_lpg,</if>
  50. <if test="hpSub != null">hp_sub,</if>
  51. <if test="hpNg != null">hp_ng,</if>
  52. <if test="hpJ1501 != null">hp_j1501,</if>
  53. <if test="hpJ1504In != null">hp_j1504_in,</if>
  54. <if test="hpJ1504Out != null">hp_j1504_out,</if>
  55. <if test="hpUser != null">hp_user,</if>
  56. <if test="mpNcipMp != null">mp_ncip_mp,</if>
  57. <if test="mp150511 != null">mp150511,</if>
  58. <if test="mp150512 != null">mp150512,</if>
  59. <if test="mpPpMp != null">mp_pp_mp,</if>
  60. <if test="mpP9801In != null">mp_p9801_in,</if>
  61. <if test="mpP9801Out != null">mp_p9801_out,</if>
  62. <if test="mpJ1502 != null">mp_j1502,</if>
  63. <if test="mpUser != null">mp_user,</if>
  64. <if test="lpPpLp != null">lp_pp_lp,</if>
  65. <if test="lpEmpty != null">lp_empty,</if>
  66. <if test="lpMpLetdown != null">lp_mp_letdown,</if>
  67. <if test="lpJ1509 != null">lp_j1509,</if>
  68. <if test="lpJ1503 != null">lp_j1503,</if>
  69. <if test="lpLdpeTs != null">lp_ldpe_ts,</if>
  70. <if test="lpLdpeDm != null">lp_ldpe_dm,</if>
  71. <if test="lpUser != null">lp_user,</if>
  72. <if test="bccSyn != null">bcc_syn,</if>
  73. <if test="bccYpc != null">bcc_ypc,</if>
  74. <if test="hrsg1SmokeConvert != null">hrsg1_smoke_convert,</if>
  75. <if test="hrsg1So2Convert != null">hrsg1_so2_convert,</if>
  76. <if test="hrsg1NoxConvert != null">hrsg1_nox_convert,</if>
  77. <if test="hrsg2SmokeConvert != null">hrsg2_smoke_convert,</if>
  78. <if test="hrsg2So2Convert != null">hrsg2_so2_convert,</if>
  79. <if test="hrsg2NoxConvert != null">hrsg2_nox_convert,</if>
  80. <if test="hrsg3SmokeConvert != null">hrsg3_smoke_convert,</if>
  81. <if test="hrsg3So2Convert != null">hrsg3_so2_convert,</if>
  82. <if test="hrsg3NoxConvert != null">hrsg3_nox_convert,</if>
  83. <if test="rainPh != null">rain_ph,</if>
  84. <if test="rainCod != null">rain_cod,</if>
  85. <if test="wastePh != null">waste_ph,</if>
  86. <if test="wasteCod != null">waste_cod,</if>
  87. <if test="gtg45ha1 != null">gtg45ha1,</if>
  88. <if test="gtg45ha2 != null">gtg45ha2,</if>
  89. <if test="gtg45ha3 != null">gtg45ha3,</if>
  90. <if test="gtg45ha4 != null">gtg45ha4,</if>
  91. <if test="gtg45ha5 != null">gtg45ha5,</if>
  92. <if test="gtg45ha6 != null">gtg45ha6,</if>
  93. <if test="gtg45ha7 != null">gtg45ha7,</if>
  94. <if test="gtg45ha8 != null">gtg45ha8,</if>
  95. <if test="gtg45ha9 != null">gtg45ha9,</if>
  96. <if test="gtg45ht1 != null">gtg45ht1,</if>
  97. <if test="gtg45ht2 != null">gtg45ht2,</if>
  98. <if test="gtg45ht3 != null">gtg45ht3,</if>
  99. <if test="gtg45ht4 != null">gtg45ht4,</if>
  100. <if test="gtg45ht5 != null">gtg45ht5,</if>
  101. <if test="gtg45ht6 != null">gtg45ht6,</if>
  102. <if test="qt61001 != null">qt61001,</if>
  103. <if test="qt61002 != null">qt61002,</if>
  104. <if test="qt61003 != null">qt61003,</if>
  105. <if test="qt61004 != null">qt61004,</if>
  106. <if test="qt61005 != null">qt61005,</if>
  107. <if test="qt61101 != null">qt61101,</if>
  108. <if test="qt61102 != null">qt61102,</if>
  109. <if test="qt61103 != null">qt61103,</if>
  110. <if test="qt61104 != null">qt61104,</if>
  111. <if test="qt61105 != null">qt61105,</if>
  112. <if test="qt76001 != null">qt76001,</if>
  113. <if test="qt76002 != null">qt76002,</if>
  114. <if test="qt76041 != null">qt76041,</if>
  115. <if test="qt80001 != null">qt80001,</if>
  116. <if test="qt80002 != null">qt80002,</if>
  117. <if test="qt80003 != null">qt80003,</if>
  118. <if test="qt91001 != null">qt91001,</if>
  119. <if test="qt91002 != null">qt91002,</if>
  120. <if test="qt91003 != null">qt91003,</if>
  121. <if test="qt91004 != null">qt91004,</if>
  122. <if test="qt91005 != null">qt91005,</if>
  123. <if test="qt91006 != null">qt91006,</if>
  124. <if test="qt91011 != null">qt91011,</if>
  125. <if test="qt91012 != null">qt91012,</if>
  126. <if test="qt91013 != null">qt91013,</if>
  127. <if test="at83001 != null">at83001,</if>
  128. <if test="at83002 != null">at83002,</if>
  129. <if test="at83003 != null">at83003,</if>
  130. <if test="at83004 != null">at83004,</if>
  131. <if test="qt12001 != null">qt12001,</if>
  132. <if test="qt12501 != null">qt12501,</if>
  133. <if test="qt12502 != null">qt12502,</if>
  134. <if test="qt22001 != null">qt22001,</if>
  135. <if test="qt22501 != null">qt22501,</if>
  136. <if test="qt22502 != null">qt22502,</if>
  137. <if test="qt32001 != null">qt32001,</if>
  138. <if test="qt32002 != null">qt32002,</if>
  139. <if test="qt32005 != null">qt32005,</if>
  140. <if test="qt32003 != null">qt32003,</if>
  141. <if test="qt32004 != null">qt32004,</if>
  142. <if test="ai82002 != null">ai82002,</if>
  143. <if test="ai82003 != null">ai82003,</if>
  144. <if test="ai82004 != null">ai82004,</if>
  145. <if test="ai82005 != null">ai82005,</if>
  146. <if test="ai82006 != null">ai82006,</if>
  147. <if test="ai82007 != null">ai82007,</if>
  148. <if test="ai82008 != null">ai82008,</if>
  149. <if test="ai82009 != null">ai82009,</if>
  150. <if test="ai82010 != null">ai82010,</if>
  151. <if test="ai82011 != null">ai82011,</if>
  152. <if test="ai82101 != null">ai82101,</if>
  153. <if test="ai82102 != null">ai82102,</if>
  154. <if test="ai82103 != null">ai82103,</if>
  155. <if test="ai82104 != null">ai82104,</if>
  156. <if test="ai82105 != null">ai82105,</if>
  157. <if test="ai82106 != null">ai82106,</if>
  158. <if test="ai82107 != null">ai82107,</if>
  159. <if test="ai82108 != null">ai82108,</if>
  160. <if test="ai82109 != null">ai82109,</if>
  161. <if test="ai82110 != null">ai82110,</if>
  162. <if test="ai82111 != null">ai82111,</if>
  163. <if test="ai82112 != null">ai82112,</if>
  164. <if test="ai82113 != null">ai82113,</if>
  165. <if test="hrsg1Ai82201 != null">hrsg1_ai82201,</if>
  166. <if test="hrsg1Ai82202 != null">hrsg1_ai82202,</if>
  167. <if test="hrsg1Ai82203 != null">hrsg1_ai82203,</if>
  168. <if test="hrsg1Ai82204 != null">hrsg1_ai82204,</if>
  169. <if test="hrsg1Ai82205 != null">hrsg1_ai82205,</if>
  170. <if test="hrsg1Ai82206 != null">hrsg1_ai82206,</if>
  171. <if test="hrsg1Ai82207 != null">hrsg1_ai82207,</if>
  172. <if test="hrsg1Ai82208 != null">hrsg1_ai82208,</if>
  173. <if test="hrsg1Ai82209 != null">hrsg1_ai82209,</if>
  174. <if test="hrsg1Ai82210 != null">hrsg1_ai82210,</if>
  175. <if test="hrsg1Ai82211 != null">hrsg1_ai82211,</if>
  176. <if test="hrsg1Ai82212 != null">hrsg1_ai82212,</if>
  177. <if test="hrsg1Air12551 != null">hrsg1_air12551,</if>
  178. <if test="hrsg1Air12552 != null">hrsg1_air12552,</if>
  179. <if test="hrsg1Air12553 != null">hrsg1_air12553,</if>
  180. <if test="hrsg1Air12554 != null">hrsg1_air12554,</if>
  181. <if test="hrsg1Air12555 != null">hrsg1_air12555,</if>
  182. <if test="hrsg1Air12556 != null">hrsg1_air12556,</if>
  183. <if test="hrsg1Air12557 != null">hrsg1_air12557,</if>
  184. <if test="hrsg1Air12558 != null">hrsg1_air12558,</if>
  185. <if test="hrsg2Ai82301 != null">hrsg2_ai82301,</if>
  186. <if test="hrsg2Ai82302 != null">hrsg2_ai82302,</if>
  187. <if test="hrsg2Ai82303 != null">hrsg2_ai82303,</if>
  188. <if test="hrsg2Ai82304 != null">hrsg2_ai82304,</if>
  189. <if test="hrsg2Ai82305 != null">hrsg2_ai82305,</if>
  190. <if test="hrsg2Ai82306 != null">hrsg2_ai82306,</if>
  191. <if test="hrsg2Ai82307 != null">hrsg2_ai82307,</if>
  192. <if test="hrsg2Ai82308 != null">hrsg2_ai82308,</if>
  193. <if test="hrsg2Ai82309 != null">hrsg2_ai82309,</if>
  194. <if test="hrsg2Ai82310 != null">hrsg2_ai82310,</if>
  195. <if test="hrsg2Ai82311 != null">hrsg2_ai82311,</if>
  196. <if test="hrsg2Ai82312 != null">hrsg2_ai82312,</if>
  197. <if test="hrsg2Air22551 != null">hrsg2_air22551,</if>
  198. <if test="hrsg2Air22552 != null">hrsg2_air22552,</if>
  199. <if test="hrsg2Air22553 != null">hrsg2_air22553,</if>
  200. <if test="hrsg2Air22554 != null">hrsg2_air22554,</if>
  201. <if test="hrsg2Air22555 != null">hrsg2_air22555,</if>
  202. <if test="hrsg2Air22556 != null">hrsg2_air22556,</if>
  203. <if test="hrsg2Air22557 != null">hrsg2_air22557,</if>
  204. <if test="hrsg2Air22558 != null">hrsg2_air22558,</if>
  205. <if test="hrsg2Qi22240 != null">hrsg2_qi22240,</if>
  206. <if test="hrsg2Qi22241 != null">hrsg2_qi22241,</if>
  207. <if test="hrsg2Qi22242 != null">hrsg2_qi22242,</if>
  208. <if test="hrsg3Ai82401 != null">hrsg3_ai82401,</if>
  209. <if test="hrsg3Ai82402 != null">hrsg3_ai82402,</if>
  210. <if test="hrsg3Ai82403 != null">hrsg3_ai82403,</if>
  211. <if test="hrsg3Ai82404 != null">hrsg3_ai82404,</if>
  212. <if test="hrsg3Ai82405 != null">hrsg3_ai82405,</if>
  213. <if test="hrsg3Ai82406 != null">hrsg3_ai82406,</if>
  214. <if test="hrsg3Ai82407 != null">hrsg3_ai82407,</if>
  215. <if test="hrsg3Ai82408 != null">hrsg3_ai82408,</if>
  216. <if test="hrsg3Ai82409 != null">hrsg3_ai82409,</if>
  217. <if test="hrsg3Ai82410 != null">hrsg3_ai82410,</if>
  218. <if test="hrsg3Ai82411 != null">hrsg3_ai82411,</if>
  219. <if test="hrsg3Ai82412 != null">hrsg3_ai82412,</if>
  220. <if test="hrsg3Air32551 != null">hrsg3_air32551,</if>
  221. <if test="hrsg3Air32552 != null">hrsg3_air32552,</if>
  222. <if test="hrsg3Air32553 != null">hrsg3_air32553,</if>
  223. <if test="hrsg3Air32554 != null">hrsg3_air32554,</if>
  224. <if test="hrsg3Air32555 != null">hrsg3_air32555,</if>
  225. <if test="hrsg3Air32556 != null">hrsg3_air32556,</if>
  226. <if test="hrsg3Air32557 != null">hrsg3_air32557,</if>
  227. <if test="hrsg3Air32558 != null">hrsg3_air32558,</if>
  228. <if test="hrsg3Qi32240 != null">hrsg3_qi32240,</if>
  229. <if test="hrsg3Qi32241 != null">hrsg3_qi32241,</if>
  230. <if test="hrsg3Qi32242 != null">hrsg3_qi32242,</if>
  231. </trim>
  232. <trim prefix="values (" suffix=")" suffixOverrides=",">
  233. <if test="id != null">#{id},</if>
  234. <if test="pullDate != null">#{pullDate},</if>
  235. <if test="gtg1PowerGenLevel != null">#{gtg1PowerGenLevel},</if>
  236. <if test="gtg1Efficiency != null">#{gtg1Efficiency},</if>
  237. <if test="gtg2PowerGenLevel != null">#{gtg2PowerGenLevel},</if>
  238. <if test="gtg2Efficiency != null">#{gtg2Efficiency},</if>
  239. <if test="gtg3PowerGenLevel != null">#{gtg3PowerGenLevel},</if>
  240. <if test="gtg3Efficiency != null">#{gtg3Efficiency},</if>
  241. <if test="stgPowerGenLevel != null">#{stgPowerGenLevel},</if>
  242. <if test="stgEfficiency != null">#{stgEfficiency},</if>
  243. <if test="totalPowerGen != null">#{totalPowerGen},</if>
  244. <if test="totalEfficiency != null">#{totalEfficiency},</if>
  245. <if test="steamHhp != null">#{steamHhp},</if>
  246. <if test="steamHp != null">#{steamHp},</if>
  247. <if test="steamMp != null">#{steamMp},</if>
  248. <if test="steamLp != null">#{steamLp},</if>
  249. <if test="gasRealTime != null">#{gasRealTime},</if>
  250. <if test="gasLeft != null">#{gasLeft},</if>
  251. <if test="gasUsed != null">#{gasUsed},</if>
  252. <if test="gasPlan != null">#{gasPlan},</if>
  253. <if test="gasElec != null">#{gasElec},</if>
  254. <if test="gasSynGas != null">#{gasSynGas},</if>
  255. <if test="gasU2 != null">#{gasU2},</if>
  256. <if test="gasStyrene != null">#{gasStyrene},</if>
  257. <if test="elecPowerGen != null">#{elecPowerGen},</if>
  258. <if test="elecPowerSwitch != null">#{elecPowerSwitch},</if>
  259. <if test="elecUsed != null">#{elecUsed},</if>
  260. <if test="elecDiff != null">#{elecDiff},</if>
  261. <if test="elecBycUsed != null">#{elecBycUsed},</if>
  262. <if test="elecBocUsed != null">#{elecBocUsed},</if>
  263. <if test="carbonUsed != null">#{carbonUsed},</if>
  264. <if test="carbonRealTime != null">#{carbonRealTime},</if>
  265. <if test="sub != null">#{sub},</if>
  266. <if test="subFurnaceLoad != null">#{subFurnaceLoad},</if>
  267. <if test="hhpPphhp != null">#{hhpPphhp},</if>
  268. <if test="hhpAaae != null">#{hhpAaae},</if>
  269. <if test="hhpGaa != null">#{hhpGaa},</if>
  270. <if test="hhpSyn != null">#{hhpSyn},</if>
  271. <if test="hhpP3802 != null">#{hhpP3802},</if>
  272. <if test="hpLpg != null">#{hpLpg},</if>
  273. <if test="hpSub != null">#{hpSub},</if>
  274. <if test="hpNg != null">#{hpNg},</if>
  275. <if test="hpJ1501 != null">#{hpJ1501},</if>
  276. <if test="hpJ1504In != null">#{hpJ1504In},</if>
  277. <if test="hpJ1504Out != null">#{hpJ1504Out},</if>
  278. <if test="hpUser != null">#{hpUser},</if>
  279. <if test="mpNcipMp != null">#{mpNcipMp},</if>
  280. <if test="mp150511 != null">#{mp150511},</if>
  281. <if test="mp150512 != null">#{mp150512},</if>
  282. <if test="mpPpMp != null">#{mpPpMp},</if>
  283. <if test="mpP9801In != null">#{mpP9801In},</if>
  284. <if test="mpP9801Out != null">#{mpP9801Out},</if>
  285. <if test="mpJ1502 != null">#{mpJ1502},</if>
  286. <if test="mpUser != null">#{mpUser},</if>
  287. <if test="lpPpLp != null">#{lpPpLp},</if>
  288. <if test="lpEmpty != null">#{lpEmpty},</if>
  289. <if test="lpMpLetdown != null">#{lpMpLetdown},</if>
  290. <if test="lpJ1509 != null">#{lpJ1509},</if>
  291. <if test="lpJ1503 != null">#{lpJ1503},</if>
  292. <if test="lpLdpeTs != null">#{lpLdpeTs},</if>
  293. <if test="lpLdpeDm != null">#{lpLdpeDm},</if>
  294. <if test="lpUser != null">#{lpUser},</if>
  295. <if test="bccSyn != null">#{bccSyn},</if>
  296. <if test="bccYpc != null">#{bccYpc},</if>
  297. <if test="hrsg1SmokeConvert != null">#{hrsg1SmokeConvert},</if>
  298. <if test="hrsg1So2Convert != null">#{hrsg1So2Convert},</if>
  299. <if test="hrsg1NoxConvert != null">#{hrsg1NoxConvert},</if>
  300. <if test="hrsg2SmokeConvert != null">#{hrsg2SmokeConvert},</if>
  301. <if test="hrsg2So2Convert != null">#{hrsg2So2Convert},</if>
  302. <if test="hrsg2NoxConvert != null">#{hrsg2NoxConvert},</if>
  303. <if test="hrsg3SmokeConvert != null">#{hrsg3SmokeConvert},</if>
  304. <if test="hrsg3So2Convert != null">#{hrsg3So2Convert},</if>
  305. <if test="hrsg3NoxConvert != null">#{hrsg3NoxConvert},</if>
  306. <if test="rainPh != null">#{rainPh},</if>
  307. <if test="rainCod != null">#{rainCod},</if>
  308. <if test="wastePh != null">#{wastePh},</if>
  309. <if test="wasteCod != null">#{wasteCod},</if>
  310. <if test="gtg45ha1 != null">#{gtg45ha1},</if>
  311. <if test="gtg45ha2 != null">#{gtg45ha2},</if>
  312. <if test="gtg45ha3 != null">#{gtg45ha3},</if>
  313. <if test="gtg45ha4 != null">#{gtg45ha4},</if>
  314. <if test="gtg45ha5 != null">#{gtg45ha5},</if>
  315. <if test="gtg45ha6 != null">#{gtg45ha6},</if>
  316. <if test="gtg45ha7 != null">#{gtg45ha7},</if>
  317. <if test="gtg45ha8 != null">#{gtg45ha8},</if>
  318. <if test="gtg45ha9 != null">#{gtg45ha9},</if>
  319. <if test="gtg45ht1 != null">#{gtg45ht1},</if>
  320. <if test="gtg45ht2 != null">#{gtg45ht2},</if>
  321. <if test="gtg45ht3 != null">#{gtg45ht3},</if>
  322. <if test="gtg45ht4 != null">#{gtg45ht4},</if>
  323. <if test="gtg45ht5 != null">#{gtg45ht5},</if>
  324. <if test="gtg45ht6 != null">#{gtg45ht6},</if>
  325. <if test="qt61001 != null">#{qt61001},</if>
  326. <if test="qt61002 != null">#{qt61002},</if>
  327. <if test="qt61003 != null">#{qt61003},</if>
  328. <if test="qt61004 != null">#{qt61004},</if>
  329. <if test="qt61005 != null">#{qt61005},</if>
  330. <if test="qt61101 != null">#{qt61101},</if>
  331. <if test="qt61102 != null">#{qt61102},</if>
  332. <if test="qt61103 != null">#{qt61103},</if>
  333. <if test="qt61104 != null">#{qt61104},</if>
  334. <if test="qt61105 != null">#{qt61105},</if>
  335. <if test="qt76001 != null">#{qt76001},</if>
  336. <if test="qt76002 != null">#{qt76002},</if>
  337. <if test="qt76041 != null">#{qt76041},</if>
  338. <if test="qt80001 != null">#{qt80001},</if>
  339. <if test="qt80002 != null">#{qt80002},</if>
  340. <if test="qt80003 != null">#{qt80003},</if>
  341. <if test="qt91001 != null">#{qt91001},</if>
  342. <if test="qt91002 != null">#{qt91002},</if>
  343. <if test="qt91003 != null">#{qt91003},</if>
  344. <if test="qt91004 != null">#{qt91004},</if>
  345. <if test="qt91005 != null">#{qt91005},</if>
  346. <if test="qt91006 != null">#{qt91006},</if>
  347. <if test="qt91011 != null">#{qt91011},</if>
  348. <if test="qt91012 != null">#{qt91012},</if>
  349. <if test="qt91013 != null">#{qt91013},</if>
  350. <if test="at83001 != null">#{at83001},</if>
  351. <if test="at83002 != null">#{at83002},</if>
  352. <if test="at83003 != null">#{at83003},</if>
  353. <if test="at83004 != null">#{at83004},</if>
  354. <if test="qt12001 != null">#{qt12001},</if>
  355. <if test="qt12501 != null">#{qt12501},</if>
  356. <if test="qt12502 != null">#{qt12502},</if>
  357. <if test="qt22001 != null">#{qt22001},</if>
  358. <if test="qt22501 != null">#{qt22501},</if>
  359. <if test="qt22502 != null">#{qt22502},</if>
  360. <if test="qt32001 != null">#{qt32001},</if>
  361. <if test="qt32002 != null">#{qt32002},</if>
  362. <if test="qt32005 != null">#{qt32005},</if>
  363. <if test="qt32003 != null">#{qt32003},</if>
  364. <if test="qt32004 != null">#{qt32004},</if>
  365. <if test="ai82002 != null">#{ai82002},</if>
  366. <if test="ai82003 != null">#{ai82003},</if>
  367. <if test="ai82004 != null">#{ai82004},</if>
  368. <if test="ai82005 != null">#{ai82005},</if>
  369. <if test="ai82006 != null">#{ai82006},</if>
  370. <if test="ai82007 != null">#{ai82007},</if>
  371. <if test="ai82008 != null">#{ai82008},</if>
  372. <if test="ai82009 != null">#{ai82009},</if>
  373. <if test="ai82010 != null">#{ai82010},</if>
  374. <if test="ai82011 != null">#{ai82011},</if>
  375. <if test="ai82101 != null">#{ai82101},</if>
  376. <if test="ai82102 != null">#{ai82102},</if>
  377. <if test="ai82103 != null">#{ai82103},</if>
  378. <if test="ai82104 != null">#{ai82104},</if>
  379. <if test="ai82105 != null">#{ai82105},</if>
  380. <if test="ai82106 != null">#{ai82106},</if>
  381. <if test="ai82107 != null">#{ai82107},</if>
  382. <if test="ai82108 != null">#{ai82108},</if>
  383. <if test="ai82109 != null">#{ai82109},</if>
  384. <if test="ai82110 != null">#{ai82110},</if>
  385. <if test="ai82111 != null">#{ai82111},</if>
  386. <if test="ai82112 != null">#{ai82112},</if>
  387. <if test="ai82113 != null">#{ai82113},</if>
  388. <if test="hrsg1Ai82201 != null">#{hrsg1Ai82201},</if>
  389. <if test="hrsg1Ai82202 != null">#{hrsg1Ai82202},</if>
  390. <if test="hrsg1Ai82203 != null">#{hrsg1Ai82203},</if>
  391. <if test="hrsg1Ai82204 != null">#{hrsg1Ai82204},</if>
  392. <if test="hrsg1Ai82205 != null">#{hrsg1Ai82205},</if>
  393. <if test="hrsg1Ai82206 != null">#{hrsg1Ai82206},</if>
  394. <if test="hrsg1Ai82207 != null">#{hrsg1Ai82207},</if>
  395. <if test="hrsg1Ai82208 != null">#{hrsg1Ai82208},</if>
  396. <if test="hrsg1Ai82209 != null">#{hrsg1Ai82209},</if>
  397. <if test="hrsg1Ai82210 != null">#{hrsg1Ai82210},</if>
  398. <if test="hrsg1Ai82211 != null">#{hrsg1Ai82211},</if>
  399. <if test="hrsg1Ai82212 != null">#{hrsg1Ai82212},</if>
  400. <if test="hrsg1Air12551 != null">#{hrsg1Air12551},</if>
  401. <if test="hrsg1Air12552 != null">#{hrsg1Air12552},</if>
  402. <if test="hrsg1Air12553 != null">#{hrsg1Air12553},</if>
  403. <if test="hrsg1Air12554 != null">#{hrsg1Air12554},</if>
  404. <if test="hrsg1Air12555 != null">#{hrsg1Air12555},</if>
  405. <if test="hrsg1Air12556 != null">#{hrsg1Air12556},</if>
  406. <if test="hrsg1Air12557 != null">#{hrsg1Air12557},</if>
  407. <if test="hrsg1Air12558 != null">#{hrsg1Air12558},</if>
  408. <if test="hrsg2Ai82301 != null">#{hrsg2Ai82301},</if>
  409. <if test="hrsg2Ai82302 != null">#{hrsg2Ai82302},</if>
  410. <if test="hrsg2Ai82303 != null">#{hrsg2Ai82303},</if>
  411. <if test="hrsg2Ai82304 != null">#{hrsg2Ai82304},</if>
  412. <if test="hrsg2Ai82305 != null">#{hrsg2Ai82305},</if>
  413. <if test="hrsg2Ai82306 != null">#{hrsg2Ai82306},</if>
  414. <if test="hrsg2Ai82307 != null">#{hrsg2Ai82307},</if>
  415. <if test="hrsg2Ai82308 != null">#{hrsg2Ai82308},</if>
  416. <if test="hrsg2Ai82309 != null">#{hrsg2Ai82309},</if>
  417. <if test="hrsg2Ai82310 != null">#{hrsg2Ai82310},</if>
  418. <if test="hrsg2Ai82311 != null">#{hrsg2Ai82311},</if>
  419. <if test="hrsg2Ai82312 != null">#{hrsg2Ai82312},</if>
  420. <if test="hrsg2Air22551 != null">#{hrsg2Air22551},</if>
  421. <if test="hrsg2Air22552 != null">#{hrsg2Air22552},</if>
  422. <if test="hrsg2Air22553 != null">#{hrsg2Air22553},</if>
  423. <if test="hrsg2Air22554 != null">#{hrsg2Air22554},</if>
  424. <if test="hrsg2Air22555 != null">#{hrsg2Air22555},</if>
  425. <if test="hrsg2Air22556 != null">#{hrsg2Air22556},</if>
  426. <if test="hrsg2Air22557 != null">#{hrsg2Air22557},</if>
  427. <if test="hrsg2Air22558 != null">#{hrsg2Air22558},</if>
  428. <if test="hrsg2Qi22240 != null">#{hrsg2Qi22240},</if>
  429. <if test="hrsg2Qi22241 != null">#{hrsg2Qi22241},</if>
  430. <if test="hrsg2Qi22242 != null">#{hrsg2Qi22242},</if>
  431. <if test="hrsg3Ai82401 != null">#{hrsg3Ai82401},</if>
  432. <if test="hrsg3Ai82402 != null">#{hrsg3Ai82402},</if>
  433. <if test="hrsg3Ai82403 != null">#{hrsg3Ai82403},</if>
  434. <if test="hrsg3Ai82404 != null">#{hrsg3Ai82404},</if>
  435. <if test="hrsg3Ai82405 != null">#{hrsg3Ai82405},</if>
  436. <if test="hrsg3Ai82406 != null">#{hrsg3Ai82406},</if>
  437. <if test="hrsg3Ai82407 != null">#{hrsg3Ai82407},</if>
  438. <if test="hrsg3Ai82408 != null">#{hrsg3Ai82408},</if>
  439. <if test="hrsg3Ai82409 != null">#{hrsg3Ai82409},</if>
  440. <if test="hrsg3Ai82410 != null">#{hrsg3Ai82410},</if>
  441. <if test="hrsg3Ai82411 != null">#{hrsg3Ai82411},</if>
  442. <if test="hrsg3Ai82412 != null">#{hrsg3Ai82412},</if>
  443. <if test="hrsg3Air32551 != null">#{hrsg3Air32551},</if>
  444. <if test="hrsg3Air32552 != null">#{hrsg3Air32552},</if>
  445. <if test="hrsg3Air32553 != null">#{hrsg3Air32553},</if>
  446. <if test="hrsg3Air32554 != null">#{hrsg3Air32554},</if>
  447. <if test="hrsg3Air32555 != null">#{hrsg3Air32555},</if>
  448. <if test="hrsg3Air32556 != null">#{hrsg3Air32556},</if>
  449. <if test="hrsg3Air32557 != null">#{hrsg3Air32557},</if>
  450. <if test="hrsg3Air32558 != null">#{hrsg3Air32558},</if>
  451. <if test="hrsg3Qi32240 != null">#{hrsg3Qi32240},</if>
  452. <if test="hrsg3Qi32241 != null">#{hrsg3Qi32241},</if>
  453. <if test="hrsg3Qi32242 != null">#{hrsg3Qi32242},</if>
  454. </trim>
  455. </insert>
  456. <!-- 清空电厂大屏实时数据表 -->
  457. <!-- 保留日期最靠前的一条实时数据,其余过期数据全部物理删除,释放空间 -->
  458. <delete id="deleteTElecdashboardRealtime">
  459. delete * from t_elecdashboard_realtime
  460. where pull_date != ( select max(pull_date) from t_elecdashboard_realtime)
  461. </delete>
  462. </mapper>