TXinyiIndustryMapper.xml 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547
  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.TXinyiIndustryMapper">
  6. <resultMap type="TXinyiIndustry" id="TXinyiIndustryResult">
  7. <result property="ID" column="ID" />
  8. <result property="testDate" column="TEST_DATE" />
  9. <result property="testHour" column="TEST_HOUR" />
  10. <result property="testTime" column="TEST_TIME" />
  11. <result property="jsCod" column="JS_COD" />
  12. <result property="jsPh" column="JS_PH" />
  13. <result property="jsSs" column="JS_SS" />
  14. <result property="jsTp" column="JS_TP" />
  15. <result property="jsTn" column="JS_TN" />
  16. <result property="jsNh3" column="JS_NH3" />
  17. <result property="jsSwPh" column="JS_SW_PH" />
  18. <result property="jsBfyw" column="JS_BFYW" />
  19. <result property="csSlqc" column="CS_SLQC" />
  20. <result property="csCod" column="CS_COD" />
  21. <result property="csPh" column="CS_PH" />
  22. <result property="csSs" column="CS_SS" />
  23. <result property="csTn" column="CS_TN" />
  24. <result property="csTp" column="CS_TP" />
  25. <result property="csNh3" column="CS_NH3" />
  26. <result property="oneHyzdDo" column="ONE_HYZD_DO" />
  27. <result property="oneHymdDo" column="ONE_HYMD_DO" />
  28. <result property="twoHyzdDo" column="TWO_HYZD_DO" />
  29. <result property="twoHymdDo" column="TWO_HYMD_DO" />
  30. <result property="oneMlss" column="ONE_MLSS" />
  31. <result property="twoMlss" column="TWO_MLSS" />
  32. <result property="jsTds" column="JS_TDS" />
  33. <result property="jsSlq" column="JS_SLQ" />
  34. <result property="nHlbOneGp" column="N_HLB_ONE_GP" />
  35. <result property="nHlbTwoGp" column="N_HLB_TWO_GP" />
  36. <result property="nHlbThreeGp" column="N_HLB_THREE_GP" />
  37. <result property="nHlbFourGp" column="N_HLB_FOUR_GP" />
  38. <result property="nhlBFiveGp" column="NHL_B_FIVE_GP" />
  39. <result property="nHlbSixGp" column="N_HLB_SIX_GP" />
  40. <result property="wHlbOneGp" column="W_HLB_ONE_GP" />
  41. <result property="wHlbTwoGp" column="W_HLB_TWO_GP" />
  42. <result property="wHlbThreeGp" column="W_HLB_THREE_GP" />
  43. <result property="wHlbFourGp" column="W_HLB_FOUR_GP" />
  44. <result property="wHlbFiveGp" column="W_HLB_FIVE_GP" />
  45. <result property="fjOne" column="FJ_ONE" />
  46. <result property="fjTwo" column="FJ_TWO" />
  47. <result property="fjThree" column="FJ_THREE" />
  48. <result property="fjFour" column="FJ_FOUR" />
  49. <result property="fjFive" column="FJ_FIVE" />
  50. <result property="fjSix" column="FJ_SIX" />
  51. <result property="kqllOne" column="KQLL_ONE" />
  52. <result property="kqllTwo" column="KQLL_TWO" />
  53. <result property="kqllThree" column="KQLL_THREE" />
  54. <result property="kqllFour" column="KQLL_FOUR" />
  55. <result property="kqllFive" column="KQLL_FIVE" />
  56. <result property="kqllSix" column="KQLL_SIX" />
  57. <result property="SJTYJLY" column="SJTYJLY" />
  58. <result property="CLJYSSLL" column="CLJYSSLL" />
  59. <result property="hycRjyAll" column="HYC_RJY_ALL" />
  60. <result property="hycRjyZdAll" column="HYC_RJY_ZD_ALL" />
  61. <result property="hycWnndAll" column="HYC_WNND_ALL" />
  62. <result property="CLP04YCZ" column="CL_P04_YCZ" />
  63. <result property="createdTime" column="CREATED_TIME" />
  64. </resultMap>
  65. <sql id="selectTXinyiIndustryVo">
  66. select ID, TEST_DATE, TEST_HOUR, TEST_TIME, JS_COD, JS_PH, JS_SS, JS_TP, JS_TN, JS_NH3, JS_SW_PH, JS_BFYW, CS_SLQC, CS_COD, CS_PH, CS_SS, CS_TN, CS_TP, CS_NH3, ONE_HYZD_DO, ONE_HYMD_DO, TWO_HYZD_DO, TWO_HYMD_DO, ONE_MLSS, TWO_MLSS, JS_TDS, JS_SLQ, N_HLB_ONE_GP, N_HLB_TWO_GP, N_HLB_THREE_GP, N_HLB_FOUR_GP, NHL_B_FIVE_GP, N_HLB_SIX_GP, W_HLB_ONE_GP, W_HLB_TWO_GP, W_HLB_THREE_GP, W_HLB_FOUR_GP, W_HLB_FIVE_GP, FJ_ONE, FJ_TWO, FJ_THREE, FJ_FOUR, FJ_FIVE, FJ_SIX, KQLL_ONE, KQLL_TWO, KQLL_THREE, KQLL_FOUR, KQLL_FIVE, KQLL_SIX, SJTYJLY, CLJYSSLL, HYC_RJY_ALL, HYC_RJY_ZD_ALL, HYC_WNND_ALL, CL_P04_YCZ, CREATED_TIME from t_xinyi_industry
  67. </sql>
  68. <select id="selectTXinyiIndustryList" parameterType="TXinyiIndustry" resultMap="TXinyiIndustryResult">
  69. <include refid="selectTXinyiIndustryVo"/>
  70. <where>
  71. <if test="testDate != null and testDate != ''"> and TEST_DATE = #{testDate}</if>
  72. <if test="testHour != null and testHour != ''"> and TEST_HOUR = #{testHour}</if>
  73. <if test="testTime != null and testTime != ''"> and TEST_TIME = #{testTime}</if>
  74. <if test="jsCod != null "> and JS_COD = #{jsCod}</if>
  75. <if test="jsPh != null "> and JS_PH = #{jsPh}</if>
  76. <if test="jsSs != null "> and JS_SS = #{jsSs}</if>
  77. <if test="jsTp != null "> and JS_TP = #{jsTp}</if>
  78. <if test="jsTn != null "> and JS_TN = #{jsTn}</if>
  79. <if test="jsNh3 != null "> and JS_NH3 = #{jsNh3}</if>
  80. <if test="jsSwPh != null "> and JS_SW_PH = #{jsSwPh}</if>
  81. <if test="jsBfyw != null "> and JS_BFYW = #{jsBfyw}</if>
  82. <if test="csSlqc != null "> and CS_SLQC = #{csSlqc}</if>
  83. <if test="csCod != null "> and CS_COD = #{csCod}</if>
  84. <if test="csPh != null "> and CS_PH = #{csPh}</if>
  85. <if test="csSs != null "> and CS_SS = #{csSs}</if>
  86. <if test="csTn != null "> and CS_TN = #{csTn}</if>
  87. <if test="csTp != null "> and CS_TP = #{csTp}</if>
  88. <if test="csNh3 != null "> and CS_NH3 = #{csNh3}</if>
  89. <if test="oneHyzdDo != null "> and ONE_HYZD_DO = #{oneHyzdDo}</if>
  90. <if test="oneHymdDo != null "> and ONE_HYMD_DO = #{oneHymdDo}</if>
  91. <if test="twoHyzdDo != null "> and TWO_HYZD_DO = #{twoHyzdDo}</if>
  92. <if test="twoHymdDo != null "> and TWO_HYMD_DO = #{twoHymdDo}</if>
  93. <if test="oneMlss != null "> and ONE_MLSS = #{oneMlss}</if>
  94. <if test="twoMlss != null "> and TWO_MLSS = #{twoMlss}</if>
  95. <if test="jsTds != null "> and JS_TDS = #{jsTds}</if>
  96. <if test="jsSlq != null "> and JS_SLQ = #{jsSlq}</if>
  97. <if test="nHlbOneGp != null "> and N_HLB_ONE_GP = #{nHlbOneGp}</if>
  98. <if test="nHlbTwoGp != null "> and N_HLB_TWO_GP = #{nHlbTwoGp}</if>
  99. <if test="nHlbThreeGp != null "> and N_HLB_THREE_GP = #{nHlbThreeGp}</if>
  100. <if test="nHlbFourGp != null "> and N_HLB_FOUR_GP = #{nHlbFourGp}</if>
  101. <if test="nhlBFiveGp != null "> and NHL_B_FIVE_GP = #{nhlBFiveGp}</if>
  102. <if test="nHlbSixGp != null "> and N_HLB_SIX_GP = #{nHlbSixGp}</if>
  103. <if test="wHlbOneGp != null "> and W_HLB_ONE_GP = #{wHlbOneGp}</if>
  104. <if test="wHlbTwoGp != null "> and W_HLB_TWO_GP = #{wHlbTwoGp}</if>
  105. <if test="wHlbThreeGp != null "> and W_HLB_THREE_GP = #{wHlbThreeGp}</if>
  106. <if test="wHlbFourGp != null "> and W_HLB_FOUR_GP = #{wHlbFourGp}</if>
  107. <if test="wHlbFiveGp != null "> and W_HLB_FIVE_GP = #{wHlbFiveGp}</if>
  108. <if test="fjOne != null "> and FJ_ONE = #{fjOne}</if>
  109. <if test="fjTwo != null "> and FJ_TWO = #{fjTwo}</if>
  110. <if test="fjThree != null "> and FJ_THREE = #{fjThree}</if>
  111. <if test="fjFour != null "> and FJ_FOUR = #{fjFour}</if>
  112. <if test="fjFive != null "> and FJ_FIVE = #{fjFive}</if>
  113. <if test="fjSix != null "> and FJ_SIX = #{fjSix}</if>
  114. <if test="kqllOne != null "> and KQLL_ONE = #{kqllOne}</if>
  115. <if test="kqllTwo != null "> and KQLL_TWO = #{kqllTwo}</if>
  116. <if test="kqllThree != null "> and KQLL_THREE = #{kqllThree}</if>
  117. <if test="kqllFour != null "> and KQLL_FOUR = #{kqllFour}</if>
  118. <if test="kqllFive != null "> and KQLL_FIVE = #{kqllFive}</if>
  119. <if test="kqllSix != null "> and KQLL_SIX = #{kqllSix}</if>
  120. <if test="SJTYJLY != null "> and SJTYJLY = #{SJTYJLY}</if>
  121. <if test="CLJYSSLL != null "> and CLJYSSLL = #{CLJYSSLL}</if>
  122. <if test="hycRjyAll != null and hycRjyAll != ''"> and HYC_RJY_ALL = #{hycRjyAll}</if>
  123. <if test="hycRjyZdAll != null and hycRjyZdAll != ''"> and HYC_RJY_ZD_ALL = #{hycRjyZdAll}</if>
  124. <if test="hycWnndAll != null and hycWnndAll != ''"> and HYC_WNND_ALL = #{hycWnndAll}</if>
  125. <if test="CLP04YCZ != null "> and CL_P04_YCZ = #{CLP04YCZ}</if>
  126. <if test="createdTime != null "> and CREATED_TIME = #{createdTime}</if>
  127. </where>
  128. order by id desc
  129. </select>
  130. <select id="selectTXinyiIndustryByID" parameterType="Long" resultMap="TXinyiIndustryResult">
  131. <include refid="selectTXinyiIndustryVo"/>
  132. where ID = #{ID}
  133. </select>
  134. <insert id="insertTXinyiIndustry" parameterType="TXinyiIndustry" useGeneratedKeys="true" keyProperty="ID">
  135. insert into t_xinyi_industry
  136. <trim prefix="(" suffix=")" suffixOverrides=",">
  137. <if test="testDate != null">TEST_DATE,</if>
  138. <if test="testHour != null">TEST_HOUR,</if>
  139. <if test="testTime != null">TEST_TIME,</if>
  140. <if test="jsCod != null">JS_COD,</if>
  141. <if test="jsPh != null">JS_PH,</if>
  142. <if test="jsSs != null">JS_SS,</if>
  143. <if test="jsTp != null">JS_TP,</if>
  144. <if test="jsTn != null">JS_TN,</if>
  145. <if test="jsNh3 != null">JS_NH3,</if>
  146. <if test="jsSwPh != null">JS_SW_PH,</if>
  147. <if test="jsBfyw != null">JS_BFYW,</if>
  148. <if test="csSlqc != null">CS_SLQC,</if>
  149. <if test="csCod != null">CS_COD,</if>
  150. <if test="csPh != null">CS_PH,</if>
  151. <if test="csSs != null">CS_SS,</if>
  152. <if test="csTn != null">CS_TN,</if>
  153. <if test="csTp != null">CS_TP,</if>
  154. <if test="csNh3 != null">CS_NH3,</if>
  155. <if test="oneHyzdDo != null">ONE_HYZD_DO,</if>
  156. <if test="oneHymdDo != null">ONE_HYMD_DO,</if>
  157. <if test="twoHyzdDo != null">TWO_HYZD_DO,</if>
  158. <if test="twoHymdDo != null">TWO_HYMD_DO,</if>
  159. <if test="oneMlss != null">ONE_MLSS,</if>
  160. <if test="twoMlss != null">TWO_MLSS,</if>
  161. <if test="jsTds != null">JS_TDS,</if>
  162. <if test="jsSlq != null">JS_SLQ,</if>
  163. <if test="nHlbOneGp != null">N_HLB_ONE_GP,</if>
  164. <if test="nHlbTwoGp != null">N_HLB_TWO_GP,</if>
  165. <if test="nHlbThreeGp != null">N_HLB_THREE_GP,</if>
  166. <if test="nHlbFourGp != null">N_HLB_FOUR_GP,</if>
  167. <if test="nhlBFiveGp != null">NHL_B_FIVE_GP,</if>
  168. <if test="nHlbSixGp != null">N_HLB_SIX_GP,</if>
  169. <if test="wHlbOneGp != null">W_HLB_ONE_GP,</if>
  170. <if test="wHlbTwoGp != null">W_HLB_TWO_GP,</if>
  171. <if test="wHlbThreeGp != null">W_HLB_THREE_GP,</if>
  172. <if test="wHlbFourGp != null">W_HLB_FOUR_GP,</if>
  173. <if test="wHlbFiveGp != null">W_HLB_FIVE_GP,</if>
  174. <if test="fjOne != null">FJ_ONE,</if>
  175. <if test="fjTwo != null">FJ_TWO,</if>
  176. <if test="fjThree != null">FJ_THREE,</if>
  177. <if test="fjFour != null">FJ_FOUR,</if>
  178. <if test="fjFive != null">FJ_FIVE,</if>
  179. <if test="fjSix != null">FJ_SIX,</if>
  180. <if test="kqllOne != null">KQLL_ONE,</if>
  181. <if test="kqllTwo != null">KQLL_TWO,</if>
  182. <if test="kqllThree != null">KQLL_THREE,</if>
  183. <if test="kqllFour != null">KQLL_FOUR,</if>
  184. <if test="kqllFive != null">KQLL_FIVE,</if>
  185. <if test="kqllSix != null">KQLL_SIX,</if>
  186. <if test="SJTYJLY != null">SJTYJLY,</if>
  187. <if test="CLJYSSLL != null">CLJYSSLL,</if>
  188. <if test="hycRjyAll != null">HYC_RJY_ALL,</if>
  189. <if test="hycRjyZdAll != null">HYC_RJY_ZD_ALL,</if>
  190. <if test="hycWnndAll != null">HYC_WNND_ALL,</if>
  191. <if test="CLP04YCZ != null">CL_P04_YCZ,</if>
  192. <if test="createdTime != null">CREATED_TIME,</if>
  193. </trim>
  194. <trim prefix="values (" suffix=")" suffixOverrides=",">
  195. <if test="testDate != null">#{testDate},</if>
  196. <if test="testHour != null">#{testHour},</if>
  197. <if test="testTime != null">#{testTime},</if>
  198. <if test="jsCod != null">#{jsCod},</if>
  199. <if test="jsPh != null">#{jsPh},</if>
  200. <if test="jsSs != null">#{jsSs},</if>
  201. <if test="jsTp != null">#{jsTp},</if>
  202. <if test="jsTn != null">#{jsTn},</if>
  203. <if test="jsNh3 != null">#{jsNh3},</if>
  204. <if test="jsSwPh != null">#{jsSwPh},</if>
  205. <if test="jsBfyw != null">#{jsBfyw},</if>
  206. <if test="csSlqc != null">#{csSlqc},</if>
  207. <if test="csCod != null">#{csCod},</if>
  208. <if test="csPh != null">#{csPh},</if>
  209. <if test="csSs != null">#{csSs},</if>
  210. <if test="csTn != null">#{csTn},</if>
  211. <if test="csTp != null">#{csTp},</if>
  212. <if test="csNh3 != null">#{csNh3},</if>
  213. <if test="oneHyzdDo != null">#{oneHyzdDo},</if>
  214. <if test="oneHymdDo != null">#{oneHymdDo},</if>
  215. <if test="twoHyzdDo != null">#{twoHyzdDo},</if>
  216. <if test="twoHymdDo != null">#{twoHymdDo},</if>
  217. <if test="oneMlss != null">#{oneMlss},</if>
  218. <if test="twoMlss != null">#{twoMlss},</if>
  219. <if test="jsTds != null">#{jsTds},</if>
  220. <if test="jsSlq != null">#{jsSlq},</if>
  221. <if test="nHlbOneGp != null">#{nHlbOneGp},</if>
  222. <if test="nHlbTwoGp != null">#{nHlbTwoGp},</if>
  223. <if test="nHlbThreeGp != null">#{nHlbThreeGp},</if>
  224. <if test="nHlbFourGp != null">#{nHlbFourGp},</if>
  225. <if test="nhlBFiveGp != null">#{nhlBFiveGp},</if>
  226. <if test="nHlbSixGp != null">#{nHlbSixGp},</if>
  227. <if test="wHlbOneGp != null">#{wHlbOneGp},</if>
  228. <if test="wHlbTwoGp != null">#{wHlbTwoGp},</if>
  229. <if test="wHlbThreeGp != null">#{wHlbThreeGp},</if>
  230. <if test="wHlbFourGp != null">#{wHlbFourGp},</if>
  231. <if test="wHlbFiveGp != null">#{wHlbFiveGp},</if>
  232. <if test="fjOne != null">#{fjOne},</if>
  233. <if test="fjTwo != null">#{fjTwo},</if>
  234. <if test="fjThree != null">#{fjThree},</if>
  235. <if test="fjFour != null">#{fjFour},</if>
  236. <if test="fjFive != null">#{fjFive},</if>
  237. <if test="fjSix != null">#{fjSix},</if>
  238. <if test="kqllOne != null">#{kqllOne},</if>
  239. <if test="kqllTwo != null">#{kqllTwo},</if>
  240. <if test="kqllThree != null">#{kqllThree},</if>
  241. <if test="kqllFour != null">#{kqllFour},</if>
  242. <if test="kqllFive != null">#{kqllFive},</if>
  243. <if test="kqllSix != null">#{kqllSix},</if>
  244. <if test="SJTYJLY != null">#{SJTYJLY},</if>
  245. <if test="CLJYSSLL != null">#{CLJYSSLL},</if>
  246. <if test="hycRjyAll != null">#{hycRjyAll},</if>
  247. <if test="hycRjyZdAll != null">#{hycRjyZdAll},</if>
  248. <if test="hycWnndAll != null">#{hycWnndAll},</if>
  249. <if test="CLP04YCZ != null">#{CLP04YCZ},</if>
  250. <if test="createdTime != null">#{createdTime},</if>
  251. </trim>
  252. </insert>
  253. <update id="updateTXinyiIndustry" parameterType="TXinyiIndustry">
  254. update t_xinyi_industry
  255. <trim prefix="SET" suffixOverrides=",">
  256. <if test="testDate != null">TEST_DATE = #{testDate},</if>
  257. <if test="testHour != null">TEST_HOUR = #{testHour},</if>
  258. <if test="testTime != null">TEST_TIME = #{testTime},</if>
  259. <if test="jsCod != null">JS_COD = #{jsCod},</if>
  260. <if test="jsPh != null">JS_PH = #{jsPh},</if>
  261. <if test="jsSs != null">JS_SS = #{jsSs},</if>
  262. <if test="jsTp != null">JS_TP = #{jsTp},</if>
  263. <if test="jsTn != null">JS_TN = #{jsTn},</if>
  264. <if test="jsNh3 != null">JS_NH3 = #{jsNh3},</if>
  265. <if test="jsSwPh != null">JS_SW_PH = #{jsSwPh},</if>
  266. <if test="jsBfyw != null">JS_BFYW = #{jsBfyw},</if>
  267. <if test="csSlqc != null">CS_SLQC = #{csSlqc},</if>
  268. <if test="csCod != null">CS_COD = #{csCod},</if>
  269. <if test="csPh != null">CS_PH = #{csPh},</if>
  270. <if test="csSs != null">CS_SS = #{csSs},</if>
  271. <if test="csTn != null">CS_TN = #{csTn},</if>
  272. <if test="csTp != null">CS_TP = #{csTp},</if>
  273. <if test="csNh3 != null">CS_NH3 = #{csNh3},</if>
  274. <if test="oneHyzdDo != null">ONE_HYZD_DO = #{oneHyzdDo},</if>
  275. <if test="oneHymdDo != null">ONE_HYMD_DO = #{oneHymdDo},</if>
  276. <if test="twoHyzdDo != null">TWO_HYZD_DO = #{twoHyzdDo},</if>
  277. <if test="twoHymdDo != null">TWO_HYMD_DO = #{twoHymdDo},</if>
  278. <if test="oneMlss != null">ONE_MLSS = #{oneMlss},</if>
  279. <if test="twoMlss != null">TWO_MLSS = #{twoMlss},</if>
  280. <if test="jsTds != null">JS_TDS = #{jsTds},</if>
  281. <if test="jsSlq != null">JS_SLQ = #{jsSlq},</if>
  282. <if test="nHlbOneGp != null">N_HLB_ONE_GP = #{nHlbOneGp},</if>
  283. <if test="nHlbTwoGp != null">N_HLB_TWO_GP = #{nHlbTwoGp},</if>
  284. <if test="nHlbThreeGp != null">N_HLB_THREE_GP = #{nHlbThreeGp},</if>
  285. <if test="nHlbFourGp != null">N_HLB_FOUR_GP = #{nHlbFourGp},</if>
  286. <if test="nhlBFiveGp != null">NHL_B_FIVE_GP = #{nhlBFiveGp},</if>
  287. <if test="nHlbSixGp != null">N_HLB_SIX_GP = #{nHlbSixGp},</if>
  288. <if test="wHlbOneGp != null">W_HLB_ONE_GP = #{wHlbOneGp},</if>
  289. <if test="wHlbTwoGp != null">W_HLB_TWO_GP = #{wHlbTwoGp},</if>
  290. <if test="wHlbThreeGp != null">W_HLB_THREE_GP = #{wHlbThreeGp},</if>
  291. <if test="wHlbFourGp != null">W_HLB_FOUR_GP = #{wHlbFourGp},</if>
  292. <if test="wHlbFiveGp != null">W_HLB_FIVE_GP = #{wHlbFiveGp},</if>
  293. <if test="fjOne != null">FJ_ONE = #{fjOne},</if>
  294. <if test="fjTwo != null">FJ_TWO = #{fjTwo},</if>
  295. <if test="fjThree != null">FJ_THREE = #{fjThree},</if>
  296. <if test="fjFour != null">FJ_FOUR = #{fjFour},</if>
  297. <if test="fjFive != null">FJ_FIVE = #{fjFive},</if>
  298. <if test="fjSix != null">FJ_SIX = #{fjSix},</if>
  299. <if test="kqllOne != null">KQLL_ONE = #{kqllOne},</if>
  300. <if test="kqllTwo != null">KQLL_TWO = #{kqllTwo},</if>
  301. <if test="kqllThree != null">KQLL_THREE = #{kqllThree},</if>
  302. <if test="kqllFour != null">KQLL_FOUR = #{kqllFour},</if>
  303. <if test="kqllFive != null">KQLL_FIVE = #{kqllFive},</if>
  304. <if test="kqllSix != null">KQLL_SIX = #{kqllSix},</if>
  305. <if test="SJTYJLY != null">SJTYJLY = #{SJTYJLY},</if>
  306. <if test="CLJYSSLL != null">CLJYSSLL = #{CLJYSSLL},</if>
  307. <if test="hycRjyAll != null">HYC_RJY_ALL = #{hycRjyAll},</if>
  308. <if test="hycRjyZdAll != null">HYC_RJY_ZD_ALL = #{hycRjyZdAll},</if>
  309. <if test="hycWnndAll != null">HYC_WNND_ALL = #{hycWnndAll},</if>
  310. <if test="CLP04YCZ != null">CL_P04_YCZ = #{CLP04YCZ},</if>
  311. <if test="createdTime != null">CREATED_TIME = #{createdTime},</if>
  312. </trim>
  313. where ID = #{ID}
  314. </update>
  315. <delete id="deleteTXinyiIndustryByID" parameterType="Long">
  316. delete from t_xinyi_industry where ID = #{ID}
  317. </delete>
  318. <delete id="deleteTXinyiIndustryByIDs" parameterType="String">
  319. delete from t_xinyi_industry where ID in
  320. <foreach item="ID" collection="array" open="(" separator="," close=")">
  321. #{ID}
  322. </foreach>
  323. </delete>
  324. <!-- 下面是新增的 -->
  325. <select id="getUniqueTXinyiIndustry" resultMap="TXinyiIndustryResult">
  326. <include refid="selectTXinyiIndustryVo"/>
  327. where TEST_TIME = #{testTime}
  328. </select>
  329. <update id="updateTXinyiIndustryCLByBetweenTime" >
  330. update t_xinyi_industry set CLJYSSLL = #{cljyssll}
  331. where TEST_TIME between #{beginTime} and #{endTime}
  332. </update>
  333. <update id="updateTXinyiIndustrySJByBetweenTime" >
  334. update t_xinyi_industry set SJTYJLY = #{sjtyjly}
  335. where TEST_TIME between #{beginTime} and #{endTime}
  336. </update>
  337. <select id="getLastHour" resultType="string">
  338. SELECT TEST_HOUR FROM t_xinyi_industry ORDER BY id DESC LIMIT 1
  339. </select>
  340. <select id="getLastMinute" resultType="string">
  341. SELECT TEST_TIME FROM t_xinyi_industry ORDER BY id DESC LIMIT 1
  342. </select>
  343. <select id="selectLast10RecordsForDecision" resultType="hashmap">
  344. SELECT
  345. a.ID ID,
  346. a.TEST_DATE TEST_DATE,
  347. a.TEST_HOUR TEST_HOUR,
  348. a.JS_COD COD_in,
  349. b.JSCOD_SJZ COD_in_name,
  350. a.CS_COD COD_off,
  351. b.CSCOD_BZZ COD_off_name,
  352. b.CSCOD_GKZ COD_off_con,
  353. a.JS_TP TP_in,
  354. b.JSZL_SJZ TP_in_name,
  355. a.CS_TP TP_off,
  356. b.CSZL_BZZ TP_off_name,
  357. b.CSZL_GKZ TP_off_con,
  358. a.JS_TN TN_in,
  359. b.JSZD_SJZ TN_in_name,
  360. a.CS_TN TN_off,
  361. b.CSZZ_BZZ TN_off_name,
  362. b.CSZZ_GKZ TN_off_con,
  363. a.JS_NH3 andan_in,
  364. b.JSAD_SJZ andan_in_name,
  365. a.CS_NH3 andan_off,
  366. b.CSAD_BZZ andan_off_name,
  367. b.CSAD_GKZ andan_off_con,
  368. a.JS_SS SS_in,
  369. b.JSSS_SJZ SS_in_name,
  370. a.CS_SS SS_off,
  371. b.CSSS_BZZ SS_off_name,
  372. b.CSSS_GKZ SS_off_con,
  373. a.JS_TDS TDS_in,
  374. b.JDTDS_GKZ TDS_in_name,
  375. c.JS_SW T,
  376. a.JS_PH pH,
  377. a.JS_SLQ Q_in,
  378. b.JSSL_SJZ Q_in_name,
  379. '' continuity,
  380. '' check_rise,
  381. '' time_tips,
  382. '' cs_continuity,
  383. c.WNTJZS_ALL SVI,
  384. b.WNTJZS_GKZ SVI_con,
  385. c.WNCJB_ALL SV,
  386. b.WNCJB_GKZ SV_con,
  387. c.HFXWNND_ALL MLVSS,
  388. a.HYC_WNND_ALL MLSS,
  389. '' MLVSS_wentai,
  390. '' MLSS_wentai,
  391. c.YYC_RJY_ALL DO_ana,
  392. a.HYC_RJY_ALL DO_O,
  393. c.QYC_RJY_ALL DO_que,
  394. '' DO_que_wentai,
  395. '' DO_ana_wentai,
  396. '' DO_O_wentai,
  397. c.JS_BOD5 BOD_in,
  398. c.JS_BOD5/a.JS_TP c,
  399. c.JS_BOD5/a.JS_TN b,
  400. '' BTP_wending,
  401. '' JS_TN_wentai,
  402. a.CL_P04_YCZ CL_P04_YCZ,
  403. (a.JS_TP - a.CL_P04_YCZ)/a.JS_TP TP_LV,
  404. '' TP_LV_continuity
  405. FROM
  406. t_xinyi_industry a
  407. LEFT JOIN t_xinyi_norm_config b on 1 = 1
  408. LEFT JOIN t_xinyi_daily c on a.TEST_DATE = c.TEST_DATE
  409. WHERE 1 = 1
  410. ORDER BY a.ID DESC
  411. LIMIT 10
  412. </select>
  413. <!-- todo 以后不用sql拼接实验室数据 处理历史数据并新增字段,直接获取 另外把关联查询改成在java代码中处理
  414. 不用再拼接了 SqlServer同步过来的机器人实验室数据已经有了新的字段
  415. -->
  416. <select id="selectLast10RecordsForDecisionOnlyIndustry" resultType="com.slibra.business.req.DecisionReq">
  417. SELECT
  418. a.ID ID,
  419. a.TEST_DATE testDate,
  420. a.TEST_HOUR testHour,
  421. a.JS_COD codIn,
  422. b.JSCOD_SJZ codInName,
  423. a.CS_COD codOff,
  424. b.CSCOD_BZZ codOffName,
  425. b.CSCOD_GKZ codOffCon,
  426. a.JS_TP tpIn,
  427. b.JSZL_SJZ tpInName,
  428. a.CS_TP tpOff,
  429. b.CSZL_BZZ tpOffName,
  430. b.CSZL_GKZ tpOffCon,
  431. a.JS_TN tnIn,
  432. b.JSZD_SJZ tnInName,
  433. a.CS_TN tnOff,
  434. b.CSZZ_BZZ tnOffName,
  435. b.CSZZ_GKZ tnOffCon,
  436. a.JS_NH3 addanIn,
  437. b.JSAD_SJZ addanInName,
  438. a.CS_NH3 andanOff,
  439. b.CSAD_BZZ andanOffName,
  440. b.CSAD_GKZ andanOffCon,
  441. a.JS_SS ssIn,
  442. b.JSSS_SJZ ssInName,
  443. a.CS_SS ssOff,
  444. b.CSSS_BZZ ssOffName,
  445. b.CSSS_GKZ ssOffCon,
  446. a.JS_TDS tdsIn,
  447. b.JDTDS_GKZ tdsInName,
  448. a.JS_PH pH,
  449. a.JS_SLQ qIn,
  450. b.JSSL_SJZ qInName,
  451. '' continuity,
  452. '' checkRise,
  453. '' timeTips,
  454. '' csContinuity,
  455. b.WNTJZS_GKZ sviCon,
  456. b.WNCJB_GKZ svCon,
  457. a.HYC_WNND_ALL mlss,
  458. '' mlvssWentai,
  459. '' mlssWentai,
  460. a.HYC_RJY_ALL doO,
  461. '' doQueWentai,
  462. '' doAnaWentai,
  463. '' doOWentai,
  464. '' btpWending,
  465. '' jsTnWentai,
  466. a.CL_P04_YCZ clP04YCZ,
  467. ( a.JS_TP - a.CL_P04_YCZ )/ a.JS_TP tpLv,
  468. '' tpLvContinuity,
  469. a.SJTYJLY tyjyl,
  470. a.CLJYSSLL cltjl,
  471. c.HYCXSY_ALL hycxsyAll,
  472. c.QYAN_ALL qyanAll,
  473. c.QYCKXSY_ALL qyckxsyAll,
  474. '' gwnl,
  475. c.TP_RCC_JQR eccZl,
  476. c.HYZLSY_ALL hyzlsyAll
  477. FROM
  478. t_xinyi_industry a
  479. LEFT JOIN t_xinyi_norm_config b ON 1 = 1
  480. LEFT JOIN (
  481. SELECT
  482. TEST_HOUR,
  483. any_value ( HYCXSY_ALL ) HYCXSY_ALL,
  484. any_value ( QYAN_ALL ) QYAN_ALL,
  485. any_value ( QYCKXSY_ALL ) QYCKXSY_ALL,
  486. any_value ( TP_RCC_JQR ) TP_RCC_JQR,
  487. any_value ( HYZLSY_ALL ) HYZLSY_ALL
  488. FROM
  489. t_xinyi_robot
  490. GROUP BY
  491. TEST_HOUR
  492. ) c ON a.TEST_HOUR = c.TEST_HOUR
  493. WHERE
  494. 1 = 1
  495. ORDER BY
  496. a.ID DESC
  497. LIMIT 0,10
  498. </select>
  499. <select id="selectTXinyiIndustryNewest" resultMap="TXinyiIndustryResult">
  500. <include refid="selectTXinyiIndustryVo"/>
  501. order by id desc limit 1
  502. </select>
  503. <select id="selectNIndustry" resultMap="TXinyiIndustryResult">
  504. <include refid="selectTXinyiIndustryVo"/>
  505. order by id desc limit #{size}
  506. </select>
  507. <select id="selectIndustryAvgByDate" resultMap="TXinyiIndustryResult">
  508. SELECT
  509. AVG(JS_SLQ) jsSlq,
  510. AVG(JS_COD) jsCod,
  511. AVG(JS_TN) jsTn,
  512. AVG(JS_TP) jsTp,
  513. AVG(JS_NH3) jsNh3,
  514. AVG(JS_SS) jsSs,
  515. AVG(CS_SLQC) csSlqc,
  516. AVG(CS_COD) csCod,
  517. AVG(CS_TN) csTn,
  518. AVG(CS_TP) csTp,
  519. AVG(CS_NH3) csNh3,
  520. AVG(CS_SS) csSs
  521. FROM
  522. t_xinyi_industry
  523. WHERE
  524. TEST_DATE = #{date}
  525. </select>
  526. </mapper>