TXinyiBigTableDayMapper.xml 93 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!DOCTYPE mapper
  3. PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
  4. "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
  5. <mapper namespace="com.slibra.business.mapper.TXinyiBigTableDayMapper">
  6. <resultMap type="TXinyiBigTableDay" id="TXinyiBigTableDayResult">
  7. <result property="ID" column="ID" />
  8. <result property="testDate" column="TEST_DATE" />
  9. <result property="gyJsCod" column="GY_JS_COD" />
  10. <result property="gyJsPh" column="GY_JS_PH" />
  11. <result property="gyJsSs" column="GY_JS_SS" />
  12. <result property="gyJsTp" column="GY_JS_TP" />
  13. <result property="gyJsTn" column="GY_JS_TN" />
  14. <result property="gyJsNh3" column="GY_JS_NH3" />
  15. <result property="gyJsSwPh" column="GY_JS_SW_PH" />
  16. <result property="gyJsBfyw" column="GY_JS_BFYW" />
  17. <result property="gyCsSlqc" column="GY_CS_SLQC" />
  18. <result property="gyCsCod" column="GY_CS_COD" />
  19. <result property="gyCsPh" column="GY_CS_PH" />
  20. <result property="gyCsSs" column="GY_CS_SS" />
  21. <result property="gyCsTn" column="GY_CS_TN" />
  22. <result property="gyCsTp" column="GY_CS_TP" />
  23. <result property="gyCsNh3" column="GY_CS_NH3" />
  24. <result property="gyOneHyzdDo" column="GY_ONE_HYZD_DO" />
  25. <result property="gyOneHymdDo" column="GY_ONE_HYMD_DO" />
  26. <result property="gyTwoHyzdDo" column="GY_TWO_HYZD_DO" />
  27. <result property="gyTwoHymdDo" column="GY_TWO_HYMD_DO" />
  28. <result property="gyOneMlss" column="GY_ONE_MLSS" />
  29. <result property="gyTwoMlss" column="GY_TWO_MLSS" />
  30. <result property="gyJsTds" column="GY_JS_TDS" />
  31. <result property="gyJsSlq" column="GY_JS_SLQ" />
  32. <result property="gyNHlbOneGp" column="GY_N_HLB_ONE_GP" />
  33. <result property="gyNHlbTwoGp" column="GY_N_HLB_TWO_GP" />
  34. <result property="gyNHlbThreeGp" column="GY_N_HLB_THREE_GP" />
  35. <result property="gyNHlbFourGp" column="GY_N_HLB_FOUR_GP" />
  36. <result property="gyNhlBFiveGp" column="GY_NHL_B_FIVE_GP" />
  37. <result property="gyNHlbSixGp" column="GY_N_HLB_SIX_GP" />
  38. <result property="gyWHlbOneGp" column="GY_W_HLB_ONE_GP" />
  39. <result property="gyWHlbTwoGp" column="GY_W_HLB_TWO_GP" />
  40. <result property="gyWHlbThreeGp" column="GY_W_HLB_THREE_GP" />
  41. <result property="gyWHlbFourGp" column="GY_W_HLB_FOUR_GP" />
  42. <result property="gyWHlbFiveGp" column="GY_W_HLB_FIVE_GP" />
  43. <result property="gyFjOne" column="GY_FJ_ONE" />
  44. <result property="gyFjTwo" column="GY_FJ_TWO" />
  45. <result property="gyFjThree" column="GY_FJ_THREE" />
  46. <result property="gyFjFour" column="GY_FJ_FOUR" />
  47. <result property="gyFjFive" column="GY_FJ_FIVE" />
  48. <result property="gyFjSix" column="GY_FJ_SIX" />
  49. <result property="gyKqllOne" column="GY_KQLL_ONE" />
  50. <result property="gyKqllTwo" column="GY_KQLL_TWO" />
  51. <result property="gyKqllThree" column="GY_KQLL_THREE" />
  52. <result property="gyKqllFour" column="GY_KQLL_FOUR" />
  53. <result property="gyKqllFive" column="GY_KQLL_FIVE" />
  54. <result property="gyKqllSix" column="GY_KQLL_SIX" />
  55. <result property="gySjtyjly" column="GY_SJTYJLY" />
  56. <result property="gyCljyssll" column="GY_CLJYSSLL" />
  57. <result property="gyHycRjyAll" column="GY_HYC_RJY_ALL" />
  58. <result property="gyHycRjyZdAll" column="GY_HYC_RJY_ZD_ALL" />
  59. <result property="gyHycWnndAll" column="GY_HYC_WNND_ALL" />
  60. <result property="gyClP04Ycz" column="GY_CL_P04_YCZ" />
  61. <result property="rbJsCod" column="RB_JS_COD" />
  62. <result property="rbJsPh" column="RB_JS_PH" />
  63. <result property="rbJsBod5" column="RB_JS_BOD5" />
  64. <result property="rbJsSs" column="RB_JS_SS" />
  65. <result property="rbJsNh3" column="RB_JS_NH3" />
  66. <result property="rbJsTn" column="RB_JS_TN" />
  67. <result property="rbJsTp" column="RB_JS_TP" />
  68. <result property="rbJsDcgj" column="RB_JS_DCGJ" />
  69. <result property="rbCsCod" column="RB_CS_COD" />
  70. <result property="rbCsPh" column="RB_CS_PH" />
  71. <result property="rbCsBod5" column="RB_CS_BOD5" />
  72. <result property="rbCsSs" column="RB_CS_SS" />
  73. <result property="rbCsNh3" column="RB_CS_NH3" />
  74. <result property="rbCsTn" column="RB_CS_TN" />
  75. <result property="rbCsTp" column="RB_CS_TP" />
  76. <result property="rbCsDcgj" column="RB_CS_DCGJ" />
  77. <result property="rbJsSw" column="RB_JS_SW" />
  78. <result property="rbCsSw" column="RB_CS_SW" />
  79. <result property="rbShcOnePh" column="RB_SHC_ONE_PH" />
  80. <result property="rbShcTwoPh" column="RB_SHC_TWO_PH" />
  81. <result property="rbShcHyOneSv" column="RB_SHC_HY_ONE_SV" />
  82. <result property="rbShcHyTwoSv" column="RB_SHC_HY_TWO_SV" />
  83. <result property="rbShcHyOneSvi" column="RB_SHC_HY_ONE_SVI" />
  84. <result property="rbShcHyTwoSvi" column="RB_SHC_HY_TWO_SVI" />
  85. <result property="rbShcHyOneMlss" column="RB_SHC_HY_ONE_MLSS" />
  86. <result property="rbShcHyTwoMlss" column="RB_SHC_HY_TWO_MLSS" />
  87. <result property="rbShcHyOneMlvss" column="RB_SHC_HY_ONE_MLVSS" />
  88. <result property="rbShcHyTwoMlvss" column="RB_SHC_HY_TWO_MLVSS" />
  89. <result property="rbShcYyOneDo" column="RB_SHC_YY_ONE_DO" />
  90. <result property="rbShcYyTwoDo" column="RB_SHC_YY_TWO_DO" />
  91. <result property="rbShcQyOneDo" column="RB_SHC_QY_ONE_DO" />
  92. <result property="rbShcQyTwoDo" column="RB_SHC_QY_TWO_DO" />
  93. <result property="rbShcHyOneDo" column="RB_SHC_HY_ONE_DO" />
  94. <result property="rbShcHyTwoDo" column="RB_SHC_HY_TWO_DO" />
  95. <result property="rbJsl" column="RB_JSL" />
  96. <result property="rbCsl" column="RB_CSL" />
  97. <result property="rbSdclcxsl" column="RB_SDCLCXSL" />
  98. <result property="rbQsb" column="RB_QSB" />
  99. <result property="rbFM" column="RB_F_M" />
  100. <result property="rbYyHrt" column="RB_YY_HRT" />
  101. <result property="rbHyHrt" column="RB_HY_HRT" />
  102. <result property="rbQyHrt" column="RB_QY_HRT" />
  103. <result property="rbNhlR" column="RB_NHL_R" />
  104. <result property="rbWhlR" column="RB_WHL_R" />
  105. <result property="rbSrt" column="RB_SRT" />
  106. <result property="rbCnl" column="RB_CNL" />
  107. <result property="rbTyqBod5Tn" column="RB_TYQ_BOD5_TN" />
  108. <result property="rbTyhBod5Tn" column="RB_TYH_BOD5_TN" />
  109. <result property="rbHycRjyAll" column="RB_HYC_RJY_ALL" />
  110. <result property="rbHycWnndAll" column="RB_HYC_WNND_ALL" />
  111. <result property="rbYycRjyAll" column="RB_YYC_RJY_ALL" />
  112. <result property="rbQycRjyAll" column="RB_QYC_RJY_ALL" />
  113. <result property="rbWncjbAll" column="RB_WNCJB_ALL" />
  114. <result property="rbWntjzsAll" column="RB_WNTJZS_ALL" />
  115. <result property="rbHfxwnndAll" column="RB_HFXWNND_ALL" />
  116. <result property="rbChuniliang" column="RB_CHUNILIANG" />
  117. <result property="rbCnhsl" column="RB_CNHSL" />
  118. <result property="rbGwnl" column="RB_GWNL" />
  119. <result property="rbDf" column="RB_DF" />
  120. <result property="rbXnjf" column="RB_XNJF" />
  121. <result property="rbClf" column="RB_CLF" />
  122. <result property="rbTyf" column="RB_TYF" />
  123. <result property="rbXdjf" column="RB_XDJF" />
  124. <result property="rbQtyjf" column="RB_QTYJF" />
  125. <result property="rbCnf" column="RB_CNF" />
  126. <result property="rbZlsf" column="RB_ZLSF" />
  127. <result property="rbZjcb" column="RB_ZJCB" />
  128. <result property="rbDwcb" column="RB_DWCB" />
  129. <result property="hyCodYb" column="HY_COD_YB" />
  130. <result property="hyCodJqr" column="HY_COD_JQR" />
  131. <result property="hyCodYz" column="HY_COD_YZ" />
  132. <result property="hyTpHl1Jqr" column="HY_TP_HL1_JQR" />
  133. <result property="hyTpHl2Jqr" column="HY_TP_HL2_JQR" />
  134. <result property="hyTpRccJqr" column="HY_TP_RCC_JQR" />
  135. <result property="hyTp1Yz" column="HY_TP_1_YZ" />
  136. <result property="hyTp2Yz" column="HY_TP_2_YZ" />
  137. <result property="hyTpRccYz" column="HY_TP_RCC_YZ" />
  138. <result property="hyNh31Jqr" column="HY_NH3_1_JQR" />
  139. <result property="hyNh32Jqr" column="HY_NH3_2_JQR" />
  140. <result property="hyNh31Yz" column="HY_NH3_1_YZ" />
  141. <result property="hyNo3Hlc1Yz" column="HY_NO3_HLC1_YZ" />
  142. <result property="hyNh32Yz" column="HY_NH3_2_YZ" />
  143. <result property="hyNo3Hlc2Yz" column="HY_NO3_HLC2_YZ" />
  144. <result property="hyNo3Hlj1Jqr" column="HY_NO3_HLJ1_JQR" />
  145. <result property="hyNo3Hlj2Jqr" column="HY_NO3_HLJ2_JQR" />
  146. <result property="hyTyll" column="HY_TYLL" />
  147. <result property="hyNo3Qyc1Jqr" column="HY_NO3_QYC_1_JQR" />
  148. <result property="hyNo3Qyc2Jqr" column="HY_NO3_QYC_2_JQR" />
  149. <result property="hyNo3Qyc1Yz" column="HY_NO3_QYC_1_YZ" />
  150. <result property="hyNo3Qyc2Yz" column="HY_NO3_QYC_2_YZ" />
  151. <result property="hyJsll" column="HY_JSLL" />
  152. <result property="hyHycxsyAll" column="HY_HYCXSY_ALL" />
  153. <result property="hyQyanAll" column="HY_QYAN_ALL" />
  154. <result property="hyQyckxsyAll" column="HY_QYCKXSY_ALL" />
  155. <result property="hyHyzlsyAll" column="HY_HYZLSY_ALL" />
  156. <result property="jsJsTdb" column="JS_JS_TDB" />
  157. <result property="jsJsTlb" column="JS_JS_TLB" />
  158. <result property="jsJsBodBCod" column="JS_JS_BOD_B_COD" />
  159. <result property="jsYyqHrt" column="JS_YYQ_HRT" />
  160. <result property="jsQyqHrt" column="JS_QYQ_HRT" />
  161. <result property="jsHyqHrt" column="JS_HYQ_HRT" />
  162. <result property="jsHfxwnndzb" column="JS_HFXWNNDZB" />
  163. <result property="jsFM" column="JS_F_M" />
  164. <result property="jsGsls" column="JS_GSLS" />
  165. <result property="jsGslsOne" column="JS_GSLS_ONE" />
  166. <result property="jsGslsTwo" column="JS_GSLS_TWO" />
  167. <result property="jsXgsGsls" column="JS_XGS_GSLS" />
  168. <result property="jsXlcscBmfh" column="JS_XLCSC_BMFH" />
  169. <result property="jsXlcscHrt" column="JS_XLCSC_HRT" />
  170. <result property="jsCccdcBmfh" column="JS_CCCDC_BMFH" />
  171. <result property="jsCccdcHrt" column="JS_CCCDC_HRT" />
  172. <result property="jsEccBmfh" column="JS_ECC_BMFH" />
  173. <result property="jsEccHrt" column="JS_ECC_HRT" />
  174. <result property="jsEccGtfh" column="JS_ECC_GTFH" />
  175. <result property="jsClsnJcsj" column="JS_CLSN_JCSJ" />
  176. <result property="jsXgcdcQsqSsls" column="JS_XGCDC_QSQ_SSLS" />
  177. <result property="jsWhlb" column="JS_WHLB" />
  178. <result property="jsWhlbRN" column="JS_WHLB_R_N" />
  179. <result property="jsNhlb" column="JS_NHLB" />
  180. <result property="jsWdscnl" column="JS_WDSCNL" />
  181. <result property="jsQsb" column="JS_QSB" />
  182. <result property="jsFcxsl" column="JS_FCXSL" />
  183. <result property="jsFcxslbl" column="JS_FCXSLBL" />
  184. <result property="jsCsCodCwrwxz" column="JS_CS_COD_CWRWXZ" />
  185. <result property="jsCsSsCwrwxz" column="JS_CS_SS_CWRWXZ" />
  186. <result property="jsCsZdCwrwxz" column="JS_CS_ZD_CWRWXZ" />
  187. <result property="jsCsZlCwrwxz" column="JS_CS_ZL_CWRWXZ" />
  188. <result property="jsCsAdCwrwxz" column="JS_CS_AD_CWRWXZ" />
  189. <result property="jsJsCodCwrwfh" column="JS_JS_COD_CWRWFH" />
  190. <result property="jsJsSsCwrwfh" column="JS_JS_SS_CWRWFH" />
  191. <result property="jsJsZdCwrwfh" column="JS_JS_ZD_CWRWFH" />
  192. <result property="jsJsZlCwrwfh" column="JS_JS_ZL_CWRWFH" />
  193. <result property="jsJsAdCwrwfh" column="JS_JS_AD_CWRWFH" />
  194. <result property="jsJsCodCwrwxz" column="JS_JS_COD_CWRWXZ" />
  195. <result property="jsJsSsCwrwxz" column="JS_JS_SS_CWRWXZ" />
  196. <result property="jsJsZdCwrwxz" column="JS_JS_ZD_CWRWXZ" />
  197. <result property="jsJsZlCwrwxz" column="JS_JS_ZL_CWRWXZ" />
  198. <result property="jsJsAdCwrwxz" column="JS_JS_AD_CWRWXZ" />
  199. <result property="delFlag" column="del_flag" />
  200. <result property="revision" column="revision" />
  201. <result property="createBy" column="create_by" />
  202. <result property="createTime" column="create_time" />
  203. <result property="updateBy" column="update_by" />
  204. <result property="updateTime" column="update_time" />
  205. <result property="remark" column="remark" />
  206. </resultMap>
  207. <sql id="selectTXinyiBigTableDayVo">
  208. select ID, TEST_DATE, GY_JS_COD, GY_JS_PH, GY_JS_SS, GY_JS_TP, GY_JS_TN, GY_JS_NH3, GY_JS_SW_PH, GY_JS_BFYW, GY_CS_SLQC, GY_CS_COD, GY_CS_PH, GY_CS_SS, GY_CS_TN, GY_CS_TP, GY_CS_NH3, GY_ONE_HYZD_DO, GY_ONE_HYMD_DO, GY_TWO_HYZD_DO, GY_TWO_HYMD_DO, GY_ONE_MLSS, GY_TWO_MLSS, GY_JS_TDS, GY_JS_SLQ, GY_N_HLB_ONE_GP, GY_N_HLB_TWO_GP, GY_N_HLB_THREE_GP, GY_N_HLB_FOUR_GP, GY_NHL_B_FIVE_GP, GY_N_HLB_SIX_GP, GY_W_HLB_ONE_GP, GY_W_HLB_TWO_GP, GY_W_HLB_THREE_GP, GY_W_HLB_FOUR_GP, GY_W_HLB_FIVE_GP, GY_FJ_ONE, GY_FJ_TWO, GY_FJ_THREE, GY_FJ_FOUR, GY_FJ_FIVE, GY_FJ_SIX, GY_KQLL_ONE, GY_KQLL_TWO, GY_KQLL_THREE, GY_KQLL_FOUR, GY_KQLL_FIVE, GY_KQLL_SIX, GY_SJTYJLY, GY_CLJYSSLL, GY_HYC_RJY_ALL, GY_HYC_RJY_ZD_ALL, GY_HYC_WNND_ALL, GY_CL_P04_YCZ, RB_JS_COD, RB_JS_PH, RB_JS_BOD5, RB_JS_SS, RB_JS_NH3, RB_JS_TN, RB_JS_TP, RB_JS_DCGJ, RB_CS_COD, RB_CS_PH, RB_CS_BOD5, RB_CS_SS, RB_CS_NH3, RB_CS_TN, RB_CS_TP, RB_CS_DCGJ, RB_JS_SW, RB_CS_SW, RB_SHC_ONE_PH, RB_SHC_TWO_PH, RB_SHC_HY_ONE_SV, RB_SHC_HY_TWO_SV, RB_SHC_HY_ONE_SVI, RB_SHC_HY_TWO_SVI, RB_SHC_HY_ONE_MLSS, RB_SHC_HY_TWO_MLSS, RB_SHC_HY_ONE_MLVSS, RB_SHC_HY_TWO_MLVSS, RB_SHC_YY_ONE_DO, RB_SHC_YY_TWO_DO, RB_SHC_QY_ONE_DO, RB_SHC_QY_TWO_DO, RB_SHC_HY_ONE_DO, RB_SHC_HY_TWO_DO, RB_JSL, RB_CSL, RB_SDCLCXSL, RB_QSB, RB_F_M, RB_YY_HRT, RB_HY_HRT, RB_QY_HRT, RB_NHL_R, RB_WHL_R, RB_SRT, RB_CNL, RB_TYQ_BOD5_TN, RB_TYH_BOD5_TN, RB_HYC_RJY_ALL, RB_HYC_WNND_ALL, RB_YYC_RJY_ALL, RB_QYC_RJY_ALL, RB_WNCJB_ALL, RB_WNTJZS_ALL, RB_HFXWNND_ALL, RB_CHUNILIANG, RB_CNHSL, RB_GWNL, RB_DF, RB_XNJF, RB_CLF, RB_TYF, RB_XDJF, RB_QTYJF, RB_CNF, RB_ZLSF, RB_ZJCB, RB_DWCB, HY_COD_YB, HY_COD_JQR, HY_COD_YZ, HY_TP_HL1_JQR, HY_TP_HL2_JQR, HY_TP_RCC_JQR, HY_TP_1_YZ, HY_TP_2_YZ, HY_TP_RCC_YZ, HY_NH3_1_JQR, HY_NH3_2_JQR, HY_NH3_1_YZ, HY_NO3_HLC1_YZ, HY_NH3_2_YZ, HY_NO3_HLC2_YZ, HY_NO3_HLJ1_JQR, HY_NO3_HLJ2_JQR, HY_TYLL, HY_NO3_QYC_1_JQR, HY_NO3_QYC_2_JQR, HY_NO3_QYC_1_YZ, HY_NO3_QYC_2_YZ, HY_JSLL, HY_HYCXSY_ALL, HY_QYAN_ALL, HY_QYCKXSY_ALL, HY_HYZLSY_ALL, JS_JS_TDB, JS_JS_TLB, JS_JS_BOD_B_COD, JS_YYQ_HRT, JS_QYQ_HRT, JS_HYQ_HRT, JS_HFXWNNDZB, JS_F_M, JS_GSLS, JS_GSLS_ONE, JS_GSLS_TWO, JS_XGS_GSLS, JS_XLCSC_BMFH, JS_XLCSC_HRT, JS_CCCDC_BMFH, JS_CCCDC_HRT, JS_ECC_BMFH, JS_ECC_HRT, JS_ECC_GTFH, JS_CLSN_JCSJ, JS_XGCDC_QSQ_SSLS, JS_WHLB, JS_WHLB_R_N, JS_NHLB, JS_WDSCNL, JS_QSB, JS_FCXSL, JS_FCXSLBL, JS_CS_COD_CWRWXZ, JS_CS_SS_CWRWXZ, JS_CS_ZD_CWRWXZ, JS_CS_ZL_CWRWXZ, JS_CS_AD_CWRWXZ, JS_JS_COD_CWRWFH, JS_JS_SS_CWRWFH, JS_JS_ZD_CWRWFH, JS_JS_ZL_CWRWFH, JS_JS_AD_CWRWFH, JS_JS_COD_CWRWXZ, JS_JS_SS_CWRWXZ, JS_JS_ZD_CWRWXZ, JS_JS_ZL_CWRWXZ, JS_JS_AD_CWRWXZ, del_flag, revision, create_by, create_time, update_by, update_time, remark from t_xinyi_big_table_day
  209. </sql>
  210. <select id="selectTXinyiBigTableDayByID" parameterType="Long" resultMap="TXinyiBigTableDayResult">
  211. <include refid="selectTXinyiBigTableDayVo"/>
  212. where ID = #{ID} and del_flag = 0
  213. </select>
  214. <insert id="insertTXinyiBigTableDay" parameterType="TXinyiBigTableDay" useGeneratedKeys="true" keyProperty="ID">
  215. insert into t_xinyi_big_table_day
  216. <trim prefix="(" suffix=")" suffixOverrides=",">
  217. <if test="testDate != null">TEST_DATE,</if>
  218. <if test="gyJsCod != null">GY_JS_COD,</if>
  219. <if test="gyJsPh != null">GY_JS_PH,</if>
  220. <if test="gyJsSs != null">GY_JS_SS,</if>
  221. <if test="gyJsTp != null">GY_JS_TP,</if>
  222. <if test="gyJsTn != null">GY_JS_TN,</if>
  223. <if test="gyJsNh3 != null">GY_JS_NH3,</if>
  224. <if test="gyJsSwPh != null">GY_JS_SW_PH,</if>
  225. <if test="gyJsBfyw != null">GY_JS_BFYW,</if>
  226. <if test="gyCsSlqc != null">GY_CS_SLQC,</if>
  227. <if test="gyCsCod != null">GY_CS_COD,</if>
  228. <if test="gyCsPh != null">GY_CS_PH,</if>
  229. <if test="gyCsSs != null">GY_CS_SS,</if>
  230. <if test="gyCsTn != null">GY_CS_TN,</if>
  231. <if test="gyCsTp != null">GY_CS_TP,</if>
  232. <if test="gyCsNh3 != null">GY_CS_NH3,</if>
  233. <if test="gyOneHyzdDo != null">GY_ONE_HYZD_DO,</if>
  234. <if test="gyOneHymdDo != null">GY_ONE_HYMD_DO,</if>
  235. <if test="gyTwoHyzdDo != null">GY_TWO_HYZD_DO,</if>
  236. <if test="gyTwoHymdDo != null">GY_TWO_HYMD_DO,</if>
  237. <if test="gyOneMlss != null">GY_ONE_MLSS,</if>
  238. <if test="gyTwoMlss != null">GY_TWO_MLSS,</if>
  239. <if test="gyJsTds != null">GY_JS_TDS,</if>
  240. <if test="gyJsSlq != null">GY_JS_SLQ,</if>
  241. <if test="gyNHlbOneGp != null">GY_N_HLB_ONE_GP,</if>
  242. <if test="gyNHlbTwoGp != null">GY_N_HLB_TWO_GP,</if>
  243. <if test="gyNHlbThreeGp != null">GY_N_HLB_THREE_GP,</if>
  244. <if test="gyNHlbFourGp != null">GY_N_HLB_FOUR_GP,</if>
  245. <if test="gyNhlBFiveGp != null">GY_NHL_B_FIVE_GP,</if>
  246. <if test="gyNHlbSixGp != null">GY_N_HLB_SIX_GP,</if>
  247. <if test="gyWHlbOneGp != null">GY_W_HLB_ONE_GP,</if>
  248. <if test="gyWHlbTwoGp != null">GY_W_HLB_TWO_GP,</if>
  249. <if test="gyWHlbThreeGp != null">GY_W_HLB_THREE_GP,</if>
  250. <if test="gyWHlbFourGp != null">GY_W_HLB_FOUR_GP,</if>
  251. <if test="gyWHlbFiveGp != null">GY_W_HLB_FIVE_GP,</if>
  252. <if test="gyFjOne != null">GY_FJ_ONE,</if>
  253. <if test="gyFjTwo != null">GY_FJ_TWO,</if>
  254. <if test="gyFjThree != null">GY_FJ_THREE,</if>
  255. <if test="gyFjFour != null">GY_FJ_FOUR,</if>
  256. <if test="gyFjFive != null">GY_FJ_FIVE,</if>
  257. <if test="gyFjSix != null">GY_FJ_SIX,</if>
  258. <if test="gyKqllOne != null">GY_KQLL_ONE,</if>
  259. <if test="gyKqllTwo != null">GY_KQLL_TWO,</if>
  260. <if test="gyKqllThree != null">GY_KQLL_THREE,</if>
  261. <if test="gyKqllFour != null">GY_KQLL_FOUR,</if>
  262. <if test="gyKqllFive != null">GY_KQLL_FIVE,</if>
  263. <if test="gyKqllSix != null">GY_KQLL_SIX,</if>
  264. <if test="gySjtyjly != null">GY_SJTYJLY,</if>
  265. <if test="gyCljyssll != null">GY_CLJYSSLL,</if>
  266. <if test="gyHycRjyAll != null">GY_HYC_RJY_ALL,</if>
  267. <if test="gyHycRjyZdAll != null">GY_HYC_RJY_ZD_ALL,</if>
  268. <if test="gyHycWnndAll != null">GY_HYC_WNND_ALL,</if>
  269. <if test="gyClP04Ycz != null">GY_CL_P04_YCZ,</if>
  270. <if test="rbJsCod != null">RB_JS_COD,</if>
  271. <if test="rbJsPh != null">RB_JS_PH,</if>
  272. <if test="rbJsBod5 != null">RB_JS_BOD5,</if>
  273. <if test="rbJsSs != null">RB_JS_SS,</if>
  274. <if test="rbJsNh3 != null">RB_JS_NH3,</if>
  275. <if test="rbJsTn != null">RB_JS_TN,</if>
  276. <if test="rbJsTp != null">RB_JS_TP,</if>
  277. <if test="rbJsDcgj != null">RB_JS_DCGJ,</if>
  278. <if test="rbCsCod != null">RB_CS_COD,</if>
  279. <if test="rbCsPh != null">RB_CS_PH,</if>
  280. <if test="rbCsBod5 != null">RB_CS_BOD5,</if>
  281. <if test="rbCsSs != null">RB_CS_SS,</if>
  282. <if test="rbCsNh3 != null">RB_CS_NH3,</if>
  283. <if test="rbCsTn != null">RB_CS_TN,</if>
  284. <if test="rbCsTp != null">RB_CS_TP,</if>
  285. <if test="rbCsDcgj != null">RB_CS_DCGJ,</if>
  286. <if test="rbJsSw != null">RB_JS_SW,</if>
  287. <if test="rbCsSw != null">RB_CS_SW,</if>
  288. <if test="rbShcOnePh != null">RB_SHC_ONE_PH,</if>
  289. <if test="rbShcTwoPh != null">RB_SHC_TWO_PH,</if>
  290. <if test="rbShcHyOneSv != null">RB_SHC_HY_ONE_SV,</if>
  291. <if test="rbShcHyTwoSv != null">RB_SHC_HY_TWO_SV,</if>
  292. <if test="rbShcHyOneSvi != null">RB_SHC_HY_ONE_SVI,</if>
  293. <if test="rbShcHyTwoSvi != null">RB_SHC_HY_TWO_SVI,</if>
  294. <if test="rbShcHyOneMlss != null">RB_SHC_HY_ONE_MLSS,</if>
  295. <if test="rbShcHyTwoMlss != null">RB_SHC_HY_TWO_MLSS,</if>
  296. <if test="rbShcHyOneMlvss != null">RB_SHC_HY_ONE_MLVSS,</if>
  297. <if test="rbShcHyTwoMlvss != null">RB_SHC_HY_TWO_MLVSS,</if>
  298. <if test="rbShcYyOneDo != null">RB_SHC_YY_ONE_DO,</if>
  299. <if test="rbShcYyTwoDo != null">RB_SHC_YY_TWO_DO,</if>
  300. <if test="rbShcQyOneDo != null">RB_SHC_QY_ONE_DO,</if>
  301. <if test="rbShcQyTwoDo != null">RB_SHC_QY_TWO_DO,</if>
  302. <if test="rbShcHyOneDo != null">RB_SHC_HY_ONE_DO,</if>
  303. <if test="rbShcHyTwoDo != null">RB_SHC_HY_TWO_DO,</if>
  304. <if test="rbJsl != null">RB_JSL,</if>
  305. <if test="rbCsl != null">RB_CSL,</if>
  306. <if test="rbSdclcxsl != null">RB_SDCLCXSL,</if>
  307. <if test="rbQsb != null">RB_QSB,</if>
  308. <if test="rbFM != null">RB_F_M,</if>
  309. <if test="rbYyHrt != null">RB_YY_HRT,</if>
  310. <if test="rbHyHrt != null">RB_HY_HRT,</if>
  311. <if test="rbQyHrt != null">RB_QY_HRT,</if>
  312. <if test="rbNhlR != null">RB_NHL_R,</if>
  313. <if test="rbWhlR != null">RB_WHL_R,</if>
  314. <if test="rbSrt != null">RB_SRT,</if>
  315. <if test="rbCnl != null">RB_CNL,</if>
  316. <if test="rbTyqBod5Tn != null">RB_TYQ_BOD5_TN,</if>
  317. <if test="rbTyhBod5Tn != null">RB_TYH_BOD5_TN,</if>
  318. <if test="rbHycRjyAll != null">RB_HYC_RJY_ALL,</if>
  319. <if test="rbHycWnndAll != null">RB_HYC_WNND_ALL,</if>
  320. <if test="rbYycRjyAll != null">RB_YYC_RJY_ALL,</if>
  321. <if test="rbQycRjyAll != null">RB_QYC_RJY_ALL,</if>
  322. <if test="rbWncjbAll != null">RB_WNCJB_ALL,</if>
  323. <if test="rbWntjzsAll != null">RB_WNTJZS_ALL,</if>
  324. <if test="rbHfxwnndAll != null">RB_HFXWNND_ALL,</if>
  325. <if test="rbChuniliang != null">RB_CHUNILIANG,</if>
  326. <if test="rbCnhsl != null">RB_CNHSL,</if>
  327. <if test="rbGwnl != null">RB_GWNL,</if>
  328. <if test="rbDf != null">RB_DF,</if>
  329. <if test="rbXnjf != null">RB_XNJF,</if>
  330. <if test="rbClf != null">RB_CLF,</if>
  331. <if test="rbTyf != null">RB_TYF,</if>
  332. <if test="rbXdjf != null">RB_XDJF,</if>
  333. <if test="rbQtyjf != null">RB_QTYJF,</if>
  334. <if test="rbCnf != null">RB_CNF,</if>
  335. <if test="rbZlsf != null">RB_ZLSF,</if>
  336. <if test="rbZjcb != null">RB_ZJCB,</if>
  337. <if test="rbDwcb != null">RB_DWCB,</if>
  338. <if test="hyCodYb != null">HY_COD_YB,</if>
  339. <if test="hyCodJqr != null">HY_COD_JQR,</if>
  340. <if test="hyCodYz != null">HY_COD_YZ,</if>
  341. <if test="hyTpHl1Jqr != null">HY_TP_HL1_JQR,</if>
  342. <if test="hyTpHl2Jqr != null">HY_TP_HL2_JQR,</if>
  343. <if test="hyTpRccJqr != null">HY_TP_RCC_JQR,</if>
  344. <if test="hyTp1Yz != null">HY_TP_1_YZ,</if>
  345. <if test="hyTp2Yz != null">HY_TP_2_YZ,</if>
  346. <if test="hyTpRccYz != null">HY_TP_RCC_YZ,</if>
  347. <if test="hyNh31Jqr != null">HY_NH3_1_JQR,</if>
  348. <if test="hyNh32Jqr != null">HY_NH3_2_JQR,</if>
  349. <if test="hyNh31Yz != null">HY_NH3_1_YZ,</if>
  350. <if test="hyNo3Hlc1Yz != null">HY_NO3_HLC1_YZ,</if>
  351. <if test="hyNh32Yz != null">HY_NH3_2_YZ,</if>
  352. <if test="hyNo3Hlc2Yz != null">HY_NO3_HLC2_YZ,</if>
  353. <if test="hyNo3Hlj1Jqr != null">HY_NO3_HLJ1_JQR,</if>
  354. <if test="hyNo3Hlj2Jqr != null">HY_NO3_HLJ2_JQR,</if>
  355. <if test="hyTyll != null">HY_TYLL,</if>
  356. <if test="hyNo3Qyc1Jqr != null">HY_NO3_QYC_1_JQR,</if>
  357. <if test="hyNo3Qyc2Jqr != null">HY_NO3_QYC_2_JQR,</if>
  358. <if test="hyNo3Qyc1Yz != null">HY_NO3_QYC_1_YZ,</if>
  359. <if test="hyNo3Qyc2Yz != null">HY_NO3_QYC_2_YZ,</if>
  360. <if test="hyJsll != null">HY_JSLL,</if>
  361. <if test="hyHycxsyAll != null">HY_HYCXSY_ALL,</if>
  362. <if test="hyQyanAll != null">HY_QYAN_ALL,</if>
  363. <if test="hyQyckxsyAll != null">HY_QYCKXSY_ALL,</if>
  364. <if test="hyHyzlsyAll != null">HY_HYZLSY_ALL,</if>
  365. <if test="jsJsTdb != null">JS_JS_TDB,</if>
  366. <if test="jsJsTlb != null">JS_JS_TLB,</if>
  367. <if test="jsJsBodBCod != null">JS_JS_BOD_B_COD,</if>
  368. <if test="jsYyqHrt != null">JS_YYQ_HRT,</if>
  369. <if test="jsQyqHrt != null">JS_QYQ_HRT,</if>
  370. <if test="jsHyqHrt != null">JS_HYQ_HRT,</if>
  371. <if test="jsHfxwnndzb != null">JS_HFXWNNDZB,</if>
  372. <if test="jsFM != null">JS_F_M,</if>
  373. <if test="jsGsls != null">JS_GSLS,</if>
  374. <if test="jsGslsOne != null">JS_GSLS_ONE,</if>
  375. <if test="jsGslsTwo != null">JS_GSLS_TWO,</if>
  376. <if test="jsXgsGsls != null">JS_XGS_GSLS,</if>
  377. <if test="jsXlcscBmfh != null">JS_XLCSC_BMFH,</if>
  378. <if test="jsXlcscHrt != null">JS_XLCSC_HRT,</if>
  379. <if test="jsCccdcBmfh != null">JS_CCCDC_BMFH,</if>
  380. <if test="jsCccdcHrt != null">JS_CCCDC_HRT,</if>
  381. <if test="jsEccBmfh != null">JS_ECC_BMFH,</if>
  382. <if test="jsEccHrt != null">JS_ECC_HRT,</if>
  383. <if test="jsEccGtfh != null">JS_ECC_GTFH,</if>
  384. <if test="jsClsnJcsj != null">JS_CLSN_JCSJ,</if>
  385. <if test="jsXgcdcQsqSsls != null">JS_XGCDC_QSQ_SSLS,</if>
  386. <if test="jsWhlb != null">JS_WHLB,</if>
  387. <if test="jsWhlbRN != null">JS_WHLB_R_N,</if>
  388. <if test="jsNhlb != null">JS_NHLB,</if>
  389. <if test="jsWdscnl != null">JS_WDSCNL,</if>
  390. <if test="jsQsb != null">JS_QSB,</if>
  391. <if test="jsFcxsl != null">JS_FCXSL,</if>
  392. <if test="jsFcxslbl != null">JS_FCXSLBL,</if>
  393. <if test="jsCsCodCwrwxz != null">JS_CS_COD_CWRWXZ,</if>
  394. <if test="jsCsSsCwrwxz != null">JS_CS_SS_CWRWXZ,</if>
  395. <if test="jsCsZdCwrwxz != null">JS_CS_ZD_CWRWXZ,</if>
  396. <if test="jsCsZlCwrwxz != null">JS_CS_ZL_CWRWXZ,</if>
  397. <if test="jsCsAdCwrwxz != null">JS_CS_AD_CWRWXZ,</if>
  398. <if test="jsJsCodCwrwfh != null">JS_JS_COD_CWRWFH,</if>
  399. <if test="jsJsSsCwrwfh != null">JS_JS_SS_CWRWFH,</if>
  400. <if test="jsJsZdCwrwfh != null">JS_JS_ZD_CWRWFH,</if>
  401. <if test="jsJsZlCwrwfh != null">JS_JS_ZL_CWRWFH,</if>
  402. <if test="jsJsAdCwrwfh != null">JS_JS_AD_CWRWFH,</if>
  403. <if test="jsJsCodCwrwxz != null">JS_JS_COD_CWRWXZ,</if>
  404. <if test="jsJsSsCwrwxz != null">JS_JS_SS_CWRWXZ,</if>
  405. <if test="jsJsZdCwrwxz != null">JS_JS_ZD_CWRWXZ,</if>
  406. <if test="jsJsZlCwrwxz != null">JS_JS_ZL_CWRWXZ,</if>
  407. <if test="jsJsAdCwrwxz != null">JS_JS_AD_CWRWXZ,</if>
  408. <if test="delFlag != null">del_flag,</if>
  409. <if test="revision != null">revision,</if>
  410. <if test="createBy != null">create_by,</if>
  411. <if test="createTime != null">create_time,</if>
  412. <if test="updateBy != null">update_by,</if>
  413. <if test="updateTime != null">update_time,</if>
  414. <if test="remark != null">remark,</if>
  415. </trim>
  416. <trim prefix="values (" suffix=")" suffixOverrides=",">
  417. <if test="testDate != null">#{testDate},</if>
  418. <if test="gyJsCod != null">#{gyJsCod},</if>
  419. <if test="gyJsPh != null">#{gyJsPh},</if>
  420. <if test="gyJsSs != null">#{gyJsSs},</if>
  421. <if test="gyJsTp != null">#{gyJsTp},</if>
  422. <if test="gyJsTn != null">#{gyJsTn},</if>
  423. <if test="gyJsNh3 != null">#{gyJsNh3},</if>
  424. <if test="gyJsSwPh != null">#{gyJsSwPh},</if>
  425. <if test="gyJsBfyw != null">#{gyJsBfyw},</if>
  426. <if test="gyCsSlqc != null">#{gyCsSlqc},</if>
  427. <if test="gyCsCod != null">#{gyCsCod},</if>
  428. <if test="gyCsPh != null">#{gyCsPh},</if>
  429. <if test="gyCsSs != null">#{gyCsSs},</if>
  430. <if test="gyCsTn != null">#{gyCsTn},</if>
  431. <if test="gyCsTp != null">#{gyCsTp},</if>
  432. <if test="gyCsNh3 != null">#{gyCsNh3},</if>
  433. <if test="gyOneHyzdDo != null">#{gyOneHyzdDo},</if>
  434. <if test="gyOneHymdDo != null">#{gyOneHymdDo},</if>
  435. <if test="gyTwoHyzdDo != null">#{gyTwoHyzdDo},</if>
  436. <if test="gyTwoHymdDo != null">#{gyTwoHymdDo},</if>
  437. <if test="gyOneMlss != null">#{gyOneMlss},</if>
  438. <if test="gyTwoMlss != null">#{gyTwoMlss},</if>
  439. <if test="gyJsTds != null">#{gyJsTds},</if>
  440. <if test="gyJsSlq != null">#{gyJsSlq},</if>
  441. <if test="gyNHlbOneGp != null">#{gyNHlbOneGp},</if>
  442. <if test="gyNHlbTwoGp != null">#{gyNHlbTwoGp},</if>
  443. <if test="gyNHlbThreeGp != null">#{gyNHlbThreeGp},</if>
  444. <if test="gyNHlbFourGp != null">#{gyNHlbFourGp},</if>
  445. <if test="gyNhlBFiveGp != null">#{gyNhlBFiveGp},</if>
  446. <if test="gyNHlbSixGp != null">#{gyNHlbSixGp},</if>
  447. <if test="gyWHlbOneGp != null">#{gyWHlbOneGp},</if>
  448. <if test="gyWHlbTwoGp != null">#{gyWHlbTwoGp},</if>
  449. <if test="gyWHlbThreeGp != null">#{gyWHlbThreeGp},</if>
  450. <if test="gyWHlbFourGp != null">#{gyWHlbFourGp},</if>
  451. <if test="gyWHlbFiveGp != null">#{gyWHlbFiveGp},</if>
  452. <if test="gyFjOne != null">#{gyFjOne},</if>
  453. <if test="gyFjTwo != null">#{gyFjTwo},</if>
  454. <if test="gyFjThree != null">#{gyFjThree},</if>
  455. <if test="gyFjFour != null">#{gyFjFour},</if>
  456. <if test="gyFjFive != null">#{gyFjFive},</if>
  457. <if test="gyFjSix != null">#{gyFjSix},</if>
  458. <if test="gyKqllOne != null">#{gyKqllOne},</if>
  459. <if test="gyKqllTwo != null">#{gyKqllTwo},</if>
  460. <if test="gyKqllThree != null">#{gyKqllThree},</if>
  461. <if test="gyKqllFour != null">#{gyKqllFour},</if>
  462. <if test="gyKqllFive != null">#{gyKqllFive},</if>
  463. <if test="gyKqllSix != null">#{gyKqllSix},</if>
  464. <if test="gySjtyjly != null">#{gySjtyjly},</if>
  465. <if test="gyCljyssll != null">#{gyCljyssll},</if>
  466. <if test="gyHycRjyAll != null">#{gyHycRjyAll},</if>
  467. <if test="gyHycRjyZdAll != null">#{gyHycRjyZdAll},</if>
  468. <if test="gyHycWnndAll != null">#{gyHycWnndAll},</if>
  469. <if test="gyClP04Ycz != null">#{gyClP04Ycz},</if>
  470. <if test="rbJsCod != null">#{rbJsCod},</if>
  471. <if test="rbJsPh != null">#{rbJsPh},</if>
  472. <if test="rbJsBod5 != null">#{rbJsBod5},</if>
  473. <if test="rbJsSs != null">#{rbJsSs},</if>
  474. <if test="rbJsNh3 != null">#{rbJsNh3},</if>
  475. <if test="rbJsTn != null">#{rbJsTn},</if>
  476. <if test="rbJsTp != null">#{rbJsTp},</if>
  477. <if test="rbJsDcgj != null">#{rbJsDcgj},</if>
  478. <if test="rbCsCod != null">#{rbCsCod},</if>
  479. <if test="rbCsPh != null">#{rbCsPh},</if>
  480. <if test="rbCsBod5 != null">#{rbCsBod5},</if>
  481. <if test="rbCsSs != null">#{rbCsSs},</if>
  482. <if test="rbCsNh3 != null">#{rbCsNh3},</if>
  483. <if test="rbCsTn != null">#{rbCsTn},</if>
  484. <if test="rbCsTp != null">#{rbCsTp},</if>
  485. <if test="rbCsDcgj != null">#{rbCsDcgj},</if>
  486. <if test="rbJsSw != null">#{rbJsSw},</if>
  487. <if test="rbCsSw != null">#{rbCsSw},</if>
  488. <if test="rbShcOnePh != null">#{rbShcOnePh},</if>
  489. <if test="rbShcTwoPh != null">#{rbShcTwoPh},</if>
  490. <if test="rbShcHyOneSv != null">#{rbShcHyOneSv},</if>
  491. <if test="rbShcHyTwoSv != null">#{rbShcHyTwoSv},</if>
  492. <if test="rbShcHyOneSvi != null">#{rbShcHyOneSvi},</if>
  493. <if test="rbShcHyTwoSvi != null">#{rbShcHyTwoSvi},</if>
  494. <if test="rbShcHyOneMlss != null">#{rbShcHyOneMlss},</if>
  495. <if test="rbShcHyTwoMlss != null">#{rbShcHyTwoMlss},</if>
  496. <if test="rbShcHyOneMlvss != null">#{rbShcHyOneMlvss},</if>
  497. <if test="rbShcHyTwoMlvss != null">#{rbShcHyTwoMlvss},</if>
  498. <if test="rbShcYyOneDo != null">#{rbShcYyOneDo},</if>
  499. <if test="rbShcYyTwoDo != null">#{rbShcYyTwoDo},</if>
  500. <if test="rbShcQyOneDo != null">#{rbShcQyOneDo},</if>
  501. <if test="rbShcQyTwoDo != null">#{rbShcQyTwoDo},</if>
  502. <if test="rbShcHyOneDo != null">#{rbShcHyOneDo},</if>
  503. <if test="rbShcHyTwoDo != null">#{rbShcHyTwoDo},</if>
  504. <if test="rbJsl != null">#{rbJsl},</if>
  505. <if test="rbCsl != null">#{rbCsl},</if>
  506. <if test="rbSdclcxsl != null">#{rbSdclcxsl},</if>
  507. <if test="rbQsb != null">#{rbQsb},</if>
  508. <if test="rbFM != null">#{rbFM},</if>
  509. <if test="rbYyHrt != null">#{rbYyHrt},</if>
  510. <if test="rbHyHrt != null">#{rbHyHrt},</if>
  511. <if test="rbQyHrt != null">#{rbQyHrt},</if>
  512. <if test="rbNhlR != null">#{rbNhlR},</if>
  513. <if test="rbWhlR != null">#{rbWhlR},</if>
  514. <if test="rbSrt != null">#{rbSrt},</if>
  515. <if test="rbCnl != null">#{rbCnl},</if>
  516. <if test="rbTyqBod5Tn != null">#{rbTyqBod5Tn},</if>
  517. <if test="rbTyhBod5Tn != null">#{rbTyhBod5Tn},</if>
  518. <if test="rbHycRjyAll != null">#{rbHycRjyAll},</if>
  519. <if test="rbHycWnndAll != null">#{rbHycWnndAll},</if>
  520. <if test="rbYycRjyAll != null">#{rbYycRjyAll},</if>
  521. <if test="rbQycRjyAll != null">#{rbQycRjyAll},</if>
  522. <if test="rbWncjbAll != null">#{rbWncjbAll},</if>
  523. <if test="rbWntjzsAll != null">#{rbWntjzsAll},</if>
  524. <if test="rbHfxwnndAll != null">#{rbHfxwnndAll},</if>
  525. <if test="rbChuniliang != null">#{rbChuniliang},</if>
  526. <if test="rbCnhsl != null">#{rbCnhsl},</if>
  527. <if test="rbGwnl != null">#{rbGwnl},</if>
  528. <if test="rbDf != null">#{rbDf},</if>
  529. <if test="rbXnjf != null">#{rbXnjf},</if>
  530. <if test="rbClf != null">#{rbClf},</if>
  531. <if test="rbTyf != null">#{rbTyf},</if>
  532. <if test="rbXdjf != null">#{rbXdjf},</if>
  533. <if test="rbQtyjf != null">#{rbQtyjf},</if>
  534. <if test="rbCnf != null">#{rbCnf},</if>
  535. <if test="rbZlsf != null">#{rbZlsf},</if>
  536. <if test="rbZjcb != null">#{rbZjcb},</if>
  537. <if test="rbDwcb != null">#{rbDwcb},</if>
  538. <if test="hyCodYb != null">#{hyCodYb},</if>
  539. <if test="hyCodJqr != null">#{hyCodJqr},</if>
  540. <if test="hyCodYz != null">#{hyCodYz},</if>
  541. <if test="hyTpHl1Jqr != null">#{hyTpHl1Jqr},</if>
  542. <if test="hyTpHl2Jqr != null">#{hyTpHl2Jqr},</if>
  543. <if test="hyTpRccJqr != null">#{hyTpRccJqr},</if>
  544. <if test="hyTp1Yz != null">#{hyTp1Yz},</if>
  545. <if test="hyTp2Yz != null">#{hyTp2Yz},</if>
  546. <if test="hyTpRccYz != null">#{hyTpRccYz},</if>
  547. <if test="hyNh31Jqr != null">#{hyNh31Jqr},</if>
  548. <if test="hyNh32Jqr != null">#{hyNh32Jqr},</if>
  549. <if test="hyNh31Yz != null">#{hyNh31Yz},</if>
  550. <if test="hyNo3Hlc1Yz != null">#{hyNo3Hlc1Yz},</if>
  551. <if test="hyNh32Yz != null">#{hyNh32Yz},</if>
  552. <if test="hyNo3Hlc2Yz != null">#{hyNo3Hlc2Yz},</if>
  553. <if test="hyNo3Hlj1Jqr != null">#{hyNo3Hlj1Jqr},</if>
  554. <if test="hyNo3Hlj2Jqr != null">#{hyNo3Hlj2Jqr},</if>
  555. <if test="hyTyll != null">#{hyTyll},</if>
  556. <if test="hyNo3Qyc1Jqr != null">#{hyNo3Qyc1Jqr},</if>
  557. <if test="hyNo3Qyc2Jqr != null">#{hyNo3Qyc2Jqr},</if>
  558. <if test="hyNo3Qyc1Yz != null">#{hyNo3Qyc1Yz},</if>
  559. <if test="hyNo3Qyc2Yz != null">#{hyNo3Qyc2Yz},</if>
  560. <if test="hyJsll != null">#{hyJsll},</if>
  561. <if test="hyHycxsyAll != null">#{hyHycxsyAll},</if>
  562. <if test="hyQyanAll != null">#{hyQyanAll},</if>
  563. <if test="hyQyckxsyAll != null">#{hyQyckxsyAll},</if>
  564. <if test="hyHyzlsyAll != null">#{hyHyzlsyAll},</if>
  565. <if test="jsJsTdb != null">#{jsJsTdb},</if>
  566. <if test="jsJsTlb != null">#{jsJsTlb},</if>
  567. <if test="jsJsBodBCod != null">#{jsJsBodBCod},</if>
  568. <if test="jsYyqHrt != null">#{jsYyqHrt},</if>
  569. <if test="jsQyqHrt != null">#{jsQyqHrt},</if>
  570. <if test="jsHyqHrt != null">#{jsHyqHrt},</if>
  571. <if test="jsHfxwnndzb != null">#{jsHfxwnndzb},</if>
  572. <if test="jsFM != null">#{jsFM},</if>
  573. <if test="jsGsls != null">#{jsGsls},</if>
  574. <if test="jsGslsOne != null">#{jsGslsOne},</if>
  575. <if test="jsGslsTwo != null">#{jsGslsTwo},</if>
  576. <if test="jsXgsGsls != null">#{jsXgsGsls},</if>
  577. <if test="jsXlcscBmfh != null">#{jsXlcscBmfh},</if>
  578. <if test="jsXlcscHrt != null">#{jsXlcscHrt},</if>
  579. <if test="jsCccdcBmfh != null">#{jsCccdcBmfh},</if>
  580. <if test="jsCccdcHrt != null">#{jsCccdcHrt},</if>
  581. <if test="jsEccBmfh != null">#{jsEccBmfh},</if>
  582. <if test="jsEccHrt != null">#{jsEccHrt},</if>
  583. <if test="jsEccGtfh != null">#{jsEccGtfh},</if>
  584. <if test="jsClsnJcsj != null">#{jsClsnJcsj},</if>
  585. <if test="jsXgcdcQsqSsls != null">#{jsXgcdcQsqSsls},</if>
  586. <if test="jsWhlb != null">#{jsWhlb},</if>
  587. <if test="jsWhlbRN != null">#{jsWhlbRN},</if>
  588. <if test="jsNhlb != null">#{jsNhlb},</if>
  589. <if test="jsWdscnl != null">#{jsWdscnl},</if>
  590. <if test="jsQsb != null">#{jsQsb},</if>
  591. <if test="jsFcxsl != null">#{jsFcxsl},</if>
  592. <if test="jsFcxslbl != null">#{jsFcxslbl},</if>
  593. <if test="jsCsCodCwrwxz != null">#{jsCsCodCwrwxz},</if>
  594. <if test="jsCsSsCwrwxz != null">#{jsCsSsCwrwxz},</if>
  595. <if test="jsCsZdCwrwxz != null">#{jsCsZdCwrwxz},</if>
  596. <if test="jsCsZlCwrwxz != null">#{jsCsZlCwrwxz},</if>
  597. <if test="jsCsAdCwrwxz != null">#{jsCsAdCwrwxz},</if>
  598. <if test="jsJsCodCwrwfh != null">#{jsJsCodCwrwfh},</if>
  599. <if test="jsJsSsCwrwfh != null">#{jsJsSsCwrwfh},</if>
  600. <if test="jsJsZdCwrwfh != null">#{jsJsZdCwrwfh},</if>
  601. <if test="jsJsZlCwrwfh != null">#{jsJsZlCwrwfh},</if>
  602. <if test="jsJsAdCwrwfh != null">#{jsJsAdCwrwfh},</if>
  603. <if test="jsJsCodCwrwxz != null">#{jsJsCodCwrwxz},</if>
  604. <if test="jsJsSsCwrwxz != null">#{jsJsSsCwrwxz},</if>
  605. <if test="jsJsZdCwrwxz != null">#{jsJsZdCwrwxz},</if>
  606. <if test="jsJsZlCwrwxz != null">#{jsJsZlCwrwxz},</if>
  607. <if test="jsJsAdCwrwxz != null">#{jsJsAdCwrwxz},</if>
  608. <if test="delFlag != null">#{delFlag},</if>
  609. <if test="revision != null">#{revision},</if>
  610. <if test="createBy != null">#{createBy},</if>
  611. <if test="createTime != null">#{createTime},</if>
  612. <if test="updateBy != null">#{updateBy},</if>
  613. <if test="updateTime != null">#{updateTime},</if>
  614. <if test="remark != null">#{remark},</if>
  615. </trim>
  616. </insert>
  617. <update id="updateTXinyiBigTableDay" parameterType="TXinyiBigTableDay">
  618. update t_xinyi_big_table_day
  619. <trim prefix="SET" suffixOverrides=",">
  620. <if test="testDate != null">TEST_DATE = #{testDate},</if>
  621. <if test="gyJsCod != null">GY_JS_COD = #{gyJsCod},</if>
  622. <if test="gyJsPh != null">GY_JS_PH = #{gyJsPh},</if>
  623. <if test="gyJsSs != null">GY_JS_SS = #{gyJsSs},</if>
  624. <if test="gyJsTp != null">GY_JS_TP = #{gyJsTp},</if>
  625. <if test="gyJsTn != null">GY_JS_TN = #{gyJsTn},</if>
  626. <if test="gyJsNh3 != null">GY_JS_NH3 = #{gyJsNh3},</if>
  627. <if test="gyJsSwPh != null">GY_JS_SW_PH = #{gyJsSwPh},</if>
  628. <if test="gyJsBfyw != null">GY_JS_BFYW = #{gyJsBfyw},</if>
  629. <if test="gyCsSlqc != null">GY_CS_SLQC = #{gyCsSlqc},</if>
  630. <if test="gyCsCod != null">GY_CS_COD = #{gyCsCod},</if>
  631. <if test="gyCsPh != null">GY_CS_PH = #{gyCsPh},</if>
  632. <if test="gyCsSs != null">GY_CS_SS = #{gyCsSs},</if>
  633. <if test="gyCsTn != null">GY_CS_TN = #{gyCsTn},</if>
  634. <if test="gyCsTp != null">GY_CS_TP = #{gyCsTp},</if>
  635. <if test="gyCsNh3 != null">GY_CS_NH3 = #{gyCsNh3},</if>
  636. <if test="gyOneHyzdDo != null">GY_ONE_HYZD_DO = #{gyOneHyzdDo},</if>
  637. <if test="gyOneHymdDo != null">GY_ONE_HYMD_DO = #{gyOneHymdDo},</if>
  638. <if test="gyTwoHyzdDo != null">GY_TWO_HYZD_DO = #{gyTwoHyzdDo},</if>
  639. <if test="gyTwoHymdDo != null">GY_TWO_HYMD_DO = #{gyTwoHymdDo},</if>
  640. <if test="gyOneMlss != null">GY_ONE_MLSS = #{gyOneMlss},</if>
  641. <if test="gyTwoMlss != null">GY_TWO_MLSS = #{gyTwoMlss},</if>
  642. <if test="gyJsTds != null">GY_JS_TDS = #{gyJsTds},</if>
  643. <if test="gyJsSlq != null">GY_JS_SLQ = #{gyJsSlq},</if>
  644. <if test="gyNHlbOneGp != null">GY_N_HLB_ONE_GP = #{gyNHlbOneGp},</if>
  645. <if test="gyNHlbTwoGp != null">GY_N_HLB_TWO_GP = #{gyNHlbTwoGp},</if>
  646. <if test="gyNHlbThreeGp != null">GY_N_HLB_THREE_GP = #{gyNHlbThreeGp},</if>
  647. <if test="gyNHlbFourGp != null">GY_N_HLB_FOUR_GP = #{gyNHlbFourGp},</if>
  648. <if test="gyNhlBFiveGp != null">GY_NHL_B_FIVE_GP = #{gyNhlBFiveGp},</if>
  649. <if test="gyNHlbSixGp != null">GY_N_HLB_SIX_GP = #{gyNHlbSixGp},</if>
  650. <if test="gyWHlbOneGp != null">GY_W_HLB_ONE_GP = #{gyWHlbOneGp},</if>
  651. <if test="gyWHlbTwoGp != null">GY_W_HLB_TWO_GP = #{gyWHlbTwoGp},</if>
  652. <if test="gyWHlbThreeGp != null">GY_W_HLB_THREE_GP = #{gyWHlbThreeGp},</if>
  653. <if test="gyWHlbFourGp != null">GY_W_HLB_FOUR_GP = #{gyWHlbFourGp},</if>
  654. <if test="gyWHlbFiveGp != null">GY_W_HLB_FIVE_GP = #{gyWHlbFiveGp},</if>
  655. <if test="gyFjOne != null">GY_FJ_ONE = #{gyFjOne},</if>
  656. <if test="gyFjTwo != null">GY_FJ_TWO = #{gyFjTwo},</if>
  657. <if test="gyFjThree != null">GY_FJ_THREE = #{gyFjThree},</if>
  658. <if test="gyFjFour != null">GY_FJ_FOUR = #{gyFjFour},</if>
  659. <if test="gyFjFive != null">GY_FJ_FIVE = #{gyFjFive},</if>
  660. <if test="gyFjSix != null">GY_FJ_SIX = #{gyFjSix},</if>
  661. <if test="gyKqllOne != null">GY_KQLL_ONE = #{gyKqllOne},</if>
  662. <if test="gyKqllTwo != null">GY_KQLL_TWO = #{gyKqllTwo},</if>
  663. <if test="gyKqllThree != null">GY_KQLL_THREE = #{gyKqllThree},</if>
  664. <if test="gyKqllFour != null">GY_KQLL_FOUR = #{gyKqllFour},</if>
  665. <if test="gyKqllFive != null">GY_KQLL_FIVE = #{gyKqllFive},</if>
  666. <if test="gyKqllSix != null">GY_KQLL_SIX = #{gyKqllSix},</if>
  667. <if test="gySjtyjly != null">GY_SJTYJLY = #{gySjtyjly},</if>
  668. <if test="gyCljyssll != null">GY_CLJYSSLL = #{gyCljyssll},</if>
  669. <if test="gyHycRjyAll != null">GY_HYC_RJY_ALL = #{gyHycRjyAll},</if>
  670. <if test="gyHycRjyZdAll != null">GY_HYC_RJY_ZD_ALL = #{gyHycRjyZdAll},</if>
  671. <if test="gyHycWnndAll != null">GY_HYC_WNND_ALL = #{gyHycWnndAll},</if>
  672. <if test="gyClP04Ycz != null">GY_CL_P04_YCZ = #{gyClP04Ycz},</if>
  673. <if test="rbJsCod != null">RB_JS_COD = #{rbJsCod},</if>
  674. <if test="rbJsPh != null">RB_JS_PH = #{rbJsPh},</if>
  675. <if test="rbJsBod5 != null">RB_JS_BOD5 = #{rbJsBod5},</if>
  676. <if test="rbJsSs != null">RB_JS_SS = #{rbJsSs},</if>
  677. <if test="rbJsNh3 != null">RB_JS_NH3 = #{rbJsNh3},</if>
  678. <if test="rbJsTn != null">RB_JS_TN = #{rbJsTn},</if>
  679. <if test="rbJsTp != null">RB_JS_TP = #{rbJsTp},</if>
  680. <if test="rbJsDcgj != null">RB_JS_DCGJ = #{rbJsDcgj},</if>
  681. <if test="rbCsCod != null">RB_CS_COD = #{rbCsCod},</if>
  682. <if test="rbCsPh != null">RB_CS_PH = #{rbCsPh},</if>
  683. <if test="rbCsBod5 != null">RB_CS_BOD5 = #{rbCsBod5},</if>
  684. <if test="rbCsSs != null">RB_CS_SS = #{rbCsSs},</if>
  685. <if test="rbCsNh3 != null">RB_CS_NH3 = #{rbCsNh3},</if>
  686. <if test="rbCsTn != null">RB_CS_TN = #{rbCsTn},</if>
  687. <if test="rbCsTp != null">RB_CS_TP = #{rbCsTp},</if>
  688. <if test="rbCsDcgj != null">RB_CS_DCGJ = #{rbCsDcgj},</if>
  689. <if test="rbJsSw != null">RB_JS_SW = #{rbJsSw},</if>
  690. <if test="rbCsSw != null">RB_CS_SW = #{rbCsSw},</if>
  691. <if test="rbShcOnePh != null">RB_SHC_ONE_PH = #{rbShcOnePh},</if>
  692. <if test="rbShcTwoPh != null">RB_SHC_TWO_PH = #{rbShcTwoPh},</if>
  693. <if test="rbShcHyOneSv != null">RB_SHC_HY_ONE_SV = #{rbShcHyOneSv},</if>
  694. <if test="rbShcHyTwoSv != null">RB_SHC_HY_TWO_SV = #{rbShcHyTwoSv},</if>
  695. <if test="rbShcHyOneSvi != null">RB_SHC_HY_ONE_SVI = #{rbShcHyOneSvi},</if>
  696. <if test="rbShcHyTwoSvi != null">RB_SHC_HY_TWO_SVI = #{rbShcHyTwoSvi},</if>
  697. <if test="rbShcHyOneMlss != null">RB_SHC_HY_ONE_MLSS = #{rbShcHyOneMlss},</if>
  698. <if test="rbShcHyTwoMlss != null">RB_SHC_HY_TWO_MLSS = #{rbShcHyTwoMlss},</if>
  699. <if test="rbShcHyOneMlvss != null">RB_SHC_HY_ONE_MLVSS = #{rbShcHyOneMlvss},</if>
  700. <if test="rbShcHyTwoMlvss != null">RB_SHC_HY_TWO_MLVSS = #{rbShcHyTwoMlvss},</if>
  701. <if test="rbShcYyOneDo != null">RB_SHC_YY_ONE_DO = #{rbShcYyOneDo},</if>
  702. <if test="rbShcYyTwoDo != null">RB_SHC_YY_TWO_DO = #{rbShcYyTwoDo},</if>
  703. <if test="rbShcQyOneDo != null">RB_SHC_QY_ONE_DO = #{rbShcQyOneDo},</if>
  704. <if test="rbShcQyTwoDo != null">RB_SHC_QY_TWO_DO = #{rbShcQyTwoDo},</if>
  705. <if test="rbShcHyOneDo != null">RB_SHC_HY_ONE_DO = #{rbShcHyOneDo},</if>
  706. <if test="rbShcHyTwoDo != null">RB_SHC_HY_TWO_DO = #{rbShcHyTwoDo},</if>
  707. <if test="rbJsl != null">RB_JSL = #{rbJsl},</if>
  708. <if test="rbCsl != null">RB_CSL = #{rbCsl},</if>
  709. <if test="rbSdclcxsl != null">RB_SDCLCXSL = #{rbSdclcxsl},</if>
  710. <if test="rbQsb != null">RB_QSB = #{rbQsb},</if>
  711. <if test="rbFM != null">RB_F_M = #{rbFM},</if>
  712. <if test="rbYyHrt != null">RB_YY_HRT = #{rbYyHrt},</if>
  713. <if test="rbHyHrt != null">RB_HY_HRT = #{rbHyHrt},</if>
  714. <if test="rbQyHrt != null">RB_QY_HRT = #{rbQyHrt},</if>
  715. <if test="rbNhlR != null">RB_NHL_R = #{rbNhlR},</if>
  716. <if test="rbWhlR != null">RB_WHL_R = #{rbWhlR},</if>
  717. <if test="rbSrt != null">RB_SRT = #{rbSrt},</if>
  718. <if test="rbCnl != null">RB_CNL = #{rbCnl},</if>
  719. <if test="rbTyqBod5Tn != null">RB_TYQ_BOD5_TN = #{rbTyqBod5Tn},</if>
  720. <if test="rbTyhBod5Tn != null">RB_TYH_BOD5_TN = #{rbTyhBod5Tn},</if>
  721. <if test="rbHycRjyAll != null">RB_HYC_RJY_ALL = #{rbHycRjyAll},</if>
  722. <if test="rbHycWnndAll != null">RB_HYC_WNND_ALL = #{rbHycWnndAll},</if>
  723. <if test="rbYycRjyAll != null">RB_YYC_RJY_ALL = #{rbYycRjyAll},</if>
  724. <if test="rbQycRjyAll != null">RB_QYC_RJY_ALL = #{rbQycRjyAll},</if>
  725. <if test="rbWncjbAll != null">RB_WNCJB_ALL = #{rbWncjbAll},</if>
  726. <if test="rbWntjzsAll != null">RB_WNTJZS_ALL = #{rbWntjzsAll},</if>
  727. <if test="rbHfxwnndAll != null">RB_HFXWNND_ALL = #{rbHfxwnndAll},</if>
  728. <if test="rbChuniliang != null">RB_CHUNILIANG = #{rbChuniliang},</if>
  729. <if test="rbCnhsl != null">RB_CNHSL = #{rbCnhsl},</if>
  730. <if test="rbGwnl != null">RB_GWNL = #{rbGwnl},</if>
  731. <if test="rbDf != null">RB_DF = #{rbDf},</if>
  732. <if test="rbXnjf != null">RB_XNJF = #{rbXnjf},</if>
  733. <if test="rbClf != null">RB_CLF = #{rbClf},</if>
  734. <if test="rbTyf != null">RB_TYF = #{rbTyf},</if>
  735. <if test="rbXdjf != null">RB_XDJF = #{rbXdjf},</if>
  736. <if test="rbQtyjf != null">RB_QTYJF = #{rbQtyjf},</if>
  737. <if test="rbCnf != null">RB_CNF = #{rbCnf},</if>
  738. <if test="rbZlsf != null">RB_ZLSF = #{rbZlsf},</if>
  739. <if test="rbZjcb != null">RB_ZJCB = #{rbZjcb},</if>
  740. <if test="rbDwcb != null">RB_DWCB = #{rbDwcb},</if>
  741. <if test="hyCodYb != null">HY_COD_YB = #{hyCodYb},</if>
  742. <if test="hyCodJqr != null">HY_COD_JQR = #{hyCodJqr},</if>
  743. <if test="hyCodYz != null">HY_COD_YZ = #{hyCodYz},</if>
  744. <if test="hyTpHl1Jqr != null">HY_TP_HL1_JQR = #{hyTpHl1Jqr},</if>
  745. <if test="hyTpHl2Jqr != null">HY_TP_HL2_JQR = #{hyTpHl2Jqr},</if>
  746. <if test="hyTpRccJqr != null">HY_TP_RCC_JQR = #{hyTpRccJqr},</if>
  747. <if test="hyTp1Yz != null">HY_TP_1_YZ = #{hyTp1Yz},</if>
  748. <if test="hyTp2Yz != null">HY_TP_2_YZ = #{hyTp2Yz},</if>
  749. <if test="hyTpRccYz != null">HY_TP_RCC_YZ = #{hyTpRccYz},</if>
  750. <if test="hyNh31Jqr != null">HY_NH3_1_JQR = #{hyNh31Jqr},</if>
  751. <if test="hyNh32Jqr != null">HY_NH3_2_JQR = #{hyNh32Jqr},</if>
  752. <if test="hyNh31Yz != null">HY_NH3_1_YZ = #{hyNh31Yz},</if>
  753. <if test="hyNo3Hlc1Yz != null">HY_NO3_HLC1_YZ = #{hyNo3Hlc1Yz},</if>
  754. <if test="hyNh32Yz != null">HY_NH3_2_YZ = #{hyNh32Yz},</if>
  755. <if test="hyNo3Hlc2Yz != null">HY_NO3_HLC2_YZ = #{hyNo3Hlc2Yz},</if>
  756. <if test="hyNo3Hlj1Jqr != null">HY_NO3_HLJ1_JQR = #{hyNo3Hlj1Jqr},</if>
  757. <if test="hyNo3Hlj2Jqr != null">HY_NO3_HLJ2_JQR = #{hyNo3Hlj2Jqr},</if>
  758. <if test="hyTyll != null">HY_TYLL = #{hyTyll},</if>
  759. <if test="hyNo3Qyc1Jqr != null">HY_NO3_QYC_1_JQR = #{hyNo3Qyc1Jqr},</if>
  760. <if test="hyNo3Qyc2Jqr != null">HY_NO3_QYC_2_JQR = #{hyNo3Qyc2Jqr},</if>
  761. <if test="hyNo3Qyc1Yz != null">HY_NO3_QYC_1_YZ = #{hyNo3Qyc1Yz},</if>
  762. <if test="hyNo3Qyc2Yz != null">HY_NO3_QYC_2_YZ = #{hyNo3Qyc2Yz},</if>
  763. <if test="hyJsll != null">HY_JSLL = #{hyJsll},</if>
  764. <if test="hyHycxsyAll != null">HY_HYCXSY_ALL = #{hyHycxsyAll},</if>
  765. <if test="hyQyanAll != null">HY_QYAN_ALL = #{hyQyanAll},</if>
  766. <if test="hyQyckxsyAll != null">HY_QYCKXSY_ALL = #{hyQyckxsyAll},</if>
  767. <if test="hyHyzlsyAll != null">HY_HYZLSY_ALL = #{hyHyzlsyAll},</if>
  768. <if test="jsJsTdb != null">JS_JS_TDB = #{jsJsTdb},</if>
  769. <if test="jsJsTlb != null">JS_JS_TLB = #{jsJsTlb},</if>
  770. <if test="jsJsBodBCod != null">JS_JS_BOD_B_COD = #{jsJsBodBCod},</if>
  771. <if test="jsYyqHrt != null">JS_YYQ_HRT = #{jsYyqHrt},</if>
  772. <if test="jsQyqHrt != null">JS_QYQ_HRT = #{jsQyqHrt},</if>
  773. <if test="jsHyqHrt != null">JS_HYQ_HRT = #{jsHyqHrt},</if>
  774. <if test="jsHfxwnndzb != null">JS_HFXWNNDZB = #{jsHfxwnndzb},</if>
  775. <if test="jsFM != null">JS_F_M = #{jsFM},</if>
  776. <if test="jsGsls != null">JS_GSLS = #{jsGsls},</if>
  777. <if test="jsGslsOne != null">JS_GSLS_ONE = #{jsGslsOne},</if>
  778. <if test="jsGslsTwo != null">JS_GSLS_TWO = #{jsGslsTwo},</if>
  779. <if test="jsXgsGsls != null">JS_XGS_GSLS = #{jsXgsGsls},</if>
  780. <if test="jsXlcscBmfh != null">JS_XLCSC_BMFH = #{jsXlcscBmfh},</if>
  781. <if test="jsXlcscHrt != null">JS_XLCSC_HRT = #{jsXlcscHrt},</if>
  782. <if test="jsCccdcBmfh != null">JS_CCCDC_BMFH = #{jsCccdcBmfh},</if>
  783. <if test="jsCccdcHrt != null">JS_CCCDC_HRT = #{jsCccdcHrt},</if>
  784. <if test="jsEccBmfh != null">JS_ECC_BMFH = #{jsEccBmfh},</if>
  785. <if test="jsEccHrt != null">JS_ECC_HRT = #{jsEccHrt},</if>
  786. <if test="jsEccGtfh != null">JS_ECC_GTFH = #{jsEccGtfh},</if>
  787. <if test="jsClsnJcsj != null">JS_CLSN_JCSJ = #{jsClsnJcsj},</if>
  788. <if test="jsXgcdcQsqSsls != null">JS_XGCDC_QSQ_SSLS = #{jsXgcdcQsqSsls},</if>
  789. <if test="jsWhlb != null">JS_WHLB = #{jsWhlb},</if>
  790. <if test="jsWhlbRN != null">JS_WHLB_R_N = #{jsWhlbRN},</if>
  791. <if test="jsNhlb != null">JS_NHLB = #{jsNhlb},</if>
  792. <if test="jsWdscnl != null">JS_WDSCNL = #{jsWdscnl},</if>
  793. <if test="jsQsb != null">JS_QSB = #{jsQsb},</if>
  794. <if test="jsFcxsl != null">JS_FCXSL = #{jsFcxsl},</if>
  795. <if test="jsFcxslbl != null">JS_FCXSLBL = #{jsFcxslbl},</if>
  796. <if test="jsCsCodCwrwxz != null">JS_CS_COD_CWRWXZ = #{jsCsCodCwrwxz},</if>
  797. <if test="jsCsSsCwrwxz != null">JS_CS_SS_CWRWXZ = #{jsCsSsCwrwxz},</if>
  798. <if test="jsCsZdCwrwxz != null">JS_CS_ZD_CWRWXZ = #{jsCsZdCwrwxz},</if>
  799. <if test="jsCsZlCwrwxz != null">JS_CS_ZL_CWRWXZ = #{jsCsZlCwrwxz},</if>
  800. <if test="jsCsAdCwrwxz != null">JS_CS_AD_CWRWXZ = #{jsCsAdCwrwxz},</if>
  801. <if test="jsJsCodCwrwfh != null">JS_JS_COD_CWRWFH = #{jsJsCodCwrwfh},</if>
  802. <if test="jsJsSsCwrwfh != null">JS_JS_SS_CWRWFH = #{jsJsSsCwrwfh},</if>
  803. <if test="jsJsZdCwrwfh != null">JS_JS_ZD_CWRWFH = #{jsJsZdCwrwfh},</if>
  804. <if test="jsJsZlCwrwfh != null">JS_JS_ZL_CWRWFH = #{jsJsZlCwrwfh},</if>
  805. <if test="jsJsAdCwrwfh != null">JS_JS_AD_CWRWFH = #{jsJsAdCwrwfh},</if>
  806. <if test="jsJsCodCwrwxz != null">JS_JS_COD_CWRWXZ = #{jsJsCodCwrwxz},</if>
  807. <if test="jsJsSsCwrwxz != null">JS_JS_SS_CWRWXZ = #{jsJsSsCwrwxz},</if>
  808. <if test="jsJsZdCwrwxz != null">JS_JS_ZD_CWRWXZ = #{jsJsZdCwrwxz},</if>
  809. <if test="jsJsZlCwrwxz != null">JS_JS_ZL_CWRWXZ = #{jsJsZlCwrwxz},</if>
  810. <if test="jsJsAdCwrwxz != null">JS_JS_AD_CWRWXZ = #{jsJsAdCwrwxz},</if>
  811. <if test="delFlag != null">del_flag = #{delFlag},</if>
  812. <if test="revision != null">revision = #{revision},</if>
  813. <if test="createBy != null">create_by = #{createBy},</if>
  814. <if test="createTime != null">create_time = #{createTime},</if>
  815. <if test="updateBy != null">update_by = #{updateBy},</if>
  816. <if test="updateTime != null">update_time = #{updateTime},</if>
  817. <if test="remark != null">remark = #{remark},</if>
  818. </trim>
  819. ,revision = revision + 1
  820. where ID = #{ID}
  821. </update>
  822. <delete id="deleteTXinyiBigTableDayByID" parameterType="Long">
  823. update t_xinyi_big_table_day set del_flag = 2,revision = revision + 1 where del_flag = 0 and ID = #{ID}
  824. </delete>
  825. <delete id="deleteTXinyiBigTableDayByIDs" parameterType="String">
  826. update t_xinyi_big_table_day set del_flag = 2,revision = revision + 1 where del_flag = 0 and ID in
  827. <foreach item="ID" collection="array" open="(" separator="," close=")">
  828. #{ID}
  829. </foreach>
  830. </delete>
  831. <!-- 2024年7月7日14:13:04 下面是新增的 -->
  832. <select id="selectAvgByDay" resultMap="TXinyiBigTableDayResult">
  833. SELECT
  834. any_value ( TEST_DATE ) TEST_DATE,
  835. AVG( GY_JS_COD ) GY_JS_COD,
  836. AVG( GY_JS_PH ) GY_JS_PH,
  837. AVG( GY_JS_SS ) GY_JS_SS,
  838. AVG( GY_JS_TP ) GY_JS_TP,
  839. AVG( GY_JS_TN ) GY_JS_TN,
  840. AVG( GY_JS_NH3 ) GY_JS_NH3,
  841. AVG( GY_JS_SW_PH ) GY_JS_SW_PH,
  842. AVG( GY_JS_BFYW ) GY_JS_BFYW,
  843. AVG( GY_CS_SLQC ) GY_CS_SLQC,
  844. AVG( GY_CS_COD ) GY_CS_COD,
  845. AVG( GY_CS_PH ) GY_CS_PH,
  846. AVG( GY_CS_SS ) GY_CS_SS,
  847. AVG( GY_CS_TN ) GY_CS_TN,
  848. AVG( GY_CS_TP ) GY_CS_TP,
  849. AVG( GY_CS_NH3 ) GY_CS_NH3,
  850. AVG( GY_ONE_HYZD_DO ) GY_ONE_HYZD_DO,
  851. AVG( GY_ONE_HYMD_DO ) GY_ONE_HYMD_DO,
  852. AVG( GY_TWO_HYZD_DO ) GY_TWO_HYZD_DO,
  853. AVG( GY_TWO_HYMD_DO ) GY_TWO_HYMD_DO,
  854. AVG( GY_ONE_MLSS ) GY_ONE_MLSS,
  855. AVG( GY_TWO_MLSS ) GY_TWO_MLSS,
  856. AVG( GY_JS_TDS ) GY_JS_TDS,
  857. AVG( GY_JS_SLQ ) GY_JS_SLQ,
  858. AVG( GY_N_HLB_ONE_GP ) GY_N_HLB_ONE_GP,
  859. AVG( GY_N_HLB_TWO_GP ) GY_N_HLB_TWO_GP,
  860. AVG( GY_N_HLB_THREE_GP ) GY_N_HLB_THREE_GP,
  861. AVG( GY_N_HLB_FOUR_GP ) GY_N_HLB_FOUR_GP,
  862. AVG( GY_NHL_B_FIVE_GP ) GY_NHL_B_FIVE_GP,
  863. AVG( GY_N_HLB_SIX_GP ) GY_N_HLB_SIX_GP,
  864. AVG( GY_W_HLB_ONE_GP ) GY_W_HLB_ONE_GP,
  865. AVG( GY_W_HLB_TWO_GP ) GY_W_HLB_TWO_GP,
  866. AVG( GY_W_HLB_THREE_GP ) GY_W_HLB_THREE_GP,
  867. AVG( GY_W_HLB_FOUR_GP ) GY_W_HLB_FOUR_GP,
  868. AVG( GY_W_HLB_FIVE_GP ) GY_W_HLB_FIVE_GP,
  869. AVG( GY_FJ_ONE ) GY_FJ_ONE,
  870. AVG( GY_FJ_TWO ) GY_FJ_TWO,
  871. AVG( GY_FJ_THREE ) GY_FJ_THREE,
  872. AVG( GY_FJ_FOUR ) GY_FJ_FOUR,
  873. AVG( GY_FJ_FIVE ) GY_FJ_FIVE,
  874. AVG( GY_FJ_SIX ) GY_FJ_SIX,
  875. AVG( GY_KQLL_ONE ) GY_KQLL_ONE,
  876. AVG( GY_KQLL_TWO ) GY_KQLL_TWO,
  877. AVG( GY_KQLL_THREE ) GY_KQLL_THREE,
  878. AVG( GY_KQLL_FOUR ) GY_KQLL_FOUR,
  879. AVG( GY_KQLL_FIVE ) GY_KQLL_FIVE,
  880. AVG( GY_KQLL_SIX ) GY_KQLL_SIX,
  881. AVG( GY_SJTYJLY ) GY_SJTYJLY,
  882. AVG( GY_CLJYSSLL ) GY_CLJYSSLL,
  883. AVG( GY_CL_P04_YCZ ) GY_CL_P04_YCZ,
  884. AVG( RB_JS_COD ) RB_JS_COD,
  885. AVG( RB_JS_PH ) RB_JS_PH,
  886. AVG( RB_JS_BOD5 ) RB_JS_BOD5,
  887. AVG( RB_JS_SS ) RB_JS_SS,
  888. AVG( RB_JS_NH3 ) RB_JS_NH3,
  889. AVG( RB_JS_TN ) RB_JS_TN,
  890. AVG( RB_JS_TP ) RB_JS_TP,
  891. AVG( RB_JS_DCGJ ) RB_JS_DCGJ,
  892. AVG( RB_CS_COD ) RB_CS_COD,
  893. AVG( RB_CS_PH ) RB_CS_PH,
  894. AVG( RB_CS_BOD5 ) RB_CS_BOD5,
  895. AVG( RB_CS_SS ) RB_CS_SS,
  896. AVG( RB_CS_NH3 ) RB_CS_NH3,
  897. AVG( RB_CS_TN ) RB_CS_TN,
  898. AVG( RB_CS_TP ) RB_CS_TP,
  899. AVG( RB_CS_DCGJ ) RB_CS_DCGJ,
  900. AVG( RB_JS_SW ) RB_JS_SW,
  901. AVG( RB_CS_SW ) RB_CS_SW,
  902. AVG( RB_SHC_ONE_PH ) RB_SHC_ONE_PH,
  903. AVG( RB_SHC_TWO_PH ) RB_SHC_TWO_PH,
  904. AVG( RB_SHC_HY_ONE_SV ) RB_SHC_HY_ONE_SV,
  905. AVG( RB_SHC_HY_TWO_SV ) RB_SHC_HY_TWO_SV,
  906. AVG( RB_SHC_HY_ONE_SVI ) RB_SHC_HY_ONE_SVI,
  907. AVG( RB_SHC_HY_TWO_SVI ) RB_SHC_HY_TWO_SVI,
  908. AVG( RB_SHC_HY_ONE_MLSS ) RB_SHC_HY_ONE_MLSS,
  909. AVG( RB_SHC_HY_TWO_MLSS ) RB_SHC_HY_TWO_MLSS,
  910. AVG( RB_SHC_HY_ONE_MLVSS ) RB_SHC_HY_ONE_MLVSS,
  911. AVG( RB_SHC_HY_TWO_MLVSS ) RB_SHC_HY_TWO_MLVSS,
  912. AVG( RB_SHC_YY_ONE_DO ) RB_SHC_YY_ONE_DO,
  913. AVG( RB_SHC_YY_TWO_DO ) RB_SHC_YY_TWO_DO,
  914. AVG( RB_SHC_QY_ONE_DO ) RB_SHC_QY_ONE_DO,
  915. AVG( RB_SHC_QY_TWO_DO ) RB_SHC_QY_TWO_DO,
  916. AVG( RB_SHC_HY_ONE_DO ) RB_SHC_HY_ONE_DO,
  917. AVG( RB_SHC_HY_TWO_DO ) RB_SHC_HY_TWO_DO,
  918. AVG( RB_JSL ) RB_JSL,
  919. AVG( RB_CSL ) RB_CSL,
  920. AVG( RB_SDCLCXSL ) RB_SDCLCXSL,
  921. AVG( RB_QSB ) RB_QSB,
  922. AVG( RB_F_M ) RB_F_M,
  923. AVG( RB_YY_HRT ) RB_YY_HRT,
  924. AVG( RB_HY_HRT ) RB_HY_HRT,
  925. AVG( RB_QY_HRT ) RB_QY_HRT,
  926. AVG( RB_NHL_R ) RB_NHL_R,
  927. AVG( RB_WHL_R ) RB_WHL_R,
  928. AVG( RB_SRT ) RB_SRT,
  929. AVG( RB_CNL ) RB_CNL,
  930. AVG( RB_TYQ_BOD5_TN ) RB_TYQ_BOD5_TN,
  931. AVG( RB_TYH_BOD5_TN ) RB_TYH_BOD5_TN,
  932. AVG( RB_CHUNILIANG ) RB_CHUNILIANG,
  933. AVG( RB_CNHSL ) RB_CNHSL,
  934. AVG( RB_GWNL ) RB_GWNL,
  935. AVG( RB_DF ) RB_DF,
  936. AVG( RB_XNJF ) RB_XNJF,
  937. AVG( RB_CLF ) RB_CLF,
  938. AVG( RB_TYF ) RB_TYF,
  939. AVG( RB_XDJF ) RB_XDJF,
  940. AVG( RB_QTYJF ) RB_QTYJF,
  941. AVG( RB_CNF ) RB_CNF,
  942. AVG( RB_ZLSF ) RB_ZLSF,
  943. AVG( RB_ZJCB ) RB_ZJCB,
  944. AVG( RB_DWCB ) RB_DWCB,
  945. AVG( HY_COD_YB ) HY_COD_YB,
  946. AVG( HY_COD_JQR ) HY_COD_JQR,
  947. AVG( HY_COD_YZ ) HY_COD_YZ,
  948. AVG( HY_TP_HL1_JQR ) HY_TP_HL1_JQR,
  949. AVG( HY_TP_HL2_JQR ) HY_TP_HL2_JQR,
  950. AVG( HY_TP_RCC_JQR ) HY_TP_RCC_JQR,
  951. AVG( HY_TP_1_YZ ) HY_TP_1_YZ,
  952. AVG( HY_TP_2_YZ ) HY_TP_2_YZ,
  953. AVG( HY_TP_RCC_YZ ) HY_TP_RCC_YZ,
  954. AVG( HY_NH3_1_JQR ) HY_NH3_1_JQR,
  955. AVG( HY_NH3_2_JQR ) HY_NH3_2_JQR,
  956. AVG( HY_NH3_1_YZ ) HY_NH3_1_YZ,
  957. AVG( HY_NO3_HLC1_YZ ) HY_NO3_HLC1_YZ,
  958. AVG( HY_NH3_2_YZ ) HY_NH3_2_YZ,
  959. AVG( HY_NO3_HLC2_YZ ) HY_NO3_HLC2_YZ,
  960. AVG( HY_NO3_HLJ1_JQR ) HY_NO3_HLJ1_JQR,
  961. AVG( HY_NO3_HLJ2_JQR ) HY_NO3_HLJ2_JQR,
  962. AVG( HY_TYLL ) HY_TYLL,
  963. AVG( HY_NO3_QYC_1_JQR ) HY_NO3_QYC_1_JQR,
  964. AVG( HY_NO3_QYC_2_JQR ) HY_NO3_QYC_2_JQR,
  965. AVG( HY_NO3_QYC_1_YZ ) HY_NO3_QYC_1_YZ,
  966. AVG( HY_NO3_QYC_2_YZ ) HY_NO3_QYC_2_YZ,
  967. AVG( HY_JSLL ) HY_JSLL,
  968. AVG( JS_JS_TDB ) JS_JS_TDB,
  969. AVG( JS_JS_TLB ) JS_JS_TLB,
  970. AVG( JS_JS_BOD_B_COD ) JS_JS_BOD_B_COD,
  971. AVG( JS_YYQ_HRT ) JS_YYQ_HRT,
  972. AVG( JS_QYQ_HRT ) JS_QYQ_HRT,
  973. AVG( JS_HYQ_HRT ) JS_HYQ_HRT,
  974. AVG( JS_HFXWNNDZB ) JS_HFXWNNDZB,
  975. AVG( JS_F_M ) JS_F_M,
  976. AVG( JS_GSLS ) JS_GSLS,
  977. AVG( JS_GSLS_ONE ) JS_GSLS_ONE,
  978. AVG( JS_GSLS_TWO ) JS_GSLS_TWO,
  979. AVG( JS_XGS_GSLS ) JS_XGS_GSLS,
  980. AVG( JS_XLCSC_BMFH ) JS_XLCSC_BMFH,
  981. AVG( JS_XLCSC_HRT ) JS_XLCSC_HRT,
  982. AVG( JS_CCCDC_BMFH ) JS_CCCDC_BMFH,
  983. AVG( JS_CCCDC_HRT ) JS_CCCDC_HRT,
  984. AVG( JS_ECC_BMFH ) JS_ECC_BMFH,
  985. AVG( JS_ECC_HRT ) JS_ECC_HRT,
  986. AVG( JS_ECC_GTFH ) JS_ECC_GTFH,
  987. AVG( JS_CLSN_JCSJ ) JS_CLSN_JCSJ,
  988. AVG( JS_XGCDC_QSQ_SSLS ) JS_XGCDC_QSQ_SSLS,
  989. AVG( JS_WHLB ) JS_WHLB,
  990. AVG( JS_WHLB_R_N ) JS_WHLB_R_N,
  991. AVG( JS_NHLB ) JS_NHLB,
  992. AVG( JS_WDSCNL ) JS_WDSCNL,
  993. AVG( JS_QSB ) JS_QSB,
  994. AVG( JS_FCXSL ) JS_FCXSL,
  995. AVG( JS_FCXSLBL ) JS_FCXSLBL,
  996. AVG( JS_CS_COD_CWRWXZ ) JS_CS_COD_CWRWXZ,
  997. AVG( JS_CS_SS_CWRWXZ ) JS_CS_SS_CWRWXZ,
  998. AVG( JS_CS_ZD_CWRWXZ ) JS_CS_ZD_CWRWXZ,
  999. AVG( JS_CS_ZL_CWRWXZ ) JS_CS_ZL_CWRWXZ,
  1000. AVG( JS_CS_AD_CWRWXZ ) JS_CS_AD_CWRWXZ,
  1001. AVG( JS_JS_COD_CWRWFH ) JS_JS_COD_CWRWFH,
  1002. AVG( JS_JS_SS_CWRWFH ) JS_JS_SS_CWRWFH,
  1003. AVG( JS_JS_ZD_CWRWFH ) JS_JS_ZD_CWRWFH,
  1004. AVG( JS_JS_ZL_CWRWFH ) JS_JS_ZL_CWRWFH,
  1005. AVG( JS_JS_AD_CWRWFH ) JS_JS_AD_CWRWFH,
  1006. AVG( JS_JS_COD_CWRWXZ ) JS_JS_COD_CWRWXZ,
  1007. AVG( JS_JS_SS_CWRWXZ ) JS_JS_SS_CWRWXZ,
  1008. AVG( JS_JS_ZD_CWRWXZ ) JS_JS_ZD_CWRWXZ,
  1009. AVG( JS_JS_ZL_CWRWXZ ) JS_JS_ZL_CWRWXZ,
  1010. AVG( JS_JS_AD_CWRWXZ ) JS_JS_AD_CWRWXZ
  1011. FROM
  1012. t_xinyi_big_table_hour
  1013. WHERE TEST_DATE = #{day}
  1014. </select>
  1015. <select id="selectTXinyiBigTableDayByMonthAvg" resultType="com.slibra.business.domain.TXinyiBigTableMonth">
  1016. SELECT
  1017. DATE_FORMAT(STR_TO_DATE(TEST_DATE, '%Y/%m/%d'), '%Y/%m') AS TEST_DATE,
  1018. avg(`GY_JS_COD`) GY_JS_COD,
  1019. avg(`GY_JS_PH`) GY_JS_PH,
  1020. avg(`GY_JS_SS`) GY_JS_SS,
  1021. avg(`GY_JS_TP`) GY_JS_TP,
  1022. avg(`GY_JS_TN`) GY_JS_TN,
  1023. avg(`GY_JS_NH3`) GY_JS_NH3,
  1024. avg(`GY_JS_SW_PH`) GY_JS_SW_PH,
  1025. avg(`GY_JS_BFYW`) GY_JS_BFYW,
  1026. avg(`GY_CS_SLQC`) GY_CS_SLQC,
  1027. avg(`GY_CS_COD`) GY_CS_COD,
  1028. avg(`GY_CS_PH`) GY_CS_PH,
  1029. avg(`GY_CS_SS`) GY_CS_SS,
  1030. avg(`GY_CS_TN`) GY_CS_TN,
  1031. avg(`GY_CS_TP`) GY_CS_TP,
  1032. avg(`GY_CS_NH3`) GY_CS_NH3,
  1033. avg(`GY_ONE_HYZD_DO`) GY_ONE_HYZD_DO,
  1034. avg(`GY_ONE_HYMD_DO`) GY_ONE_HYMD_DO,
  1035. avg(`GY_TWO_HYZD_DO`) GY_TWO_HYZD_DO,
  1036. avg(`GY_TWO_HYMD_DO`) GY_TWO_HYMD_DO,
  1037. avg(`GY_ONE_MLSS`) GY_ONE_MLSS,
  1038. avg(`GY_TWO_MLSS`) GY_TWO_MLSS,
  1039. avg(`GY_JS_TDS`) GY_JS_TDS,
  1040. avg(`GY_JS_SLQ`) GY_JS_SLQ,
  1041. avg(`GY_N_HLB_ONE_GP`) GY_N_HLB_ONE_GP,
  1042. avg(`GY_N_HLB_TWO_GP`) GY_N_HLB_TWO_GP,
  1043. avg(`GY_N_HLB_THREE_GP`) GY_N_HLB_THREE_GP,
  1044. avg(`GY_N_HLB_FOUR_GP` ) GY_N_HLB_FOUR_GP,
  1045. avg(`GY_NHL_B_FIVE_GP`) GY_NHL_B_FIVE_GP,
  1046. avg(`GY_N_HLB_SIX_GP`) GY_N_HLB_SIX_GP,
  1047. avg(`GY_W_HLB_ONE_GP`) GY_W_HLB_ONE_GP,
  1048. avg(`GY_W_HLB_TWO_GP`) GY_W_HLB_TWO_GP,
  1049. avg(`GY_W_HLB_THREE_GP`) GY_W_HLB_THREE_GP,
  1050. avg(`GY_W_HLB_FOUR_GP`) GY_W_HLB_FOUR_GP,
  1051. avg(`GY_W_HLB_FIVE_GP`) GY_W_HLB_FIVE_GP,
  1052. avg(`GY_FJ_ONE`) GY_FJ_ONE,
  1053. avg(`GY_FJ_TWO`) GY_FJ_TWO,
  1054. avg(`GY_FJ_THREE`) GY_FJ_THREE,
  1055. avg(`GY_FJ_FOUR`) GY_FJ_FOUR,
  1056. avg(`GY_FJ_FIVE`) GY_FJ_FIVE,
  1057. avg(`GY_FJ_SIX`) GY_FJ_SIX,
  1058. avg(`GY_KQLL_ONE`) GY_KQLL_ONE,
  1059. avg(`GY_KQLL_TWO`) GY_KQLL_TWO,
  1060. avg(`GY_KQLL_THREE`) GY_KQLL_THREE,
  1061. avg(`GY_KQLL_FOUR`) GY_KQLL_FOUR,
  1062. avg(`GY_KQLL_FIVE`) GY_KQLL_FIVE,
  1063. avg(`GY_KQLL_SIX`) GY_KQLL_SIX,
  1064. avg(`GY_SJTYJLY`) GY_SJTYJLY,
  1065. avg(`GY_CLJYSSLL`) GY_CLJYSSLL,
  1066. avg(`GY_CL_P04_YCZ`) GY_CL_P04_YCZ,
  1067. avg(`RB_JS_COD`) RB_JS_COD,
  1068. avg(`RB_JS_PH`) RB_JS_PH,
  1069. avg(`RB_JS_BOD5`) RB_JS_BOD5,
  1070. avg(`RB_JS_SS`) RB_JS_SS,
  1071. avg(`RB_JS_NH3`) RB_JS_NH3,
  1072. avg(`RB_JS_TN`) RB_JS_TN,
  1073. avg(`RB_JS_TP`) RB_JS_TP,
  1074. avg(`RB_JS_DCGJ`) RB_JS_DCGJ,
  1075. avg(`RB_CS_COD`) RB_CS_COD,
  1076. avg(`RB_CS_PH`) RB_CS_PH,
  1077. avg(`RB_CS_BOD5`) RB_CS_BOD5,
  1078. avg(`RB_CS_SS`) RB_CS_SS,
  1079. avg(`RB_CS_NH3`) RB_CS_NH3,
  1080. avg(`RB_CS_TN`) RB_CS_TN,
  1081. avg(`RB_CS_TP`) RB_CS_TP,
  1082. avg(`RB_CS_DCGJ`) RB_CS_DCGJ,
  1083. avg(`RB_JS_SW`) RB_JS_SW,
  1084. avg(`RB_CS_SW`) RB_CS_SW,
  1085. avg(`RB_SHC_ONE_PH`) RB_SHC_ONE_PH,
  1086. avg(`RB_SHC_TWO_PH`) RB_SHC_TWO_PH,
  1087. avg(`RB_SHC_HY_ONE_SV`) RB_SHC_HY_ONE_SV,
  1088. avg(`RB_SHC_HY_TWO_SV`) RB_SHC_HY_TWO_SV,
  1089. avg(`RB_SHC_HY_ONE_SVI`) RB_SHC_HY_ONE_SVI,
  1090. avg(`RB_SHC_HY_TWO_SVI`) RB_SHC_HY_TWO_SVI,
  1091. avg(`RB_SHC_HY_ONE_MLSS`) RB_SHC_HY_ONE_MLSS,
  1092. avg(`RB_SHC_HY_TWO_MLSS`) RB_SHC_HY_TWO_MLSS,
  1093. avg(`RB_SHC_HY_ONE_MLVSS`) RB_SHC_HY_ONE_MLVSS,
  1094. avg(`RB_SHC_HY_TWO_MLVSS`) RB_SHC_HY_TWO_MLVSS,
  1095. avg(`RB_SHC_YY_ONE_DO`) RB_SHC_YY_ONE_DO,
  1096. avg(`RB_SHC_YY_TWO_DO`) RB_SHC_YY_TWO_DO,
  1097. avg(`RB_SHC_QY_ONE_DO`) RB_SHC_QY_ONE_DO,
  1098. avg(`RB_SHC_QY_TWO_DO`) RB_SHC_QY_TWO_DO,
  1099. avg(`RB_SHC_HY_ONE_DO`) RB_SHC_HY_ONE_DO,
  1100. avg(`RB_SHC_HY_TWO_DO`) RB_SHC_HY_TWO_DO,
  1101. avg(`RB_JSL`) RB_JSL,
  1102. avg(`RB_CSL`) RB_CSL,
  1103. avg(`RB_SDCLCXSL`) RB_SDCLCXSL,
  1104. avg(`RB_QSB`) RB_QSB,
  1105. avg(`RB_F_M`) RB_F_M,
  1106. avg(`RB_YY_HRT`) RB_YY_HRT,
  1107. avg(`RB_HY_HRT`) RB_HY_HRT,
  1108. avg(`RB_QY_HRT`) RB_QY_HRT,
  1109. avg(`RB_NHL_R`) RB_NHL_R,
  1110. avg(`RB_WHL_R`) RB_WHL_R,
  1111. avg(`RB_SRT`) RB_SRT,
  1112. avg(`RB_CNL`) RB_CNL,
  1113. avg(`RB_TYQ_BOD5_TN`) RB_TYQ_BOD5_TN,
  1114. avg(`RB_TYH_BOD5_TN`) RB_TYH_BOD5_TN,
  1115. avg(`RB_CHUNILIANG`) RB_CHUNILIANG,
  1116. avg(`RB_CNHSL`) RB_CNHSL,
  1117. avg(`RB_GWNL`) RB_GWNL ,
  1118. avg(`RB_DF`) RB_DF,
  1119. avg(`RB_XNJF`) RB_XNJF,
  1120. avg(`RB_CLF`) RB_CLF,
  1121. avg(`RB_TYF`) RB_TYF,
  1122. avg(`RB_XDJF`) RB_XDJF,
  1123. avg(`RB_QTYJF`) RB_QTYJF,
  1124. avg(`RB_CNF`) RB_CNF,
  1125. avg(`RB_ZLSF`) RB_ZLSF,
  1126. avg(`RB_ZJCB`) RB_ZJCB,
  1127. avg(`RB_DWCB`) RB_DWCB,
  1128. avg(`HY_COD_YB`) HY_COD_YB,
  1129. avg(`HY_COD_JQR`) HY_COD_JQR,
  1130. avg(`HY_COD_YZ`) HY_COD_YZ,
  1131. avg(`HY_TP_HL1_JQR`) HY_TP_HL1_JQR,
  1132. avg(`HY_TP_HL2_JQR`) HY_TP_HL2_JQR,
  1133. avg(`HY_TP_RCC_JQR`) HY_TP_RCC_JQR,
  1134. avg(`HY_TP_1_YZ`) HY_TP_1_YZ,
  1135. avg(`HY_TP_2_YZ`) HY_TP_2_YZ,
  1136. avg(`HY_TP_RCC_YZ`) HY_TP_RCC_YZ,
  1137. avg(`HY_NH3_1_JQR`) HY_NH3_1_JQR,
  1138. avg(`HY_NH3_2_JQR`) HY_NH3_2_JQR,
  1139. avg(`HY_NH3_1_YZ`) HY_NH3_1_YZ,
  1140. avg(`HY_NO3_HLC1_YZ`) HY_NO3_HLC1_YZ,
  1141. avg(`HY_NH3_2_YZ`) HY_NH3_2_YZ,
  1142. avg(`HY_NO3_HLC2_YZ`) HY_NO3_HLC2_YZ,
  1143. avg(`HY_NO3_HLJ1_JQR`) HY_NO3_HLJ1_JQR,
  1144. avg(`HY_NO3_HLJ2_JQR`) HY_NO3_HLJ2_JQR,
  1145. avg(`HY_TYLL`) HY_TYLL,
  1146. avg(`HY_NO3_QYC_1_JQR`) HY_NO3_QYC_1_JQR,
  1147. avg(`HY_NO3_QYC_2_JQR`) HY_NO3_QYC_2_JQR,
  1148. avg(`HY_NO3_QYC_1_YZ`) HY_NO3_QYC_1_YZ,
  1149. avg(`HY_NO3_QYC_2_YZ`) HY_NO3_QYC_2_YZ,
  1150. avg(`HY_JSLL`) HY_JSLL,
  1151. avg(`JS_JS_TDB`) JS_JS_TDB,
  1152. avg(`JS_JS_TLB`) JS_JS_TLB,
  1153. avg(`JS_JS_BOD_B_COD`) JS_JS_BOD_B_COD,
  1154. avg(`JS_YYQ_HRT`) JS_YYQ_HRT,
  1155. avg(`JS_QYQ_HRT`) JS_QYQ_HRT,
  1156. avg(`JS_HYQ_HRT`) JS_HYQ_HRT,
  1157. avg(`JS_HFXWNNDZB`) JS_HFXWNNDZB,
  1158. avg(`JS_F_M`) JS_F_M,
  1159. avg(`JS_GSLS`) JS_GSLS,
  1160. avg(`JS_GSLS_ONE`) JS_GSLS_ONE,
  1161. avg(`JS_GSLS_TWO`) JS_GSLS_TWO,
  1162. avg(`JS_XGS_GSLS`) JS_XGS_GSLS,
  1163. avg(`JS_XLCSC_BMFH`) JS_XLCSC_BMFH,
  1164. avg(`JS_XLCSC_HRT`) JS_XLCSC_HRT,
  1165. avg(`JS_CCCDC_BMFH`) JS_CCCDC_BMFH,
  1166. avg(`JS_CCCDC_HRT`) JS_CCCDC_HRT,
  1167. avg(`JS_ECC_BMFH`) JS_ECC_BMFH,
  1168. avg(`JS_ECC_HRT`) JS_ECC_HRT,
  1169. avg(`JS_ECC_GTFH`) JS_ECC_GTFH,
  1170. avg(`JS_CLSN_JCSJ`) JS_CLSN_JCSJ,
  1171. avg(`JS_XGCDC_QSQ_SSLS`) JS_XGCDC_QSQ_SSLS,
  1172. avg(`JS_WHLB`) JS_WHLB,
  1173. avg(`JS_WHLB_R_N`) JS_WHLB_R_N,
  1174. avg(`JS_NHLB`) JS_NHLB,
  1175. avg(`JS_WDSCNL`) JS_WDSCNL,
  1176. avg(`JS_QSB`) JS_QSB,
  1177. avg(`JS_FCXSL`) JS_FCXSL,
  1178. avg(`JS_FCXSLBL`) JS_FCXSLBL,
  1179. AVG( JS_CS_COD_CWRWXZ ) JS_CS_COD_CWRWXZ,
  1180. AVG( JS_CS_SS_CWRWXZ ) JS_CS_SS_CWRWXZ,
  1181. AVG( JS_CS_ZD_CWRWXZ ) JS_CS_ZD_CWRWXZ,
  1182. AVG( JS_CS_ZL_CWRWXZ ) JS_CS_ZL_CWRWXZ,
  1183. AVG( JS_CS_AD_CWRWXZ ) JS_CS_AD_CWRWXZ,
  1184. AVG( JS_JS_COD_CWRWFH ) JS_JS_COD_CWRWFH,
  1185. AVG( JS_JS_SS_CWRWFH ) JS_JS_SS_CWRWFH,
  1186. AVG( JS_JS_ZD_CWRWFH ) JS_JS_ZD_CWRWFH,
  1187. AVG( JS_JS_ZL_CWRWFH ) JS_JS_ZL_CWRWFH,
  1188. AVG( JS_JS_AD_CWRWFH ) JS_JS_AD_CWRWFH,
  1189. AVG( JS_JS_COD_CWRWXZ ) JS_JS_COD_CWRWXZ,
  1190. AVG( JS_JS_SS_CWRWXZ ) JS_JS_SS_CWRWXZ,
  1191. AVG( JS_JS_ZD_CWRWXZ ) JS_JS_ZD_CWRWXZ,
  1192. AVG( JS_JS_ZL_CWRWXZ ) JS_JS_ZL_CWRWXZ,
  1193. AVG( JS_JS_AD_CWRWXZ ) JS_JS_AD_CWRWXZ
  1194. FROM
  1195. t_xinyi_big_table_day
  1196. GROUP BY
  1197. DATE_FORMAT(STR_TO_DATE(TEST_DATE, '%Y/%m/%d'), '%Y/%m')
  1198. </select>
  1199. <select id="selectTXinyiBigTableHourAvg" resultMap="TXinyiBigTableDayResult">
  1200. select
  1201. avg(`GY_JS_COD`) GY_JS_COD,
  1202. avg(`GY_JS_PH`) GY_JS_PH,
  1203. avg(`GY_JS_SS`) GY_JS_SS,
  1204. avg(`GY_JS_TP`) GY_JS_TP,
  1205. avg(`GY_JS_TN`) GY_JS_TN,
  1206. avg(`GY_JS_NH3`) GY_JS_NH3,
  1207. avg(`GY_JS_SW_PH`) GY_JS_SW_PH,
  1208. avg(`GY_JS_BFYW`) GY_JS_BFYW,
  1209. avg(`GY_CS_SLQC`) GY_CS_SLQC,
  1210. avg(`GY_CS_COD`) GY_CS_COD,
  1211. avg(`GY_CS_PH`) GY_CS_PH,
  1212. avg(`GY_CS_SS`) GY_CS_SS,
  1213. avg(`GY_CS_TN`) GY_CS_TN,
  1214. avg(`GY_CS_TP`) GY_CS_TP,
  1215. avg(`GY_CS_NH3`) GY_CS_NH3,
  1216. avg(`GY_ONE_HYZD_DO`) GY_ONE_HYZD_DO,
  1217. avg(`GY_ONE_HYMD_DO`) GY_ONE_HYMD_DO,
  1218. avg(`GY_TWO_HYZD_DO`) GY_TWO_HYZD_DO,
  1219. avg(`GY_TWO_HYMD_DO`) GY_TWO_HYMD_DO,
  1220. avg(`GY_ONE_MLSS`) GY_ONE_MLSS,
  1221. avg(`GY_TWO_MLSS`) GY_TWO_MLSS,
  1222. avg(`GY_JS_TDS`) GY_JS_TDS,
  1223. avg(`GY_JS_SLQ`) GY_JS_SLQ,
  1224. avg(`GY_N_HLB_ONE_GP`) GY_N_HLB_ONE_GP,
  1225. avg(`GY_N_HLB_TWO_GP`) GY_N_HLB_TWO_GP,
  1226. avg(`GY_N_HLB_THREE_GP`) GY_N_HLB_THREE_GP,
  1227. avg(`GY_N_HLB_FOUR_GP` ) GY_N_HLB_FOUR_GP,
  1228. avg(`GY_NHL_B_FIVE_GP`) GY_NHL_B_FIVE_GP,
  1229. avg(`GY_N_HLB_SIX_GP`) GY_N_HLB_SIX_GP,
  1230. avg(`GY_W_HLB_ONE_GP`) GY_W_HLB_ONE_GP,
  1231. avg(`GY_W_HLB_TWO_GP`) GY_W_HLB_TWO_GP,
  1232. avg(`GY_W_HLB_THREE_GP`) GY_W_HLB_THREE_GP,
  1233. avg(`GY_W_HLB_FOUR_GP`) GY_W_HLB_FOUR_GP,
  1234. avg(`GY_W_HLB_FIVE_GP`) GY_W_HLB_FIVE_GP,
  1235. avg(`GY_FJ_ONE`) GY_FJ_ONE,
  1236. avg(`GY_FJ_TWO`) GY_FJ_TWO,
  1237. avg(`GY_FJ_THREE`) GY_FJ_THREE,
  1238. avg(`GY_FJ_FOUR`) GY_FJ_FOUR,
  1239. avg(`GY_FJ_FIVE`) GY_FJ_FIVE,
  1240. avg(`GY_FJ_SIX`) GY_FJ_SIX,
  1241. avg(`GY_KQLL_ONE`) GY_KQLL_ONE,
  1242. avg(`GY_KQLL_TWO`) GY_KQLL_TWO,
  1243. avg(`GY_KQLL_THREE`) GY_KQLL_THREE,
  1244. avg(`GY_KQLL_FOUR`) GY_KQLL_FOUR,
  1245. avg(`GY_KQLL_FIVE`) GY_KQLL_FIVE,
  1246. avg(`GY_KQLL_SIX`) GY_KQLL_SIX,
  1247. avg(`GY_SJTYJLY`) GY_SJTYJLY,
  1248. avg(`GY_CLJYSSLL`) GY_CLJYSSLL,
  1249. avg(`GY_CL_P04_YCZ`) GY_CL_P04_YCZ,
  1250. avg(`RB_JS_COD`) RB_JS_COD,
  1251. avg(`RB_JS_PH`) RB_JS_PH,
  1252. avg(`RB_JS_BOD5`) RB_JS_BOD5,
  1253. avg(`RB_JS_SS`) RB_JS_SS,
  1254. avg(`RB_JS_NH3`) RB_JS_NH3,
  1255. avg(`RB_JS_TN`) RB_JS_TN,
  1256. avg(`RB_JS_TP`) RB_JS_TP,
  1257. avg(`RB_JS_DCGJ`) RB_JS_DCGJ,
  1258. avg(`RB_CS_COD`) RB_CS_COD,
  1259. avg(`RB_CS_PH`) RB_CS_PH,
  1260. avg(`RB_CS_BOD5`) RB_CS_BOD5,
  1261. avg(`RB_CS_SS`) RB_CS_SS,
  1262. avg(`RB_CS_NH3`) RB_CS_NH3,
  1263. avg(`RB_CS_TN`) RB_CS_TN,
  1264. avg(`RB_CS_TP`) RB_CS_TP,
  1265. avg(`RB_CS_DCGJ`) RB_CS_DCGJ,
  1266. avg(`RB_JS_SW`) RB_JS_SW,
  1267. avg(`RB_CS_SW`) RB_CS_SW,
  1268. avg(`RB_SHC_ONE_PH`) RB_SHC_ONE_PH,
  1269. avg(`RB_SHC_TWO_PH`) RB_SHC_TWO_PH,
  1270. avg(`RB_SHC_HY_ONE_SV`) RB_SHC_HY_ONE_SV,
  1271. avg(`RB_SHC_HY_TWO_SV`) RB_SHC_HY_TWO_SV,
  1272. avg(`RB_SHC_HY_ONE_SVI`) RB_SHC_HY_ONE_SVI,
  1273. avg(`RB_SHC_HY_TWO_SVI`) RB_SHC_HY_TWO_SVI,
  1274. avg(`RB_SHC_HY_ONE_MLSS`) RB_SHC_HY_ONE_MLSS,
  1275. avg(`RB_SHC_HY_TWO_MLSS`) RB_SHC_HY_TWO_MLSS,
  1276. avg(`RB_SHC_HY_ONE_MLVSS`) RB_SHC_HY_ONE_MLVSS,
  1277. avg(`RB_SHC_HY_TWO_MLVSS`) RB_SHC_HY_TWO_MLVSS,
  1278. avg(`RB_SHC_YY_ONE_DO`) RB_SHC_YY_ONE_DO,
  1279. avg(`RB_SHC_YY_TWO_DO`) RB_SHC_YY_TWO_DO,
  1280. avg(`RB_SHC_QY_ONE_DO`) RB_SHC_QY_ONE_DO,
  1281. avg(`RB_SHC_QY_TWO_DO`) RB_SHC_QY_TWO_DO,
  1282. avg(`RB_SHC_HY_ONE_DO`) RB_SHC_HY_ONE_DO,
  1283. avg(`RB_SHC_HY_TWO_DO`) RB_SHC_HY_TWO_DO,
  1284. avg(`RB_JSL`) RB_JSL,
  1285. avg(`RB_CSL`) RB_CSL,
  1286. avg(`RB_SDCLCXSL`) RB_SDCLCXSL,
  1287. avg(`RB_QSB`) RB_QSB,
  1288. avg(`RB_F_M`) RB_F_M,
  1289. avg(`RB_YY_HRT`) RB_YY_HRT,
  1290. avg(`RB_HY_HRT`) RB_HY_HRT,
  1291. avg(`RB_QY_HRT`) RB_QY_HRT,
  1292. avg(`RB_NHL_R`) RB_NHL_R,
  1293. avg(`RB_WHL_R`) RB_WHL_R,
  1294. avg(`RB_SRT`) RB_SRT,
  1295. avg(`RB_CNL`) RB_CNL,
  1296. avg(`RB_TYQ_BOD5_TN`) RB_TYQ_BOD5_TN,
  1297. avg(`RB_TYH_BOD5_TN`) RB_TYH_BOD5_TN,
  1298. avg(`RB_CHUNILIANG`) RB_CHUNILIANG,
  1299. avg(`RB_CNHSL`) RB_CNHSL,
  1300. avg(`RB_GWNL`) RB_GWNL ,
  1301. avg(`RB_DF`) RB_DF,
  1302. avg(`RB_XNJF`) RB_XNJF,
  1303. avg(`RB_CLF`) RB_CLF,
  1304. avg(`RB_TYF`) RB_TYF,
  1305. avg(`RB_XDJF`) RB_XDJF,
  1306. avg(`RB_QTYJF`) RB_QTYJF,
  1307. avg(`RB_CNF`) RB_CNF,
  1308. avg(`RB_ZLSF`) RB_ZLSF,
  1309. avg(`RB_ZJCB`) RB_ZJCB,
  1310. avg(`RB_DWCB`) RB_DWCB,
  1311. avg(`HY_COD_YB`) HY_COD_YB,
  1312. avg(`HY_COD_JQR`) HY_COD_JQR,
  1313. avg(`HY_COD_YZ`) HY_COD_YZ,
  1314. avg(`HY_TP_HL1_JQR`) HY_TP_HL1_JQR,
  1315. avg(`HY_TP_HL2_JQR`) HY_TP_HL2_JQR,
  1316. avg(`HY_TP_RCC_JQR`) HY_TP_RCC_JQR,
  1317. avg(`HY_TP_1_YZ`) HY_TP_1_YZ,
  1318. avg(`HY_TP_2_YZ`) HY_TP_2_YZ,
  1319. avg(`HY_TP_RCC_YZ`) HY_TP_RCC_YZ,
  1320. avg(`HY_NH3_1_JQR`) HY_NH3_1_JQR,
  1321. avg(`HY_NH3_2_JQR`) HY_NH3_2_JQR,
  1322. avg(`HY_NH3_1_YZ`) HY_NH3_1_YZ,
  1323. avg(`HY_NO3_HLC1_YZ`) HY_NO3_HLC1_YZ,
  1324. avg(`HY_NH3_2_YZ`) HY_NH3_2_YZ,
  1325. avg(`HY_NO3_HLC2_YZ`) HY_NO3_HLC2_YZ,
  1326. avg(`HY_NO3_HLJ1_JQR`) HY_NO3_HLJ1_JQR,
  1327. avg(`HY_NO3_HLJ2_JQR`) HY_NO3_HLJ2_JQR,
  1328. avg(`HY_TYLL`) HY_TYLL,
  1329. avg(`HY_NO3_QYC_1_JQR`) HY_NO3_QYC_1_JQR,
  1330. avg(`HY_NO3_QYC_2_JQR`) HY_NO3_QYC_2_JQR,
  1331. avg(`HY_NO3_QYC_1_YZ`) HY_NO3_QYC_1_YZ,
  1332. avg(`HY_NO3_QYC_2_YZ`) HY_NO3_QYC_2_YZ,
  1333. avg(`HY_JSLL`) HY_JSLL,
  1334. avg(`JS_JS_TDB`) JS_JS_TDB,
  1335. avg(`JS_JS_TLB`) JS_JS_TLB,
  1336. avg(`JS_JS_BOD_B_COD`) JS_JS_BOD_B_COD,
  1337. avg(`JS_YYQ_HRT`) JS_YYQ_HRT,
  1338. avg(`JS_QYQ_HRT`) JS_QYQ_HRT,
  1339. avg(`JS_HYQ_HRT`) JS_HYQ_HRT,
  1340. avg(`JS_HFXWNNDZB`) JS_HFXWNNDZB,
  1341. avg(`JS_F_M`) JS_F_M,
  1342. avg(`JS_GSLS`) JS_GSLS,
  1343. avg(`JS_GSLS_ONE`) JS_GSLS_ONE,
  1344. avg(`JS_GSLS_TWO`) JS_GSLS_TWO,
  1345. avg(`JS_XGS_GSLS`) JS_XGS_GSLS,
  1346. avg(`JS_XLCSC_BMFH`) JS_XLCSC_BMFH,
  1347. avg(`JS_XLCSC_HRT`) JS_XLCSC_HRT,
  1348. avg(`JS_CCCDC_BMFH`) JS_CCCDC_BMFH,
  1349. avg(`JS_CCCDC_HRT`) JS_CCCDC_HRT,
  1350. avg(`JS_ECC_BMFH`) JS_ECC_BMFH,
  1351. avg(`JS_ECC_HRT`) JS_ECC_HRT,
  1352. avg(`JS_ECC_GTFH`) JS_ECC_GTFH,
  1353. avg(`JS_CLSN_JCSJ`) JS_CLSN_JCSJ,
  1354. avg(`JS_XGCDC_QSQ_SSLS`) JS_XGCDC_QSQ_SSLS,
  1355. avg(`JS_WHLB`) JS_WHLB,
  1356. avg(`JS_WHLB_R_N`) JS_WHLB_R_N,
  1357. avg(`JS_NHLB`) JS_NHLB,
  1358. avg(`JS_WDSCNL`) JS_WDSCNL,
  1359. avg(`JS_QSB`) JS_QSB,
  1360. avg(`JS_FCXSL`) JS_FCXSL,
  1361. avg(`JS_FCXSLBL`) JS_FCXSLBL,
  1362. AVG( JS_CS_COD_CWRWXZ ) JS_CS_COD_CWRWXZ,
  1363. AVG( JS_CS_SS_CWRWXZ ) JS_CS_SS_CWRWXZ,
  1364. AVG( JS_CS_ZD_CWRWXZ ) JS_CS_ZD_CWRWXZ,
  1365. AVG( JS_CS_ZL_CWRWXZ ) JS_CS_ZL_CWRWXZ,
  1366. AVG( JS_CS_AD_CWRWXZ ) JS_CS_AD_CWRWXZ,
  1367. AVG( JS_JS_COD_CWRWFH ) JS_JS_COD_CWRWFH,
  1368. AVG( JS_JS_SS_CWRWFH ) JS_JS_SS_CWRWFH,
  1369. AVG( JS_JS_ZD_CWRWFH ) JS_JS_ZD_CWRWFH,
  1370. AVG( JS_JS_ZL_CWRWFH ) JS_JS_ZL_CWRWFH,
  1371. AVG( JS_JS_AD_CWRWFH ) JS_JS_AD_CWRWFH,
  1372. AVG( JS_JS_COD_CWRWXZ ) JS_JS_COD_CWRWXZ,
  1373. AVG( JS_JS_SS_CWRWXZ ) JS_JS_SS_CWRWXZ,
  1374. AVG( JS_JS_ZD_CWRWXZ ) JS_JS_ZD_CWRWXZ,
  1375. AVG( JS_JS_ZL_CWRWXZ ) JS_JS_ZL_CWRWXZ,
  1376. AVG( JS_JS_AD_CWRWXZ ) JS_JS_AD_CWRWXZ
  1377. from t_xinyi_big_table_hour where TEST_DATE = #{testDate}
  1378. </select>
  1379. <select id="selectTXinyiBigTableDayList" parameterType="TXinyiBigTableDay" resultMap="TXinyiBigTableDayResult">
  1380. <include refid="selectTXinyiBigTableDayVo"/>
  1381. <where>
  1382. 1 = 1
  1383. <if test="testDate != null and testDate != ''"> and TEST_DATE = #{testDate}</if>
  1384. <if test="gyJsCod != null "> and GY_JS_COD = #{gyJsCod}</if>
  1385. <if test="gyJsPh != null "> and GY_JS_PH = #{gyJsPh}</if>
  1386. <if test="gyJsSs != null "> and GY_JS_SS = #{gyJsSs}</if>
  1387. <if test="gyJsTp != null "> and GY_JS_TP = #{gyJsTp}</if>
  1388. <if test="gyJsTn != null "> and GY_JS_TN = #{gyJsTn}</if>
  1389. <if test="gyJsNh3 != null "> and GY_JS_NH3 = #{gyJsNh3}</if>
  1390. <if test="gyJsSwPh != null "> and GY_JS_SW_PH = #{gyJsSwPh}</if>
  1391. <if test="gyJsBfyw != null "> and GY_JS_BFYW = #{gyJsBfyw}</if>
  1392. <if test="gyCsSlqc != null "> and GY_CS_SLQC = #{gyCsSlqc}</if>
  1393. <if test="gyCsCod != null "> and GY_CS_COD = #{gyCsCod}</if>
  1394. <if test="gyCsPh != null "> and GY_CS_PH = #{gyCsPh}</if>
  1395. <if test="gyCsSs != null "> and GY_CS_SS = #{gyCsSs}</if>
  1396. <if test="gyCsTn != null "> and GY_CS_TN = #{gyCsTn}</if>
  1397. <if test="gyCsTp != null "> and GY_CS_TP = #{gyCsTp}</if>
  1398. <if test="gyCsNh3 != null "> and GY_CS_NH3 = #{gyCsNh3}</if>
  1399. <if test="gyOneHyzdDo != null "> and GY_ONE_HYZD_DO = #{gyOneHyzdDo}</if>
  1400. <if test="gyOneHymdDo != null "> and GY_ONE_HYMD_DO = #{gyOneHymdDo}</if>
  1401. <if test="gyTwoHyzdDo != null "> and GY_TWO_HYZD_DO = #{gyTwoHyzdDo}</if>
  1402. <if test="gyTwoHymdDo != null "> and GY_TWO_HYMD_DO = #{gyTwoHymdDo}</if>
  1403. <if test="gyOneMlss != null "> and GY_ONE_MLSS = #{gyOneMlss}</if>
  1404. <if test="gyTwoMlss != null "> and GY_TWO_MLSS = #{gyTwoMlss}</if>
  1405. <if test="gyJsTds != null "> and GY_JS_TDS = #{gyJsTds}</if>
  1406. <if test="gyJsSlq != null "> and GY_JS_SLQ = #{gyJsSlq}</if>
  1407. <if test="gyNHlbOneGp != null "> and GY_N_HLB_ONE_GP = #{gyNHlbOneGp}</if>
  1408. <if test="gyNHlbTwoGp != null "> and GY_N_HLB_TWO_GP = #{gyNHlbTwoGp}</if>
  1409. <if test="gyNHlbThreeGp != null "> and GY_N_HLB_THREE_GP = #{gyNHlbThreeGp}</if>
  1410. <if test="gyNHlbFourGp != null "> and GY_N_HLB_FOUR_GP = #{gyNHlbFourGp}</if>
  1411. <if test="gyNhlBFiveGp != null "> and GY_NHL_B_FIVE_GP = #{gyNhlBFiveGp}</if>
  1412. <if test="gyNHlbSixGp != null "> and GY_N_HLB_SIX_GP = #{gyNHlbSixGp}</if>
  1413. <if test="gyWHlbOneGp != null "> and GY_W_HLB_ONE_GP = #{gyWHlbOneGp}</if>
  1414. <if test="gyWHlbTwoGp != null "> and GY_W_HLB_TWO_GP = #{gyWHlbTwoGp}</if>
  1415. <if test="gyWHlbThreeGp != null "> and GY_W_HLB_THREE_GP = #{gyWHlbThreeGp}</if>
  1416. <if test="gyWHlbFourGp != null "> and GY_W_HLB_FOUR_GP = #{gyWHlbFourGp}</if>
  1417. <if test="gyWHlbFiveGp != null "> and GY_W_HLB_FIVE_GP = #{gyWHlbFiveGp}</if>
  1418. <if test="gyFjOne != null "> and GY_FJ_ONE = #{gyFjOne}</if>
  1419. <if test="gyFjTwo != null "> and GY_FJ_TWO = #{gyFjTwo}</if>
  1420. <if test="gyFjThree != null "> and GY_FJ_THREE = #{gyFjThree}</if>
  1421. <if test="gyFjFour != null "> and GY_FJ_FOUR = #{gyFjFour}</if>
  1422. <if test="gyFjFive != null "> and GY_FJ_FIVE = #{gyFjFive}</if>
  1423. <if test="gyFjSix != null "> and GY_FJ_SIX = #{gyFjSix}</if>
  1424. <if test="gyKqllOne != null "> and GY_KQLL_ONE = #{gyKqllOne}</if>
  1425. <if test="gyKqllTwo != null "> and GY_KQLL_TWO = #{gyKqllTwo}</if>
  1426. <if test="gyKqllThree != null "> and GY_KQLL_THREE = #{gyKqllThree}</if>
  1427. <if test="gyKqllFour != null "> and GY_KQLL_FOUR = #{gyKqllFour}</if>
  1428. <if test="gyKqllFive != null "> and GY_KQLL_FIVE = #{gyKqllFive}</if>
  1429. <if test="gyKqllSix != null "> and GY_KQLL_SIX = #{gyKqllSix}</if>
  1430. <if test="gySjtyjly != null "> and GY_SJTYJLY = #{gySjtyjly}</if>
  1431. <if test="gyCljyssll != null "> and GY_CLJYSSLL = #{gyCljyssll}</if>
  1432. <if test="gyHycRjyAll != null and gyHycRjyAll != ''"> and GY_HYC_RJY_ALL = #{gyHycRjyAll}</if>
  1433. <if test="gyHycRjyZdAll != null and gyHycRjyZdAll != ''"> and GY_HYC_RJY_ZD_ALL = #{gyHycRjyZdAll}</if>
  1434. <if test="gyHycWnndAll != null and gyHycWnndAll != ''"> and GY_HYC_WNND_ALL = #{gyHycWnndAll}</if>
  1435. <if test="gyClP04Ycz != null "> and GY_CL_P04_YCZ = #{gyClP04Ycz}</if>
  1436. <if test="rbJsCod != null "> and RB_JS_COD = #{rbJsCod}</if>
  1437. <if test="rbJsPh != null "> and RB_JS_PH = #{rbJsPh}</if>
  1438. <if test="rbJsBod5 != null "> and RB_JS_BOD5 = #{rbJsBod5}</if>
  1439. <if test="rbJsSs != null "> and RB_JS_SS = #{rbJsSs}</if>
  1440. <if test="rbJsNh3 != null "> and RB_JS_NH3 = #{rbJsNh3}</if>
  1441. <if test="rbJsTn != null "> and RB_JS_TN = #{rbJsTn}</if>
  1442. <if test="rbJsTp != null "> and RB_JS_TP = #{rbJsTp}</if>
  1443. <if test="rbJsDcgj != null "> and RB_JS_DCGJ = #{rbJsDcgj}</if>
  1444. <if test="rbCsCod != null "> and RB_CS_COD = #{rbCsCod}</if>
  1445. <if test="rbCsPh != null "> and RB_CS_PH = #{rbCsPh}</if>
  1446. <if test="rbCsBod5 != null "> and RB_CS_BOD5 = #{rbCsBod5}</if>
  1447. <if test="rbCsSs != null "> and RB_CS_SS = #{rbCsSs}</if>
  1448. <if test="rbCsNh3 != null "> and RB_CS_NH3 = #{rbCsNh3}</if>
  1449. <if test="rbCsTn != null "> and RB_CS_TN = #{rbCsTn}</if>
  1450. <if test="rbCsTp != null "> and RB_CS_TP = #{rbCsTp}</if>
  1451. <if test="rbCsDcgj != null "> and RB_CS_DCGJ = #{rbCsDcgj}</if>
  1452. <if test="rbJsSw != null "> and RB_JS_SW = #{rbJsSw}</if>
  1453. <if test="rbCsSw != null "> and RB_CS_SW = #{rbCsSw}</if>
  1454. <if test="rbShcOnePh != null "> and RB_SHC_ONE_PH = #{rbShcOnePh}</if>
  1455. <if test="rbShcTwoPh != null "> and RB_SHC_TWO_PH = #{rbShcTwoPh}</if>
  1456. <if test="rbShcHyOneSv != null "> and RB_SHC_HY_ONE_SV = #{rbShcHyOneSv}</if>
  1457. <if test="rbShcHyTwoSv != null "> and RB_SHC_HY_TWO_SV = #{rbShcHyTwoSv}</if>
  1458. <if test="rbShcHyOneSvi != null "> and RB_SHC_HY_ONE_SVI = #{rbShcHyOneSvi}</if>
  1459. <if test="rbShcHyTwoSvi != null "> and RB_SHC_HY_TWO_SVI = #{rbShcHyTwoSvi}</if>
  1460. <if test="rbShcHyOneMlss != null "> and RB_SHC_HY_ONE_MLSS = #{rbShcHyOneMlss}</if>
  1461. <if test="rbShcHyTwoMlss != null "> and RB_SHC_HY_TWO_MLSS = #{rbShcHyTwoMlss}</if>
  1462. <if test="rbShcHyOneMlvss != null "> and RB_SHC_HY_ONE_MLVSS = #{rbShcHyOneMlvss}</if>
  1463. <if test="rbShcHyTwoMlvss != null "> and RB_SHC_HY_TWO_MLVSS = #{rbShcHyTwoMlvss}</if>
  1464. <if test="rbShcYyOneDo != null "> and RB_SHC_YY_ONE_DO = #{rbShcYyOneDo}</if>
  1465. <if test="rbShcYyTwoDo != null "> and RB_SHC_YY_TWO_DO = #{rbShcYyTwoDo}</if>
  1466. <if test="rbShcQyOneDo != null "> and RB_SHC_QY_ONE_DO = #{rbShcQyOneDo}</if>
  1467. <if test="rbShcQyTwoDo != null "> and RB_SHC_QY_TWO_DO = #{rbShcQyTwoDo}</if>
  1468. <if test="rbShcHyOneDo != null "> and RB_SHC_HY_ONE_DO = #{rbShcHyOneDo}</if>
  1469. <if test="rbShcHyTwoDo != null "> and RB_SHC_HY_TWO_DO = #{rbShcHyTwoDo}</if>
  1470. <if test="rbJsl != null "> and RB_JSL = #{rbJsl}</if>
  1471. <if test="rbCsl != null "> and RB_CSL = #{rbCsl}</if>
  1472. <if test="rbSdclcxsl != null "> and RB_SDCLCXSL = #{rbSdclcxsl}</if>
  1473. <if test="rbQsb != null "> and RB_QSB = #{rbQsb}</if>
  1474. <if test="rbFM != null "> and RB_F_M = #{rbFM}</if>
  1475. <if test="rbYyHrt != null "> and RB_YY_HRT = #{rbYyHrt}</if>
  1476. <if test="rbHyHrt != null "> and RB_HY_HRT = #{rbHyHrt}</if>
  1477. <if test="rbQyHrt != null "> and RB_QY_HRT = #{rbQyHrt}</if>
  1478. <if test="rbNhlR != null "> and RB_NHL_R = #{rbNhlR}</if>
  1479. <if test="rbWhlR != null "> and RB_WHL_R = #{rbWhlR}</if>
  1480. <if test="rbSrt != null "> and RB_SRT = #{rbSrt}</if>
  1481. <if test="rbCnl != null "> and RB_CNL = #{rbCnl}</if>
  1482. <if test="rbTyqBod5Tn != null "> and RB_TYQ_BOD5_TN = #{rbTyqBod5Tn}</if>
  1483. <if test="rbTyhBod5Tn != null "> and RB_TYH_BOD5_TN = #{rbTyhBod5Tn}</if>
  1484. <if test="rbHycRjyAll != null and rbHycRjyAll != ''"> and RB_HYC_RJY_ALL = #{rbHycRjyAll}</if>
  1485. <if test="rbHycWnndAll != null and rbHycWnndAll != ''"> and RB_HYC_WNND_ALL = #{rbHycWnndAll}</if>
  1486. <if test="rbYycRjyAll != null and rbYycRjyAll != ''"> and RB_YYC_RJY_ALL = #{rbYycRjyAll}</if>
  1487. <if test="rbQycRjyAll != null and rbQycRjyAll != ''"> and RB_QYC_RJY_ALL = #{rbQycRjyAll}</if>
  1488. <if test="rbWncjbAll != null and rbWncjbAll != ''"> and RB_WNCJB_ALL = #{rbWncjbAll}</if>
  1489. <if test="rbWntjzsAll != null and rbWntjzsAll != ''"> and RB_WNTJZS_ALL = #{rbWntjzsAll}</if>
  1490. <if test="rbHfxwnndAll != null and rbHfxwnndAll != ''"> and RB_HFXWNND_ALL = #{rbHfxwnndAll}</if>
  1491. <if test="rbChuniliang != null "> and RB_CHUNILIANG = #{rbChuniliang}</if>
  1492. <if test="rbCnhsl != null "> and RB_CNHSL = #{rbCnhsl}</if>
  1493. <if test="rbGwnl != null "> and RB_GWNL = #{rbGwnl}</if>
  1494. <if test="rbDf != null "> and RB_DF = #{rbDf}</if>
  1495. <if test="rbXnjf != null "> and RB_XNJF = #{rbXnjf}</if>
  1496. <if test="rbClf != null "> and RB_CLF = #{rbClf}</if>
  1497. <if test="rbTyf != null "> and RB_TYF = #{rbTyf}</if>
  1498. <if test="rbXdjf != null "> and RB_XDJF = #{rbXdjf}</if>
  1499. <if test="rbQtyjf != null "> and RB_QTYJF = #{rbQtyjf}</if>
  1500. <if test="rbCnf != null "> and RB_CNF = #{rbCnf}</if>
  1501. <if test="rbZlsf != null "> and RB_ZLSF = #{rbZlsf}</if>
  1502. <if test="rbZjcb != null "> and RB_ZJCB = #{rbZjcb}</if>
  1503. <if test="rbDwcb != null "> and RB_DWCB = #{rbDwcb}</if>
  1504. <if test="hyCodYb != null "> and HY_COD_YB = #{hyCodYb}</if>
  1505. <if test="hyCodJqr != null "> and HY_COD_JQR = #{hyCodJqr}</if>
  1506. <if test="hyCodYz != null "> and HY_COD_YZ = #{hyCodYz}</if>
  1507. <if test="hyTpHl1Jqr != null "> and HY_TP_HL1_JQR = #{hyTpHl1Jqr}</if>
  1508. <if test="hyTpHl2Jqr != null "> and HY_TP_HL2_JQR = #{hyTpHl2Jqr}</if>
  1509. <if test="hyTpRccJqr != null "> and HY_TP_RCC_JQR = #{hyTpRccJqr}</if>
  1510. <if test="hyTp1Yz != null "> and HY_TP_1_YZ = #{hyTp1Yz}</if>
  1511. <if test="hyTp2Yz != null "> and HY_TP_2_YZ = #{hyTp2Yz}</if>
  1512. <if test="hyTpRccYz != null "> and HY_TP_RCC_YZ = #{hyTpRccYz}</if>
  1513. <if test="hyNh31Jqr != null "> and HY_NH3_1_JQR = #{hyNh31Jqr}</if>
  1514. <if test="hyNh32Jqr != null "> and HY_NH3_2_JQR = #{hyNh32Jqr}</if>
  1515. <if test="hyNh31Yz != null "> and HY_NH3_1_YZ = #{hyNh31Yz}</if>
  1516. <if test="hyNo3Hlc1Yz != null "> and HY_NO3_HLC1_YZ = #{hyNo3Hlc1Yz}</if>
  1517. <if test="hyNh32Yz != null "> and HY_NH3_2_YZ = #{hyNh32Yz}</if>
  1518. <if test="hyNo3Hlc2Yz != null "> and HY_NO3_HLC2_YZ = #{hyNo3Hlc2Yz}</if>
  1519. <if test="hyNo3Hlj1Jqr != null "> and HY_NO3_HLJ1_JQR = #{hyNo3Hlj1Jqr}</if>
  1520. <if test="hyNo3Hlj2Jqr != null "> and HY_NO3_HLJ2_JQR = #{hyNo3Hlj2Jqr}</if>
  1521. <if test="hyTyll != null "> and HY_TYLL = #{hyTyll}</if>
  1522. <if test="hyNo3Qyc1Jqr != null "> and HY_NO3_QYC_1_JQR = #{hyNo3Qyc1Jqr}</if>
  1523. <if test="hyNo3Qyc2Jqr != null "> and HY_NO3_QYC_2_JQR = #{hyNo3Qyc2Jqr}</if>
  1524. <if test="hyNo3Qyc1Yz != null "> and HY_NO3_QYC_1_YZ = #{hyNo3Qyc1Yz}</if>
  1525. <if test="hyNo3Qyc2Yz != null "> and HY_NO3_QYC_2_YZ = #{hyNo3Qyc2Yz}</if>
  1526. <if test="hyJsll != null "> and HY_JSLL = #{hyJsll}</if>
  1527. <if test="hyHycxsyAll != null and hyHycxsyAll != ''"> and HY_HYCXSY_ALL = #{hyHycxsyAll}</if>
  1528. <if test="hyQyanAll != null and hyQyanAll != ''"> and HY_QYAN_ALL = #{hyQyanAll}</if>
  1529. <if test="hyQyckxsyAll != null and hyQyckxsyAll != ''"> and HY_QYCKXSY_ALL = #{hyQyckxsyAll}</if>
  1530. <if test="hyHyzlsyAll != null and hyHyzlsyAll != ''"> and HY_HYZLSY_ALL = #{hyHyzlsyAll}</if>
  1531. <if test="jsJsTdb != null "> and JS_JS_TDB = #{jsJsTdb}</if>
  1532. <if test="jsJsTlb != null "> and JS_JS_TLB = #{jsJsTlb}</if>
  1533. <if test="jsJsBodBCod != null "> and JS_JS_BOD_B_COD = #{jsJsBodBCod}</if>
  1534. <if test="jsYyqHrt != null "> and JS_YYQ_HRT = #{jsYyqHrt}</if>
  1535. <if test="jsQyqHrt != null "> and JS_QYQ_HRT = #{jsQyqHrt}</if>
  1536. <if test="jsHyqHrt != null "> and JS_HYQ_HRT = #{jsHyqHrt}</if>
  1537. <if test="jsHfxwnndzb != null "> and JS_HFXWNNDZB = #{jsHfxwnndzb}</if>
  1538. <if test="jsFM != null "> and JS_F_M = #{jsFM}</if>
  1539. <if test="jsGsls != null "> and JS_GSLS = #{jsGsls}</if>
  1540. <if test="jsGslsOne != null "> and JS_GSLS_ONE = #{jsGslsOne}</if>
  1541. <if test="jsGslsTwo != null "> and JS_GSLS_TWO = #{jsGslsTwo}</if>
  1542. <if test="jsXgsGsls != null "> and JS_XGS_GSLS = #{jsXgsGsls}</if>
  1543. <if test="jsXlcscBmfh != null "> and JS_XLCSC_BMFH = #{jsXlcscBmfh}</if>
  1544. <if test="jsXlcscHrt != null "> and JS_XLCSC_HRT = #{jsXlcscHrt}</if>
  1545. <if test="jsCccdcBmfh != null "> and JS_CCCDC_BMFH = #{jsCccdcBmfh}</if>
  1546. <if test="jsCccdcHrt != null "> and JS_CCCDC_HRT = #{jsCccdcHrt}</if>
  1547. <if test="jsEccBmfh != null "> and JS_ECC_BMFH = #{jsEccBmfh}</if>
  1548. <if test="jsEccHrt != null "> and JS_ECC_HRT = #{jsEccHrt}</if>
  1549. <if test="jsEccGtfh != null "> and JS_ECC_GTFH = #{jsEccGtfh}</if>
  1550. <if test="jsClsnJcsj != null "> and JS_CLSN_JCSJ = #{jsClsnJcsj}</if>
  1551. <if test="jsXgcdcQsqSsls != null "> and JS_XGCDC_QSQ_SSLS = #{jsXgcdcQsqSsls}</if>
  1552. <if test="jsWhlb != null "> and JS_WHLB = #{jsWhlb}</if>
  1553. <if test="jsWhlbRN != null "> and JS_WHLB_R_N = #{jsWhlbRN}</if>
  1554. <if test="jsNhlb != null "> and JS_NHLB = #{jsNhlb}</if>
  1555. <if test="jsWdscnl != null "> and JS_WDSCNL = #{jsWdscnl}</if>
  1556. <if test="jsQsb != null "> and JS_QSB = #{jsQsb}</if>
  1557. <if test="jsFcxsl != null "> and JS_FCXSL = #{jsFcxsl}</if>
  1558. <if test="jsFcxslbl != null "> and JS_FCXSLBL = #{jsFcxslbl}</if>
  1559. <if test="revision != null "> and revision = #{revision}</if>
  1560. <!-- 下面是新增的SQL检索条件 -->
  1561. <if test="timeBegin != null and timeBegin != ''"> and TEST_DATE &gt;= #{timeBegin}</if>
  1562. <if test="timeEnd != null and timeEnd != ''"> and TEST_DATE &lt;= #{timeEnd}</if>
  1563. </where>
  1564. and del_flag = 0 order by id desc
  1565. </select>
  1566. </mapper>