|
@@ -0,0 +1,316 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
+<!DOCTYPE mapper
|
|
|
+PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
+"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
|
+<mapper namespace="com.slibra.business.mapper.TXinyiDailyMapper">
|
|
|
+
|
|
|
+ <resultMap type="TXinyiDaily" id="TXinyiDailyResult">
|
|
|
+ <result property="ID" column="ID" />
|
|
|
+ <result property="testDate" column="TEST_DATE" />
|
|
|
+ <result property="testHour" column="TEST_HOUR" />
|
|
|
+ <result property="testTime" column="TEST_TIME" />
|
|
|
+ <result property="SORT" column="SORT" />
|
|
|
+ <result property="jsCod" column="JS_COD" />
|
|
|
+ <result property="jsPh" column="JS_PH" />
|
|
|
+ <result property="jsBod5" column="JS_BOD5" />
|
|
|
+ <result property="jsSs" column="JS_SS" />
|
|
|
+ <result property="jsNh3" column="JS_NH3" />
|
|
|
+ <result property="jsTn" column="JS_TN" />
|
|
|
+ <result property="jsTp" column="JS_TP" />
|
|
|
+ <result property="jsDcgj" column="JS_DCGJ" />
|
|
|
+ <result property="csCod" column="CS_COD" />
|
|
|
+ <result property="csPh" column="CS_PH" />
|
|
|
+ <result property="csBod5" column="CS_BOD5" />
|
|
|
+ <result property="csSs" column="CS_SS" />
|
|
|
+ <result property="csNh3" column="CS_NH3" />
|
|
|
+ <result property="csTn" column="CS_TN" />
|
|
|
+ <result property="csTp" column="CS_TP" />
|
|
|
+ <result property="csDcgj" column="CS_DCGJ" />
|
|
|
+ <result property="jsSw" column="JS_SW" />
|
|
|
+ <result property="csSw" column="CS_SW" />
|
|
|
+ <result property="shcOnePh" column="SHC_ONE_PH" />
|
|
|
+ <result property="shcTwoPh" column="SHC_TWO_PH" />
|
|
|
+ <result property="shcHyOneSv" column="SHC_HY_ONE_SV" />
|
|
|
+ <result property="shcHyTwoSv" column="SHC_HY_TWO_SV" />
|
|
|
+ <result property="shcHyOneSvi" column="SHC_HY_ONE_SVI" />
|
|
|
+ <result property="shcHyTwoSvi" column="SHC_HY_TWO_SVI" />
|
|
|
+ <result property="shcHyOneMlss" column="SHC_HY_ONE_MLSS" />
|
|
|
+ <result property="shcHyTwoMlss" column="SHC_HY_TWO_MLSS" />
|
|
|
+ <result property="shcHyOneMlvss" column="SHC_HY_ONE_MLVSS" />
|
|
|
+ <result property="shcHyTwoMlvss" column="SHC_HY_TWO_MLVSS" />
|
|
|
+ <result property="shcYyOneDo" column="SHC_YY_ONE_DO" />
|
|
|
+ <result property="shcYyTwoDo" column="SHC_YY_TWO_DO" />
|
|
|
+ <result property="shcQyOneDo" column="SHC_QY_ONE_DO" />
|
|
|
+ <result property="shcQyTwoDo" column="SHC_QY_TWO_DO" />
|
|
|
+ <result property="shcHyOneDo" column="SHC_HY_ONE_DO" />
|
|
|
+ <result property="shcHyTwoDo" column="SHC_HY_TWO_DO" />
|
|
|
+ <result property="JSL" column="JSL" />
|
|
|
+ <result property="CSL" column="CSL" />
|
|
|
+ <result property="SDCLCXSL" column="SDCLCXSL" />
|
|
|
+ <result property="QSB" column="QSB" />
|
|
|
+ <result property="fM" column="F_M" />
|
|
|
+ <result property="yyHrt" column="YY_HRT" />
|
|
|
+ <result property="hyHrt" column="HY_HRT" />
|
|
|
+ <result property="qyHrt" column="QY_HRT" />
|
|
|
+ <result property="nhlR" column="NHL_R" />
|
|
|
+ <result property="whlR" column="WHL_R" />
|
|
|
+ <result property="SRT" column="SRT" />
|
|
|
+ <result property="CNL" column="CNL" />
|
|
|
+ <result property="tyqBod5Tn" column="TYQ_BOD5_TN" />
|
|
|
+ <result property="tyhBod5Tn" column="TYH_BOD5_TN" />
|
|
|
+ <result property="createdTime" column="CREATED_TIME" />
|
|
|
+ </resultMap>
|
|
|
+
|
|
|
+ <sql id="selectTXinyiDailyVo">
|
|
|
+ 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
|
|
|
+ </sql>
|
|
|
+
|
|
|
+ <select id="selectTXinyiDailyList" parameterType="TXinyiDaily" resultMap="TXinyiDailyResult">
|
|
|
+ <include refid="selectTXinyiDailyVo"/>
|
|
|
+ <where>
|
|
|
+ <if test="testDate != null and testDate != ''"> and TEST_DATE = #{testDate}</if>
|
|
|
+ <if test="testHour != null and testHour != ''"> and TEST_HOUR = #{testHour}</if>
|
|
|
+ <if test="testTime != null and testTime != ''"> and TEST_TIME = #{testTime}</if>
|
|
|
+ <if test="SORT != null "> and SORT = #{SORT}</if>
|
|
|
+ <if test="jsCod != null "> and JS_COD = #{jsCod}</if>
|
|
|
+ <if test="jsPh != null "> and JS_PH = #{jsPh}</if>
|
|
|
+ <if test="jsBod5 != null "> and JS_BOD5 = #{jsBod5}</if>
|
|
|
+ <if test="jsSs != null "> and JS_SS = #{jsSs}</if>
|
|
|
+ <if test="jsNh3 != null "> and JS_NH3 = #{jsNh3}</if>
|
|
|
+ <if test="jsTn != null "> and JS_TN = #{jsTn}</if>
|
|
|
+ <if test="jsTp != null "> and JS_TP = #{jsTp}</if>
|
|
|
+ <if test="jsDcgj != null "> and JS_DCGJ = #{jsDcgj}</if>
|
|
|
+ <if test="csCod != null "> and CS_COD = #{csCod}</if>
|
|
|
+ <if test="csPh != null "> and CS_PH = #{csPh}</if>
|
|
|
+ <if test="csBod5 != null "> and CS_BOD5 = #{csBod5}</if>
|
|
|
+ <if test="csSs != null "> and CS_SS = #{csSs}</if>
|
|
|
+ <if test="csNh3 != null "> and CS_NH3 = #{csNh3}</if>
|
|
|
+ <if test="csTn != null "> and CS_TN = #{csTn}</if>
|
|
|
+ <if test="csTp != null "> and CS_TP = #{csTp}</if>
|
|
|
+ <if test="csDcgj != null "> and CS_DCGJ = #{csDcgj}</if>
|
|
|
+ <if test="jsSw != null "> and JS_SW = #{jsSw}</if>
|
|
|
+ <if test="csSw != null "> and CS_SW = #{csSw}</if>
|
|
|
+ <if test="shcOnePh != null "> and SHC_ONE_PH = #{shcOnePh}</if>
|
|
|
+ <if test="shcTwoPh != null "> and SHC_TWO_PH = #{shcTwoPh}</if>
|
|
|
+ <if test="shcHyOneSv != null "> and SHC_HY_ONE_SV = #{shcHyOneSv}</if>
|
|
|
+ <if test="shcHyTwoSv != null "> and SHC_HY_TWO_SV = #{shcHyTwoSv}</if>
|
|
|
+ <if test="shcHyOneSvi != null "> and SHC_HY_ONE_SVI = #{shcHyOneSvi}</if>
|
|
|
+ <if test="shcHyTwoSvi != null "> and SHC_HY_TWO_SVI = #{shcHyTwoSvi}</if>
|
|
|
+ <if test="shcHyOneMlss != null "> and SHC_HY_ONE_MLSS = #{shcHyOneMlss}</if>
|
|
|
+ <if test="shcHyTwoMlss != null "> and SHC_HY_TWO_MLSS = #{shcHyTwoMlss}</if>
|
|
|
+ <if test="shcHyOneMlvss != null "> and SHC_HY_ONE_MLVSS = #{shcHyOneMlvss}</if>
|
|
|
+ <if test="shcHyTwoMlvss != null "> and SHC_HY_TWO_MLVSS = #{shcHyTwoMlvss}</if>
|
|
|
+ <if test="shcYyOneDo != null "> and SHC_YY_ONE_DO = #{shcYyOneDo}</if>
|
|
|
+ <if test="shcYyTwoDo != null "> and SHC_YY_TWO_DO = #{shcYyTwoDo}</if>
|
|
|
+ <if test="shcQyOneDo != null "> and SHC_QY_ONE_DO = #{shcQyOneDo}</if>
|
|
|
+ <if test="shcQyTwoDo != null "> and SHC_QY_TWO_DO = #{shcQyTwoDo}</if>
|
|
|
+ <if test="shcHyOneDo != null "> and SHC_HY_ONE_DO = #{shcHyOneDo}</if>
|
|
|
+ <if test="shcHyTwoDo != null "> and SHC_HY_TWO_DO = #{shcHyTwoDo}</if>
|
|
|
+ <if test="JSL != null "> and JSL = #{JSL}</if>
|
|
|
+ <if test="CSL != null "> and CSL = #{CSL}</if>
|
|
|
+ <if test="SDCLCXSL != null "> and SDCLCXSL = #{SDCLCXSL}</if>
|
|
|
+ <if test="QSB != null "> and QSB = #{QSB}</if>
|
|
|
+ <if test="fM != null "> and F_M = #{fM}</if>
|
|
|
+ <if test="yyHrt != null "> and YY_HRT = #{yyHrt}</if>
|
|
|
+ <if test="hyHrt != null "> and HY_HRT = #{hyHrt}</if>
|
|
|
+ <if test="qyHrt != null "> and QY_HRT = #{qyHrt}</if>
|
|
|
+ <if test="nhlR != null "> and NHL_R = #{nhlR}</if>
|
|
|
+ <if test="whlR != null "> and WHL_R = #{whlR}</if>
|
|
|
+ <if test="SRT != null "> and SRT = #{SRT}</if>
|
|
|
+ <if test="CNL != null "> and CNL = #{CNL}</if>
|
|
|
+ <if test="tyqBod5Tn != null "> and TYQ_BOD5_TN = #{tyqBod5Tn}</if>
|
|
|
+ <if test="tyhBod5Tn != null "> and TYH_BOD5_TN = #{tyhBod5Tn}</if>
|
|
|
+ <if test="createdTime != null "> and CREATED_TIME = #{createdTime}</if>
|
|
|
+ </where>
|
|
|
+ </select>
|
|
|
+
|
|
|
+ <select id="selectTXinyiDailyByID" parameterType="Long" resultMap="TXinyiDailyResult">
|
|
|
+ <include refid="selectTXinyiDailyVo"/>
|
|
|
+ where ID = #{ID}
|
|
|
+ </select>
|
|
|
+
|
|
|
+ <insert id="insertTXinyiDaily" parameterType="TXinyiDaily" useGeneratedKeys="true" keyProperty="ID">
|
|
|
+ insert into t_xinyi_daily
|
|
|
+ <trim prefix="(" suffix=")" suffixOverrides=",">
|
|
|
+ <if test="testDate != null">TEST_DATE,</if>
|
|
|
+ <if test="testHour != null">TEST_HOUR,</if>
|
|
|
+ <if test="testTime != null">TEST_TIME,</if>
|
|
|
+ <if test="SORT != null">SORT,</if>
|
|
|
+ <if test="jsCod != null">JS_COD,</if>
|
|
|
+ <if test="jsPh != null">JS_PH,</if>
|
|
|
+ <if test="jsBod5 != null">JS_BOD5,</if>
|
|
|
+ <if test="jsSs != null">JS_SS,</if>
|
|
|
+ <if test="jsNh3 != null">JS_NH3,</if>
|
|
|
+ <if test="jsTn != null">JS_TN,</if>
|
|
|
+ <if test="jsTp != null">JS_TP,</if>
|
|
|
+ <if test="jsDcgj != null">JS_DCGJ,</if>
|
|
|
+ <if test="csCod != null">CS_COD,</if>
|
|
|
+ <if test="csPh != null">CS_PH,</if>
|
|
|
+ <if test="csBod5 != null">CS_BOD5,</if>
|
|
|
+ <if test="csSs != null">CS_SS,</if>
|
|
|
+ <if test="csNh3 != null">CS_NH3,</if>
|
|
|
+ <if test="csTn != null">CS_TN,</if>
|
|
|
+ <if test="csTp != null">CS_TP,</if>
|
|
|
+ <if test="csDcgj != null">CS_DCGJ,</if>
|
|
|
+ <if test="jsSw != null">JS_SW,</if>
|
|
|
+ <if test="csSw != null">CS_SW,</if>
|
|
|
+ <if test="shcOnePh != null">SHC_ONE_PH,</if>
|
|
|
+ <if test="shcTwoPh != null">SHC_TWO_PH,</if>
|
|
|
+ <if test="shcHyOneSv != null">SHC_HY_ONE_SV,</if>
|
|
|
+ <if test="shcHyTwoSv != null">SHC_HY_TWO_SV,</if>
|
|
|
+ <if test="shcHyOneSvi != null">SHC_HY_ONE_SVI,</if>
|
|
|
+ <if test="shcHyTwoSvi != null">SHC_HY_TWO_SVI,</if>
|
|
|
+ <if test="shcHyOneMlss != null">SHC_HY_ONE_MLSS,</if>
|
|
|
+ <if test="shcHyTwoMlss != null">SHC_HY_TWO_MLSS,</if>
|
|
|
+ <if test="shcHyOneMlvss != null">SHC_HY_ONE_MLVSS,</if>
|
|
|
+ <if test="shcHyTwoMlvss != null">SHC_HY_TWO_MLVSS,</if>
|
|
|
+ <if test="shcYyOneDo != null">SHC_YY_ONE_DO,</if>
|
|
|
+ <if test="shcYyTwoDo != null">SHC_YY_TWO_DO,</if>
|
|
|
+ <if test="shcQyOneDo != null">SHC_QY_ONE_DO,</if>
|
|
|
+ <if test="shcQyTwoDo != null">SHC_QY_TWO_DO,</if>
|
|
|
+ <if test="shcHyOneDo != null">SHC_HY_ONE_DO,</if>
|
|
|
+ <if test="shcHyTwoDo != null">SHC_HY_TWO_DO,</if>
|
|
|
+ <if test="JSL != null">JSL,</if>
|
|
|
+ <if test="CSL != null">CSL,</if>
|
|
|
+ <if test="SDCLCXSL != null">SDCLCXSL,</if>
|
|
|
+ <if test="QSB != null">QSB,</if>
|
|
|
+ <if test="fM != null">F_M,</if>
|
|
|
+ <if test="yyHrt != null">YY_HRT,</if>
|
|
|
+ <if test="hyHrt != null">HY_HRT,</if>
|
|
|
+ <if test="qyHrt != null">QY_HRT,</if>
|
|
|
+ <if test="nhlR != null">NHL_R,</if>
|
|
|
+ <if test="whlR != null">WHL_R,</if>
|
|
|
+ <if test="SRT != null">SRT,</if>
|
|
|
+ <if test="CNL != null">CNL,</if>
|
|
|
+ <if test="tyqBod5Tn != null">TYQ_BOD5_TN,</if>
|
|
|
+ <if test="tyhBod5Tn != null">TYH_BOD5_TN,</if>
|
|
|
+ <if test="createdTime != null">CREATED_TIME,</if>
|
|
|
+ </trim>
|
|
|
+ <trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
+ <if test="testDate != null">#{testDate},</if>
|
|
|
+ <if test="testHour != null">#{testHour},</if>
|
|
|
+ <if test="testTime != null">#{testTime},</if>
|
|
|
+ <if test="SORT != null">#{SORT},</if>
|
|
|
+ <if test="jsCod != null">#{jsCod},</if>
|
|
|
+ <if test="jsPh != null">#{jsPh},</if>
|
|
|
+ <if test="jsBod5 != null">#{jsBod5},</if>
|
|
|
+ <if test="jsSs != null">#{jsSs},</if>
|
|
|
+ <if test="jsNh3 != null">#{jsNh3},</if>
|
|
|
+ <if test="jsTn != null">#{jsTn},</if>
|
|
|
+ <if test="jsTp != null">#{jsTp},</if>
|
|
|
+ <if test="jsDcgj != null">#{jsDcgj},</if>
|
|
|
+ <if test="csCod != null">#{csCod},</if>
|
|
|
+ <if test="csPh != null">#{csPh},</if>
|
|
|
+ <if test="csBod5 != null">#{csBod5},</if>
|
|
|
+ <if test="csSs != null">#{csSs},</if>
|
|
|
+ <if test="csNh3 != null">#{csNh3},</if>
|
|
|
+ <if test="csTn != null">#{csTn},</if>
|
|
|
+ <if test="csTp != null">#{csTp},</if>
|
|
|
+ <if test="csDcgj != null">#{csDcgj},</if>
|
|
|
+ <if test="jsSw != null">#{jsSw},</if>
|
|
|
+ <if test="csSw != null">#{csSw},</if>
|
|
|
+ <if test="shcOnePh != null">#{shcOnePh},</if>
|
|
|
+ <if test="shcTwoPh != null">#{shcTwoPh},</if>
|
|
|
+ <if test="shcHyOneSv != null">#{shcHyOneSv},</if>
|
|
|
+ <if test="shcHyTwoSv != null">#{shcHyTwoSv},</if>
|
|
|
+ <if test="shcHyOneSvi != null">#{shcHyOneSvi},</if>
|
|
|
+ <if test="shcHyTwoSvi != null">#{shcHyTwoSvi},</if>
|
|
|
+ <if test="shcHyOneMlss != null">#{shcHyOneMlss},</if>
|
|
|
+ <if test="shcHyTwoMlss != null">#{shcHyTwoMlss},</if>
|
|
|
+ <if test="shcHyOneMlvss != null">#{shcHyOneMlvss},</if>
|
|
|
+ <if test="shcHyTwoMlvss != null">#{shcHyTwoMlvss},</if>
|
|
|
+ <if test="shcYyOneDo != null">#{shcYyOneDo},</if>
|
|
|
+ <if test="shcYyTwoDo != null">#{shcYyTwoDo},</if>
|
|
|
+ <if test="shcQyOneDo != null">#{shcQyOneDo},</if>
|
|
|
+ <if test="shcQyTwoDo != null">#{shcQyTwoDo},</if>
|
|
|
+ <if test="shcHyOneDo != null">#{shcHyOneDo},</if>
|
|
|
+ <if test="shcHyTwoDo != null">#{shcHyTwoDo},</if>
|
|
|
+ <if test="JSL != null">#{JSL},</if>
|
|
|
+ <if test="CSL != null">#{CSL},</if>
|
|
|
+ <if test="SDCLCXSL != null">#{SDCLCXSL},</if>
|
|
|
+ <if test="QSB != null">#{QSB},</if>
|
|
|
+ <if test="fM != null">#{fM},</if>
|
|
|
+ <if test="yyHrt != null">#{yyHrt},</if>
|
|
|
+ <if test="hyHrt != null">#{hyHrt},</if>
|
|
|
+ <if test="qyHrt != null">#{qyHrt},</if>
|
|
|
+ <if test="nhlR != null">#{nhlR},</if>
|
|
|
+ <if test="whlR != null">#{whlR},</if>
|
|
|
+ <if test="SRT != null">#{SRT},</if>
|
|
|
+ <if test="CNL != null">#{CNL},</if>
|
|
|
+ <if test="tyqBod5Tn != null">#{tyqBod5Tn},</if>
|
|
|
+ <if test="tyhBod5Tn != null">#{tyhBod5Tn},</if>
|
|
|
+ <if test="createdTime != null">#{createdTime},</if>
|
|
|
+ </trim>
|
|
|
+ </insert>
|
|
|
+
|
|
|
+ <update id="updateTXinyiDaily" parameterType="TXinyiDaily">
|
|
|
+ update t_xinyi_daily
|
|
|
+ <trim prefix="SET" suffixOverrides=",">
|
|
|
+ <if test="testDate != null">TEST_DATE = #{testDate},</if>
|
|
|
+ <if test="testHour != null">TEST_HOUR = #{testHour},</if>
|
|
|
+ <if test="testTime != null">TEST_TIME = #{testTime},</if>
|
|
|
+ <if test="SORT != null">SORT = #{SORT},</if>
|
|
|
+ <if test="jsCod != null">JS_COD = #{jsCod},</if>
|
|
|
+ <if test="jsPh != null">JS_PH = #{jsPh},</if>
|
|
|
+ <if test="jsBod5 != null">JS_BOD5 = #{jsBod5},</if>
|
|
|
+ <if test="jsSs != null">JS_SS = #{jsSs},</if>
|
|
|
+ <if test="jsNh3 != null">JS_NH3 = #{jsNh3},</if>
|
|
|
+ <if test="jsTn != null">JS_TN = #{jsTn},</if>
|
|
|
+ <if test="jsTp != null">JS_TP = #{jsTp},</if>
|
|
|
+ <if test="jsDcgj != null">JS_DCGJ = #{jsDcgj},</if>
|
|
|
+ <if test="csCod != null">CS_COD = #{csCod},</if>
|
|
|
+ <if test="csPh != null">CS_PH = #{csPh},</if>
|
|
|
+ <if test="csBod5 != null">CS_BOD5 = #{csBod5},</if>
|
|
|
+ <if test="csSs != null">CS_SS = #{csSs},</if>
|
|
|
+ <if test="csNh3 != null">CS_NH3 = #{csNh3},</if>
|
|
|
+ <if test="csTn != null">CS_TN = #{csTn},</if>
|
|
|
+ <if test="csTp != null">CS_TP = #{csTp},</if>
|
|
|
+ <if test="csDcgj != null">CS_DCGJ = #{csDcgj},</if>
|
|
|
+ <if test="jsSw != null">JS_SW = #{jsSw},</if>
|
|
|
+ <if test="csSw != null">CS_SW = #{csSw},</if>
|
|
|
+ <if test="shcOnePh != null">SHC_ONE_PH = #{shcOnePh},</if>
|
|
|
+ <if test="shcTwoPh != null">SHC_TWO_PH = #{shcTwoPh},</if>
|
|
|
+ <if test="shcHyOneSv != null">SHC_HY_ONE_SV = #{shcHyOneSv},</if>
|
|
|
+ <if test="shcHyTwoSv != null">SHC_HY_TWO_SV = #{shcHyTwoSv},</if>
|
|
|
+ <if test="shcHyOneSvi != null">SHC_HY_ONE_SVI = #{shcHyOneSvi},</if>
|
|
|
+ <if test="shcHyTwoSvi != null">SHC_HY_TWO_SVI = #{shcHyTwoSvi},</if>
|
|
|
+ <if test="shcHyOneMlss != null">SHC_HY_ONE_MLSS = #{shcHyOneMlss},</if>
|
|
|
+ <if test="shcHyTwoMlss != null">SHC_HY_TWO_MLSS = #{shcHyTwoMlss},</if>
|
|
|
+ <if test="shcHyOneMlvss != null">SHC_HY_ONE_MLVSS = #{shcHyOneMlvss},</if>
|
|
|
+ <if test="shcHyTwoMlvss != null">SHC_HY_TWO_MLVSS = #{shcHyTwoMlvss},</if>
|
|
|
+ <if test="shcYyOneDo != null">SHC_YY_ONE_DO = #{shcYyOneDo},</if>
|
|
|
+ <if test="shcYyTwoDo != null">SHC_YY_TWO_DO = #{shcYyTwoDo},</if>
|
|
|
+ <if test="shcQyOneDo != null">SHC_QY_ONE_DO = #{shcQyOneDo},</if>
|
|
|
+ <if test="shcQyTwoDo != null">SHC_QY_TWO_DO = #{shcQyTwoDo},</if>
|
|
|
+ <if test="shcHyOneDo != null">SHC_HY_ONE_DO = #{shcHyOneDo},</if>
|
|
|
+ <if test="shcHyTwoDo != null">SHC_HY_TWO_DO = #{shcHyTwoDo},</if>
|
|
|
+ <if test="JSL != null">JSL = #{JSL},</if>
|
|
|
+ <if test="CSL != null">CSL = #{CSL},</if>
|
|
|
+ <if test="SDCLCXSL != null">SDCLCXSL = #{SDCLCXSL},</if>
|
|
|
+ <if test="QSB != null">QSB = #{QSB},</if>
|
|
|
+ <if test="fM != null">F_M = #{fM},</if>
|
|
|
+ <if test="yyHrt != null">YY_HRT = #{yyHrt},</if>
|
|
|
+ <if test="hyHrt != null">HY_HRT = #{hyHrt},</if>
|
|
|
+ <if test="qyHrt != null">QY_HRT = #{qyHrt},</if>
|
|
|
+ <if test="nhlR != null">NHL_R = #{nhlR},</if>
|
|
|
+ <if test="whlR != null">WHL_R = #{whlR},</if>
|
|
|
+ <if test="SRT != null">SRT = #{SRT},</if>
|
|
|
+ <if test="CNL != null">CNL = #{CNL},</if>
|
|
|
+ <if test="tyqBod5Tn != null">TYQ_BOD5_TN = #{tyqBod5Tn},</if>
|
|
|
+ <if test="tyhBod5Tn != null">TYH_BOD5_TN = #{tyhBod5Tn},</if>
|
|
|
+ <if test="createdTime != null">CREATED_TIME = #{createdTime},</if>
|
|
|
+ </trim>
|
|
|
+ where ID = #{ID}
|
|
|
+ </update>
|
|
|
+
|
|
|
+ <delete id="deleteTXinyiDailyByID" parameterType="Long">
|
|
|
+ delete from t_xinyi_daily where ID = #{ID}
|
|
|
+ </delete>
|
|
|
+
|
|
|
+ <delete id="deleteTXinyiDailyByIDs" parameterType="String">
|
|
|
+ delete from t_xinyi_daily where ID in
|
|
|
+ <foreach item="ID" collection="array" open="(" separator="," close=")">
|
|
|
+ #{ID}
|
|
|
+ </foreach>
|
|
|
+ </delete>
|
|
|
+</mapper>
|