TXinyiDailyMapper.xml 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316
  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.TXinyiDailyMapper">
  6. <resultMap type="TXinyiDaily" id="TXinyiDailyResult">
  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="SORT" column="SORT" />
  12. <result property="jsCod" column="JS_COD" />
  13. <result property="jsPh" column="JS_PH" />
  14. <result property="jsBod5" column="JS_BOD5" />
  15. <result property="jsSs" column="JS_SS" />
  16. <result property="jsNh3" column="JS_NH3" />
  17. <result property="jsTn" column="JS_TN" />
  18. <result property="jsTp" column="JS_TP" />
  19. <result property="jsDcgj" column="JS_DCGJ" />
  20. <result property="csCod" column="CS_COD" />
  21. <result property="csPh" column="CS_PH" />
  22. <result property="csBod5" column="CS_BOD5" />
  23. <result property="csSs" column="CS_SS" />
  24. <result property="csNh3" column="CS_NH3" />
  25. <result property="csTn" column="CS_TN" />
  26. <result property="csTp" column="CS_TP" />
  27. <result property="csDcgj" column="CS_DCGJ" />
  28. <result property="jsSw" column="JS_SW" />
  29. <result property="csSw" column="CS_SW" />
  30. <result property="shcOnePh" column="SHC_ONE_PH" />
  31. <result property="shcTwoPh" column="SHC_TWO_PH" />
  32. <result property="shcHyOneSv" column="SHC_HY_ONE_SV" />
  33. <result property="shcHyTwoSv" column="SHC_HY_TWO_SV" />
  34. <result property="shcHyOneSvi" column="SHC_HY_ONE_SVI" />
  35. <result property="shcHyTwoSvi" column="SHC_HY_TWO_SVI" />
  36. <result property="shcHyOneMlss" column="SHC_HY_ONE_MLSS" />
  37. <result property="shcHyTwoMlss" column="SHC_HY_TWO_MLSS" />
  38. <result property="shcHyOneMlvss" column="SHC_HY_ONE_MLVSS" />
  39. <result property="shcHyTwoMlvss" column="SHC_HY_TWO_MLVSS" />
  40. <result property="shcYyOneDo" column="SHC_YY_ONE_DO" />
  41. <result property="shcYyTwoDo" column="SHC_YY_TWO_DO" />
  42. <result property="shcQyOneDo" column="SHC_QY_ONE_DO" />
  43. <result property="shcQyTwoDo" column="SHC_QY_TWO_DO" />
  44. <result property="shcHyOneDo" column="SHC_HY_ONE_DO" />
  45. <result property="shcHyTwoDo" column="SHC_HY_TWO_DO" />
  46. <result property="JSL" column="JSL" />
  47. <result property="CSL" column="CSL" />
  48. <result property="SDCLCXSL" column="SDCLCXSL" />
  49. <result property="QSB" column="QSB" />
  50. <result property="fM" column="F_M" />
  51. <result property="yyHrt" column="YY_HRT" />
  52. <result property="hyHrt" column="HY_HRT" />
  53. <result property="qyHrt" column="QY_HRT" />
  54. <result property="nhlR" column="NHL_R" />
  55. <result property="whlR" column="WHL_R" />
  56. <result property="SRT" column="SRT" />
  57. <result property="CNL" column="CNL" />
  58. <result property="tyqBod5Tn" column="TYQ_BOD5_TN" />
  59. <result property="tyhBod5Tn" column="TYH_BOD5_TN" />
  60. <result property="createdTime" column="CREATED_TIME" />
  61. </resultMap>
  62. <sql id="selectTXinyiDailyVo">
  63. select ID, TEST_DATE, TEST_HOUR, TEST_TIME, SORT, JS_COD, JS_PH, JS_BOD5, JS_SS, JS_NH3, JS_TN, JS_TP, JS_DCGJ, CS_COD, CS_PH, CS_BOD5, CS_SS, CS_NH3, CS_TN, CS_TP, CS_DCGJ, JS_SW, CS_SW, SHC_ONE_PH, SHC_TWO_PH, SHC_HY_ONE_SV, SHC_HY_TWO_SV, SHC_HY_ONE_SVI, SHC_HY_TWO_SVI, SHC_HY_ONE_MLSS, SHC_HY_TWO_MLSS, SHC_HY_ONE_MLVSS, SHC_HY_TWO_MLVSS, SHC_YY_ONE_DO, SHC_YY_TWO_DO, SHC_QY_ONE_DO, SHC_QY_TWO_DO, SHC_HY_ONE_DO, SHC_HY_TWO_DO, JSL, CSL, SDCLCXSL, QSB, F_M, YY_HRT, HY_HRT, QY_HRT, NHL_R, WHL_R, SRT, CNL, TYQ_BOD5_TN, TYH_BOD5_TN, CREATED_TIME from t_xinyi_daily
  64. </sql>
  65. <select id="selectTXinyiDailyList" parameterType="TXinyiDaily" resultMap="TXinyiDailyResult">
  66. <include refid="selectTXinyiDailyVo"/>
  67. <where>
  68. <if test="testDate != null and testDate != ''"> and TEST_DATE = #{testDate}</if>
  69. <if test="testHour != null and testHour != ''"> and TEST_HOUR = #{testHour}</if>
  70. <if test="testTime != null and testTime != ''"> and TEST_TIME = #{testTime}</if>
  71. <if test="SORT != null "> and SORT = #{SORT}</if>
  72. <if test="jsCod != null "> and JS_COD = #{jsCod}</if>
  73. <if test="jsPh != null "> and JS_PH = #{jsPh}</if>
  74. <if test="jsBod5 != null "> and JS_BOD5 = #{jsBod5}</if>
  75. <if test="jsSs != null "> and JS_SS = #{jsSs}</if>
  76. <if test="jsNh3 != null "> and JS_NH3 = #{jsNh3}</if>
  77. <if test="jsTn != null "> and JS_TN = #{jsTn}</if>
  78. <if test="jsTp != null "> and JS_TP = #{jsTp}</if>
  79. <if test="jsDcgj != null "> and JS_DCGJ = #{jsDcgj}</if>
  80. <if test="csCod != null "> and CS_COD = #{csCod}</if>
  81. <if test="csPh != null "> and CS_PH = #{csPh}</if>
  82. <if test="csBod5 != null "> and CS_BOD5 = #{csBod5}</if>
  83. <if test="csSs != null "> and CS_SS = #{csSs}</if>
  84. <if test="csNh3 != null "> and CS_NH3 = #{csNh3}</if>
  85. <if test="csTn != null "> and CS_TN = #{csTn}</if>
  86. <if test="csTp != null "> and CS_TP = #{csTp}</if>
  87. <if test="csDcgj != null "> and CS_DCGJ = #{csDcgj}</if>
  88. <if test="jsSw != null "> and JS_SW = #{jsSw}</if>
  89. <if test="csSw != null "> and CS_SW = #{csSw}</if>
  90. <if test="shcOnePh != null "> and SHC_ONE_PH = #{shcOnePh}</if>
  91. <if test="shcTwoPh != null "> and SHC_TWO_PH = #{shcTwoPh}</if>
  92. <if test="shcHyOneSv != null "> and SHC_HY_ONE_SV = #{shcHyOneSv}</if>
  93. <if test="shcHyTwoSv != null "> and SHC_HY_TWO_SV = #{shcHyTwoSv}</if>
  94. <if test="shcHyOneSvi != null "> and SHC_HY_ONE_SVI = #{shcHyOneSvi}</if>
  95. <if test="shcHyTwoSvi != null "> and SHC_HY_TWO_SVI = #{shcHyTwoSvi}</if>
  96. <if test="shcHyOneMlss != null "> and SHC_HY_ONE_MLSS = #{shcHyOneMlss}</if>
  97. <if test="shcHyTwoMlss != null "> and SHC_HY_TWO_MLSS = #{shcHyTwoMlss}</if>
  98. <if test="shcHyOneMlvss != null "> and SHC_HY_ONE_MLVSS = #{shcHyOneMlvss}</if>
  99. <if test="shcHyTwoMlvss != null "> and SHC_HY_TWO_MLVSS = #{shcHyTwoMlvss}</if>
  100. <if test="shcYyOneDo != null "> and SHC_YY_ONE_DO = #{shcYyOneDo}</if>
  101. <if test="shcYyTwoDo != null "> and SHC_YY_TWO_DO = #{shcYyTwoDo}</if>
  102. <if test="shcQyOneDo != null "> and SHC_QY_ONE_DO = #{shcQyOneDo}</if>
  103. <if test="shcQyTwoDo != null "> and SHC_QY_TWO_DO = #{shcQyTwoDo}</if>
  104. <if test="shcHyOneDo != null "> and SHC_HY_ONE_DO = #{shcHyOneDo}</if>
  105. <if test="shcHyTwoDo != null "> and SHC_HY_TWO_DO = #{shcHyTwoDo}</if>
  106. <if test="JSL != null "> and JSL = #{JSL}</if>
  107. <if test="CSL != null "> and CSL = #{CSL}</if>
  108. <if test="SDCLCXSL != null "> and SDCLCXSL = #{SDCLCXSL}</if>
  109. <if test="QSB != null "> and QSB = #{QSB}</if>
  110. <if test="fM != null "> and F_M = #{fM}</if>
  111. <if test="yyHrt != null "> and YY_HRT = #{yyHrt}</if>
  112. <if test="hyHrt != null "> and HY_HRT = #{hyHrt}</if>
  113. <if test="qyHrt != null "> and QY_HRT = #{qyHrt}</if>
  114. <if test="nhlR != null "> and NHL_R = #{nhlR}</if>
  115. <if test="whlR != null "> and WHL_R = #{whlR}</if>
  116. <if test="SRT != null "> and SRT = #{SRT}</if>
  117. <if test="CNL != null "> and CNL = #{CNL}</if>
  118. <if test="tyqBod5Tn != null "> and TYQ_BOD5_TN = #{tyqBod5Tn}</if>
  119. <if test="tyhBod5Tn != null "> and TYH_BOD5_TN = #{tyhBod5Tn}</if>
  120. <if test="createdTime != null "> and CREATED_TIME = #{createdTime}</if>
  121. </where>
  122. </select>
  123. <select id="selectTXinyiDailyByID" parameterType="Long" resultMap="TXinyiDailyResult">
  124. <include refid="selectTXinyiDailyVo"/>
  125. where ID = #{ID}
  126. </select>
  127. <insert id="insertTXinyiDaily" parameterType="TXinyiDaily" useGeneratedKeys="true" keyProperty="ID">
  128. insert into t_xinyi_daily
  129. <trim prefix="(" suffix=")" suffixOverrides=",">
  130. <if test="testDate != null">TEST_DATE,</if>
  131. <if test="testHour != null">TEST_HOUR,</if>
  132. <if test="testTime != null">TEST_TIME,</if>
  133. <if test="SORT != null">SORT,</if>
  134. <if test="jsCod != null">JS_COD,</if>
  135. <if test="jsPh != null">JS_PH,</if>
  136. <if test="jsBod5 != null">JS_BOD5,</if>
  137. <if test="jsSs != null">JS_SS,</if>
  138. <if test="jsNh3 != null">JS_NH3,</if>
  139. <if test="jsTn != null">JS_TN,</if>
  140. <if test="jsTp != null">JS_TP,</if>
  141. <if test="jsDcgj != null">JS_DCGJ,</if>
  142. <if test="csCod != null">CS_COD,</if>
  143. <if test="csPh != null">CS_PH,</if>
  144. <if test="csBod5 != null">CS_BOD5,</if>
  145. <if test="csSs != null">CS_SS,</if>
  146. <if test="csNh3 != null">CS_NH3,</if>
  147. <if test="csTn != null">CS_TN,</if>
  148. <if test="csTp != null">CS_TP,</if>
  149. <if test="csDcgj != null">CS_DCGJ,</if>
  150. <if test="jsSw != null">JS_SW,</if>
  151. <if test="csSw != null">CS_SW,</if>
  152. <if test="shcOnePh != null">SHC_ONE_PH,</if>
  153. <if test="shcTwoPh != null">SHC_TWO_PH,</if>
  154. <if test="shcHyOneSv != null">SHC_HY_ONE_SV,</if>
  155. <if test="shcHyTwoSv != null">SHC_HY_TWO_SV,</if>
  156. <if test="shcHyOneSvi != null">SHC_HY_ONE_SVI,</if>
  157. <if test="shcHyTwoSvi != null">SHC_HY_TWO_SVI,</if>
  158. <if test="shcHyOneMlss != null">SHC_HY_ONE_MLSS,</if>
  159. <if test="shcHyTwoMlss != null">SHC_HY_TWO_MLSS,</if>
  160. <if test="shcHyOneMlvss != null">SHC_HY_ONE_MLVSS,</if>
  161. <if test="shcHyTwoMlvss != null">SHC_HY_TWO_MLVSS,</if>
  162. <if test="shcYyOneDo != null">SHC_YY_ONE_DO,</if>
  163. <if test="shcYyTwoDo != null">SHC_YY_TWO_DO,</if>
  164. <if test="shcQyOneDo != null">SHC_QY_ONE_DO,</if>
  165. <if test="shcQyTwoDo != null">SHC_QY_TWO_DO,</if>
  166. <if test="shcHyOneDo != null">SHC_HY_ONE_DO,</if>
  167. <if test="shcHyTwoDo != null">SHC_HY_TWO_DO,</if>
  168. <if test="JSL != null">JSL,</if>
  169. <if test="CSL != null">CSL,</if>
  170. <if test="SDCLCXSL != null">SDCLCXSL,</if>
  171. <if test="QSB != null">QSB,</if>
  172. <if test="fM != null">F_M,</if>
  173. <if test="yyHrt != null">YY_HRT,</if>
  174. <if test="hyHrt != null">HY_HRT,</if>
  175. <if test="qyHrt != null">QY_HRT,</if>
  176. <if test="nhlR != null">NHL_R,</if>
  177. <if test="whlR != null">WHL_R,</if>
  178. <if test="SRT != null">SRT,</if>
  179. <if test="CNL != null">CNL,</if>
  180. <if test="tyqBod5Tn != null">TYQ_BOD5_TN,</if>
  181. <if test="tyhBod5Tn != null">TYH_BOD5_TN,</if>
  182. <if test="createdTime != null">CREATED_TIME,</if>
  183. </trim>
  184. <trim prefix="values (" suffix=")" suffixOverrides=",">
  185. <if test="testDate != null">#{testDate},</if>
  186. <if test="testHour != null">#{testHour},</if>
  187. <if test="testTime != null">#{testTime},</if>
  188. <if test="SORT != null">#{SORT},</if>
  189. <if test="jsCod != null">#{jsCod},</if>
  190. <if test="jsPh != null">#{jsPh},</if>
  191. <if test="jsBod5 != null">#{jsBod5},</if>
  192. <if test="jsSs != null">#{jsSs},</if>
  193. <if test="jsNh3 != null">#{jsNh3},</if>
  194. <if test="jsTn != null">#{jsTn},</if>
  195. <if test="jsTp != null">#{jsTp},</if>
  196. <if test="jsDcgj != null">#{jsDcgj},</if>
  197. <if test="csCod != null">#{csCod},</if>
  198. <if test="csPh != null">#{csPh},</if>
  199. <if test="csBod5 != null">#{csBod5},</if>
  200. <if test="csSs != null">#{csSs},</if>
  201. <if test="csNh3 != null">#{csNh3},</if>
  202. <if test="csTn != null">#{csTn},</if>
  203. <if test="csTp != null">#{csTp},</if>
  204. <if test="csDcgj != null">#{csDcgj},</if>
  205. <if test="jsSw != null">#{jsSw},</if>
  206. <if test="csSw != null">#{csSw},</if>
  207. <if test="shcOnePh != null">#{shcOnePh},</if>
  208. <if test="shcTwoPh != null">#{shcTwoPh},</if>
  209. <if test="shcHyOneSv != null">#{shcHyOneSv},</if>
  210. <if test="shcHyTwoSv != null">#{shcHyTwoSv},</if>
  211. <if test="shcHyOneSvi != null">#{shcHyOneSvi},</if>
  212. <if test="shcHyTwoSvi != null">#{shcHyTwoSvi},</if>
  213. <if test="shcHyOneMlss != null">#{shcHyOneMlss},</if>
  214. <if test="shcHyTwoMlss != null">#{shcHyTwoMlss},</if>
  215. <if test="shcHyOneMlvss != null">#{shcHyOneMlvss},</if>
  216. <if test="shcHyTwoMlvss != null">#{shcHyTwoMlvss},</if>
  217. <if test="shcYyOneDo != null">#{shcYyOneDo},</if>
  218. <if test="shcYyTwoDo != null">#{shcYyTwoDo},</if>
  219. <if test="shcQyOneDo != null">#{shcQyOneDo},</if>
  220. <if test="shcQyTwoDo != null">#{shcQyTwoDo},</if>
  221. <if test="shcHyOneDo != null">#{shcHyOneDo},</if>
  222. <if test="shcHyTwoDo != null">#{shcHyTwoDo},</if>
  223. <if test="JSL != null">#{JSL},</if>
  224. <if test="CSL != null">#{CSL},</if>
  225. <if test="SDCLCXSL != null">#{SDCLCXSL},</if>
  226. <if test="QSB != null">#{QSB},</if>
  227. <if test="fM != null">#{fM},</if>
  228. <if test="yyHrt != null">#{yyHrt},</if>
  229. <if test="hyHrt != null">#{hyHrt},</if>
  230. <if test="qyHrt != null">#{qyHrt},</if>
  231. <if test="nhlR != null">#{nhlR},</if>
  232. <if test="whlR != null">#{whlR},</if>
  233. <if test="SRT != null">#{SRT},</if>
  234. <if test="CNL != null">#{CNL},</if>
  235. <if test="tyqBod5Tn != null">#{tyqBod5Tn},</if>
  236. <if test="tyhBod5Tn != null">#{tyhBod5Tn},</if>
  237. <if test="createdTime != null">#{createdTime},</if>
  238. </trim>
  239. </insert>
  240. <update id="updateTXinyiDaily" parameterType="TXinyiDaily">
  241. update t_xinyi_daily
  242. <trim prefix="SET" suffixOverrides=",">
  243. <if test="testDate != null">TEST_DATE = #{testDate},</if>
  244. <if test="testHour != null">TEST_HOUR = #{testHour},</if>
  245. <if test="testTime != null">TEST_TIME = #{testTime},</if>
  246. <if test="SORT != null">SORT = #{SORT},</if>
  247. <if test="jsCod != null">JS_COD = #{jsCod},</if>
  248. <if test="jsPh != null">JS_PH = #{jsPh},</if>
  249. <if test="jsBod5 != null">JS_BOD5 = #{jsBod5},</if>
  250. <if test="jsSs != null">JS_SS = #{jsSs},</if>
  251. <if test="jsNh3 != null">JS_NH3 = #{jsNh3},</if>
  252. <if test="jsTn != null">JS_TN = #{jsTn},</if>
  253. <if test="jsTp != null">JS_TP = #{jsTp},</if>
  254. <if test="jsDcgj != null">JS_DCGJ = #{jsDcgj},</if>
  255. <if test="csCod != null">CS_COD = #{csCod},</if>
  256. <if test="csPh != null">CS_PH = #{csPh},</if>
  257. <if test="csBod5 != null">CS_BOD5 = #{csBod5},</if>
  258. <if test="csSs != null">CS_SS = #{csSs},</if>
  259. <if test="csNh3 != null">CS_NH3 = #{csNh3},</if>
  260. <if test="csTn != null">CS_TN = #{csTn},</if>
  261. <if test="csTp != null">CS_TP = #{csTp},</if>
  262. <if test="csDcgj != null">CS_DCGJ = #{csDcgj},</if>
  263. <if test="jsSw != null">JS_SW = #{jsSw},</if>
  264. <if test="csSw != null">CS_SW = #{csSw},</if>
  265. <if test="shcOnePh != null">SHC_ONE_PH = #{shcOnePh},</if>
  266. <if test="shcTwoPh != null">SHC_TWO_PH = #{shcTwoPh},</if>
  267. <if test="shcHyOneSv != null">SHC_HY_ONE_SV = #{shcHyOneSv},</if>
  268. <if test="shcHyTwoSv != null">SHC_HY_TWO_SV = #{shcHyTwoSv},</if>
  269. <if test="shcHyOneSvi != null">SHC_HY_ONE_SVI = #{shcHyOneSvi},</if>
  270. <if test="shcHyTwoSvi != null">SHC_HY_TWO_SVI = #{shcHyTwoSvi},</if>
  271. <if test="shcHyOneMlss != null">SHC_HY_ONE_MLSS = #{shcHyOneMlss},</if>
  272. <if test="shcHyTwoMlss != null">SHC_HY_TWO_MLSS = #{shcHyTwoMlss},</if>
  273. <if test="shcHyOneMlvss != null">SHC_HY_ONE_MLVSS = #{shcHyOneMlvss},</if>
  274. <if test="shcHyTwoMlvss != null">SHC_HY_TWO_MLVSS = #{shcHyTwoMlvss},</if>
  275. <if test="shcYyOneDo != null">SHC_YY_ONE_DO = #{shcYyOneDo},</if>
  276. <if test="shcYyTwoDo != null">SHC_YY_TWO_DO = #{shcYyTwoDo},</if>
  277. <if test="shcQyOneDo != null">SHC_QY_ONE_DO = #{shcQyOneDo},</if>
  278. <if test="shcQyTwoDo != null">SHC_QY_TWO_DO = #{shcQyTwoDo},</if>
  279. <if test="shcHyOneDo != null">SHC_HY_ONE_DO = #{shcHyOneDo},</if>
  280. <if test="shcHyTwoDo != null">SHC_HY_TWO_DO = #{shcHyTwoDo},</if>
  281. <if test="JSL != null">JSL = #{JSL},</if>
  282. <if test="CSL != null">CSL = #{CSL},</if>
  283. <if test="SDCLCXSL != null">SDCLCXSL = #{SDCLCXSL},</if>
  284. <if test="QSB != null">QSB = #{QSB},</if>
  285. <if test="fM != null">F_M = #{fM},</if>
  286. <if test="yyHrt != null">YY_HRT = #{yyHrt},</if>
  287. <if test="hyHrt != null">HY_HRT = #{hyHrt},</if>
  288. <if test="qyHrt != null">QY_HRT = #{qyHrt},</if>
  289. <if test="nhlR != null">NHL_R = #{nhlR},</if>
  290. <if test="whlR != null">WHL_R = #{whlR},</if>
  291. <if test="SRT != null">SRT = #{SRT},</if>
  292. <if test="CNL != null">CNL = #{CNL},</if>
  293. <if test="tyqBod5Tn != null">TYQ_BOD5_TN = #{tyqBod5Tn},</if>
  294. <if test="tyhBod5Tn != null">TYH_BOD5_TN = #{tyhBod5Tn},</if>
  295. <if test="createdTime != null">CREATED_TIME = #{createdTime},</if>
  296. </trim>
  297. where ID = #{ID}
  298. </update>
  299. <delete id="deleteTXinyiDailyByID" parameterType="Long">
  300. delete from t_xinyi_daily where ID = #{ID}
  301. </delete>
  302. <delete id="deleteTXinyiDailyByIDs" parameterType="String">
  303. delete from t_xinyi_daily where ID in
  304. <foreach item="ID" collection="array" open="(" separator="," close=")">
  305. #{ID}
  306. </foreach>
  307. </delete>
  308. </mapper>