| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744 |
- <?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="cn.com.goldenwater.dcproj.dao.BisInspVill2021CwsDao">
- <resultMap type="cn.com.goldenwater.dcproj.model.BisInspVill2021Cws" id="bisInspVill2021CwsResultMap">
- <result property="cwsCode" column="CWS_CODE"/>
- <result property="cwsNm" column="CWS_NM"/>
- <result property="id" column="ID"/>
- <result property="adCode" column="AD_CODE"/>
- <result property="adName" column="AD_NAME"/>
- <result property="rgstrId" column="RGSTR_ID"/>
- <result property="cwsLoc" column="CWS_LOC"/>
- <result property="cwsVill" column="CWS_VILL"/>
- <result property="centerX" column="CENTER_X"/>
- <result property="centerY" column="CENTER_Y"/>
- <result property="gdX" column="GD_X"/>
- <result property="gdY" column="GD_Y"/>
- <result property="isOvpvCounty" column="IS_OVPV_COUNTY"/>
- <result property="isOvyfCounty" column="IS_OVYF_COUNTY"/>
- <result property="isOvslyCounty" column="IS_OVSLY_COUNTY"/>
- <result property="villType" column="VILL_TYPE"/>
- <result property="isOvyfCws" column="IS_OVYF_CWS"/>
- <result property="isOvslyCws" column="IS_OVSLY_CWS"/>
- <result property="isRunCws" column="IS_RUN_CWS"/>
- <result property="nrunNote" column="NRUN_NOTE"/>
- <result property="isFix" column="IS_FIX"/>
- <result property="wtType" column="WT_TYPE"/>
- <result property="singCost" column="SING_COST"/>
- <result property="twoCost" column="TWO_COST"/>
- <result property="twoCostLimt" column="TWO_COST_LIMT"/>
- <result property="step1Cost" column="STEP1_COST"/>
- <result property="step1CostLimt" column="STEP1_COST_LIMT"/>
- <result property="step2Cost" column="STEP2_COST"/>
- <result property="step2CostLimt" column="STEP2_COST_LIMT"/>
- <result property="step3Cost" column="STEP3_COST"/>
- <result property="step3CostLimt" column="STEP3_COST_LIMT"/>
- <result property="fixCost" column="FIX_COST"/>
- <result property="fixCostUnit" column="FIX_COST_UNIT"/>
- <result property="isCost" column="IS_COST"/>
- <result property="isCostSub" column="IS_COST_SUB"/>
- <result property="isCleanEq" column="IS_CLEAN_EQ"/>
- <result property="isCleanRun" column="IS_CLEAN_RUN"/>
- <result property="isWipeEq" column="IS_WIPE_EQ"/>
- <result property="isWipeRun" column="IS_WIPE_RUN"/>
- <result property="isChkRpt" column="IS_CHK_RPT"/>
- <result property="isChkRptPass" column="IS_CHK_RPT_PASS"/>
- <result property="chkRptPassNote" column="CHK_RPT_PASS_NOTE"/>
- <result property="unitType" column="UNIT_TYPE"/>
- <result property="isSetAdmin" column="IS_SET_ADMIN"/>
- <result property="isWatrSour" column="IS_WATR_SOUR"/>
- <result property="swhsType" column="SWHS_TYPE"/>
- <result property="isMeet" column="IS_MEET"/>
- <result property="evltType" column="EVLT_TYPE"/>
- <result property="isRange" column="IS_RANGE"/>
- <result property="note" column="NOTE"/>
- <result property="persId" column="PERS_ID"/>
- <result property="intm" column="INTM"/>
- <result property="uptm" column="UPTM"/>
- <result property="dataStat" column="DATA_STAT"/>
- <result property="meaCost" column="MEA_COST"/>
- </resultMap>
- <sql id="table_columns">
- CWS_CODE,
- CWS_NM,
- ID,
- AD_CODE,
- AD_NAME,
- RGSTR_ID,
- CWS_LOC,
- CWS_VILL,
- CENTER_X,
- CENTER_Y,
- GD_X,
- GD_Y,
- IS_OVPV_COUNTY,
- IS_OVYF_COUNTY,
- IS_OVSLY_COUNTY,
- VILL_TYPE,
- IS_OVYF_CWS,
- IS_OVSLY_CWS,
- IS_RUN_CWS,
- NRUN_NOTE,
- IS_FIX,
- WT_TYPE,
- SING_COST,
- TWO_COST,
- TWO_COST_LIMT,
- STEP1_COST,
- STEP1_COST_LIMT,
- STEP2_COST,
- STEP2_COST_LIMT,
- STEP3_COST,
- STEP3_COST_LIMT,
- FIX_COST,
- FIX_COST_UNIT,
- IS_COST,
- IS_COST_SUB,
- IS_CLEAN_EQ,
- IS_CLEAN_RUN,
- IS_WIPE_EQ,
- IS_WIPE_RUN,
- IS_CHK_RPT,
- IS_CHK_RPT_PASS,
- CHK_RPT_PASS_NOTE,
- UNIT_TYPE,
- IS_SET_ADMIN,
- IS_WATR_SOUR,
- SWHS_TYPE,
- IS_MEET,
- EVLT_TYPE,
- IS_RANGE,
- NOTE,
- PERS_ID,
- INTM,
- UPTM,
- DATA_STAT,
- MEA_COST
- </sql>
- <sql id="entity_properties">
- #{cwsCode},
- #{cwsNm},
- #{id},
- #{adCode},
- #{adName},
- #{rgstrId},
- #{cwsLoc},
- #{cwsVill},
- #{centerX},
- #{centerY},
- #{gdX},
- #{gdY},
- #{isOvpvCounty},
- #{isOvyfCounty},
- #{isOvslyCounty},
- #{villType},
- #{isOvyfCws},
- #{isOvslyCws},
- #{isRunCws},
- #{nrunNote},
- #{isFix},
- #{wtType},
- #{singCost},
- #{twoCost},
- #{twoCostLimt},
- #{step1Cost},
- #{step1CostLimt},
- #{step2Cost},
- #{step2CostLimt},
- #{step3Cost},
- #{step3CostLimt},
- #{fixCost},
- #{fixCostUnit},
- #{isCost},
- #{isCostSub},
- #{isCleanEq},
- #{isCleanRun},
- #{isWipeEq},
- #{isWipeRun},
- #{isChkRpt},
- #{isChkRptPass},
- #{chkRptPassNote},
- #{unitType},
- #{isSetAdmin},
- #{isWatrSour},
- #{swhsType},
- #{isMeet},
- #{evltType},
- #{isRange},
- #{note},
- #{persId},
- #{intm},
- #{uptm},
- #{dataStat},
- #{meaCost}
- </sql>
- <!-- 使用like用法:columnName like concat('%',#columnName#,'%') -->
- <sql id="page_where">
- <trim prefix="where" prefixOverrides="and | or ">
- <if test="cwsCode != null and cwsCode != ''">
- and CWS_CODE = #{cwsCode}
- </if>
- <if test="adCode != null and adCode != ''">
- and AD_CODE = #{adCode}
- </if>
- <if test="adName != null and adName != ''">
- and AD_NAME = #{adName}
- </if>
- <if test="cwsNm != null and cwsNm != ''">
- and CWS_NM = #{cwsNm}
- </if>
- <if test="rgstrId != null and rgstrId != ''">
- and RGSTR_ID = #{rgstrId}
- </if>
- <if test="cwsLoc != null and cwsLoc != ''">
- and CWS_LOC = #{cwsLoc}
- </if>
- <if test="cwsVill != null and cwsVill != ''">
- and CWS_VILL = #{cwsVill}
- </if>
- <if test="centerX != null and centerX != ''">
- and CENTER_X = #{centerX}
- </if>
- <if test="centerY != null and centerY != ''">
- and CENTER_Y = #{centerY}
- </if>
- <if test="gdX != null and gdX != ''">
- and GD_X = #{gdX}
- </if>
- <if test="gdY != null and gdY != ''">
- and GD_Y = #{gdY}
- </if>
- <if test="isOvpvCounty != null and isOvpvCounty != ''">
- and IS_OVPV_COUNTY = #{isOvpvCounty}
- </if>
- <if test="isOvyfCounty != null and isOvyfCounty != ''">
- and IS_OVYF_COUNTY = #{isOvyfCounty}
- </if>
- <if test="isOvslyCounty != null and isOvslyCounty != ''">
- and IS_OVSLY_COUNTY = #{isOvslyCounty}
- </if>
- <if test="villType != null and villType != ''">
- and VILL_TYPE = #{villType}
- </if>
- <if test="isOvyfCws != null and isOvyfCws != ''">
- and IS_OVYF_CWS = #{isOvyfCws}
- </if>
- <if test="isOvslyCws != null and isOvslyCws != ''">
- and IS_OVSLY_CWS = #{isOvslyCws}
- </if>
- <if test="isRunCws != null and isRunCws != ''">
- and IS_RUN_CWS = #{isRunCws}
- </if>
- <if test="nrunNote != null and nrunNote != ''">
- and NRUN_NOTE = #{nrunNote}
- </if>
- <if test="isFix != null and isFix != ''">
- and IS_FIX = #{isFix}
- </if>
- <if test="wtType != null and wtType != ''">
- and WT_TYPE = #{wtType}
- </if>
- <if test="singCost != null and singCost != ''">
- and SING_COST = #{singCost}
- </if>
- <if test="twoCost != null and twoCost != ''">
- and TWO_COST = #{twoCost}
- </if>
- <if test="twoCostLimt != null and twoCostLimt != ''">
- and TWO_COST_LIMT = #{twoCostLimt}
- </if>
- <if test="step1Cost != null and step1Cost != ''">
- and STEP1_COST = #{step1Cost}
- </if>
- <if test="step1CostLimt != null and step1CostLimt != ''">
- and STEP1_COST_LIMT = #{step1CostLimt}
- </if>
- <if test="step2Cost != null and step2Cost != ''">
- and STEP2_COST = #{step2Cost}
- </if>
- <if test="step2CostLimt != null and step2CostLimt != ''">
- and STEP2_COST_LIMT = #{step2CostLimt}
- </if>
- <if test="step3Cost != null and step3Cost != ''">
- and STEP3_COST = #{step3Cost}
- </if>
- <if test="step3CostLimt != null and step3CostLimt != ''">
- and STEP3_COST_LIMT = #{step3CostLimt}
- </if>
- <if test="fixCost != null and fixCost != ''">
- and FIX_COST = #{fixCost}
- </if>
- <if test="fixCostUnit != null and fixCostUnit != ''">
- and FIX_COST_UNIT = #{fixCostUnit}
- </if>
- <if test="isCost != null and isCost != ''">
- and IS_COST = #{isCost}
- </if>
- <if test="isCostSub != null and isCostSub != ''">
- and IS_COST_SUB = #{isCostSub}
- </if>
- <if test="isCleanEq != null and isCleanEq != ''">
- and IS_CLEAN_EQ = #{isCleanEq}
- </if>
- <if test="isCleanRun != null and isCleanRun != ''">
- and IS_CLEAN_RUN = #{isCleanRun}
- </if>
- <if test="isWipeEq != null and isWipeEq != ''">
- and IS_WIPE_EQ = #{isWipeEq}
- </if>
- <if test="isWipeRun != null and isWipeRun != ''">
- and IS_WIPE_RUN = #{isWipeRun}
- </if>
- <if test="isChkRpt != null and isChkRpt != ''">
- and IS_CHK_RPT = #{isChkRpt}
- </if>
- <if test="isChkRptPass != null and isChkRptPass != ''">
- and IS_CHK_RPT_PASS = #{isChkRptPass}
- </if>
- <if test="chkRptPassNote != null and chkRptPassNote != ''">
- and CHK_RPT_PASS_NOTE = #{chkRptPassNote}
- </if>
- <if test="unitType != null and unitType != ''">
- and UNIT_TYPE = #{unitType}
- </if>
- <if test="isSetAdmin != null and isSetAdmin != ''">
- and IS_SET_ADMIN = #{isSetAdmin}
- </if>
- <if test="isWatrSour != null and isWatrSour != ''">
- and IS_WATR_SOUR = #{isWatrSour}
- </if>
- <if test="swhsType != null and swhsType != ''">
- and SWHS_TYPE = #{swhsType}
- </if>
- <if test="isMeet != null and isMeet != ''">
- and IS_MEET = #{isMeet}
- </if>
- <if test="evltType != null and evltType != ''">
- and EVLT_TYPE = #{evltType}
- </if>
- <if test="isRange != null and isRange != ''">
- and IS_RANGE = #{isRange}
- </if>
- <if test="note != null and note != ''">
- and NOTE = #{note}
- </if>
- <if test="persId != null and persId != ''">
- and PERS_ID = #{persId}
- </if>
- <if test="intm != null">
- and INTM = #{intm}
- </if>
- <if test="uptm != null">
- and UPTM = #{uptm}
- </if>
- <if test="dataStat != null and dataStat != ''">
- and DATA_STAT = #{dataStat}
- </if>
- <if test="meaCost != null and meaCost != ''">
- and MEA_COST = #{meaCost}
- </if>
- and DATA_STAT='0'
- </trim>
- </sql>
- <select id="get" resultMap="bisInspVill2021CwsResultMap" parameterType="String">
- select
- <include refid="table_columns"/>
- from BIS_INSP_VILL2021_CWS where ID = #{id}
- </select>
- <select id="getBy" resultMap="bisInspVill2021CwsResultMap">
- select
- <include refid="table_columns"/>
- from BIS_INSP_VILL2021_CWS
- <include refid="page_where"/>
- </select>
- <select id="findAll" resultMap="bisInspVill2021CwsResultMap">
- select
- <include refid="table_columns"/>
- from BIS_INSP_VILL2021_CWS
- </select>
- <select id="findList" resultMap="bisInspVill2021CwsResultMap">
- select
- <include refid="table_columns"/>
- from BIS_INSP_VILL2021_CWS
- <include refid="page_where"/>
- </select>
- <select id="selectCount" resultType="int">
- select count(ID) from BIS_INSP_VILL2021_CWS
- <include refid="page_where"/>
- </select>
- <insert id="insert" parameterType="cn.com.goldenwater.dcproj.model.BisInspVill2021Cws">
- insert into BIS_INSP_VILL2021_CWS(
- <include refid="table_columns"/>
- )
- values (
- <include refid="entity_properties"/>
- )
- </insert>
- <delete id="delete" parameterType="java.lang.String">
- update BIS_INSP_VILL2021_CWS set DATA_STAT='9' where ID = #{id}
- </delete>
- <delete id="deleteBy" parameterType="cn.com.goldenwater.dcproj.model.BisInspVill2021Cws">
- update BIS_INSP_VILL2021_CWS set DATA_STAT='9'
- <include refid="page_where"/>
- </delete>
- <update id="deleteInFlag" parameterType="java.lang.String">
- update BIS_INSP_VILL2021_CWS set DATA_STAT = '9' where ID = #{id}
- </update>
- <update id="update" parameterType="cn.com.goldenwater.dcproj.model.BisInspVill2021Cws">
- update BIS_INSP_VILL2021_CWS
- <trim prefix="set" suffixOverrides=",">
- <if test="cwsCode != null and cwsCode != ''">CWS_CODE
- = #{cwsCode},
- </if>
- <if test="adCode != null and adCode != ''">AD_CODE
- = #{adCode},
- </if>
- <if test="adName != null and adName != ''">AD_NAME
- = #{adName},
- </if>
- <if test="cwsNm != null and cwsNm != ''">CWS_NM
- = #{cwsNm},
- </if>
- <if test="rgstrId != null and rgstrId != ''">RGSTR_ID
- = #{rgstrId},
- </if>
- <if test="cwsLoc != null and cwsLoc != ''">CWS_LOC
- = #{cwsLoc},
- </if>
- <if test="cwsVill != null and cwsVill != ''">CWS_VILL
- = #{cwsVill},
- </if>
- <if test="centerX != null and centerX != ''">CENTER_X
- = #{centerX},
- </if>
- <if test="centerY != null and centerY != ''">CENTER_Y
- = #{centerY},
- </if>
- <if test="gdX != null and gdX != ''">GD_X
- = #{gdX},
- </if>
- <if test="gdY != null and gdY != ''">GD_Y
- = #{gdY},
- </if>
- <if test="isOvpvCounty != null and isOvpvCounty != ''">IS_OVPV_COUNTY
- = #{isOvpvCounty},
- </if>
- <if test="isOvyfCounty != null and isOvyfCounty != ''">IS_OVYF_COUNTY
- = #{isOvyfCounty},
- </if>
- <if test="isOvslyCounty != null and isOvslyCounty != ''">IS_OVSLY_COUNTY
- = #{isOvslyCounty},
- </if>
- <if test="villType != null and villType != ''">VILL_TYPE
- = #{villType},
- </if>
- <if test="isOvyfCws != null and isOvyfCws != ''">IS_OVYF_CWS
- = #{isOvyfCws},
- </if>
- <if test="isOvslyCws != null and isOvslyCws != ''">IS_OVSLY_CWS
- = #{isOvslyCws},
- </if>
- <if test="isRunCws != null and isRunCws != ''">IS_RUN_CWS
- = #{isRunCws},
- </if>
- <if test="nrunNote != null and nrunNote != ''">NRUN_NOTE
- = #{nrunNote},
- </if>
- <if test="isFix != null and isFix != ''">IS_FIX
- = #{isFix},
- </if>
- <if test="wtType != null and wtType != ''">WT_TYPE
- = #{wtType},
- </if>
- <if test="singCost != null and singCost != ''">SING_COST
- = #{singCost},
- </if>
- <if test="twoCost != null and twoCost != ''">TWO_COST
- = #{twoCost},
- </if>
- <if test="twoCostLimt != null and twoCostLimt != ''">TWO_COST_LIMT
- = #{twoCostLimt},
- </if>
- <if test="step1Cost != null and step1Cost != ''">STEP1_COST
- = #{step1Cost},
- </if>
- <if test="step1CostLimt != null and step1CostLimt != ''">STEP1_COST_LIMT
- = #{step1CostLimt},
- </if>
- <if test="step2Cost != null and step2Cost != ''">STEP2_COST
- = #{step2Cost},
- </if>
- <if test="step2CostLimt != null and step2CostLimt != ''">STEP2_COST_LIMT
- = #{step2CostLimt},
- </if>
- <if test="step3Cost != null and step3Cost != ''">STEP3_COST
- = #{step3Cost},
- </if>
- <if test="step3CostLimt != null and step3CostLimt != ''">STEP3_COST_LIMT
- = #{step3CostLimt},
- </if>
- <if test="fixCost != null and fixCost != ''">FIX_COST
- = #{fixCost},
- </if>
- <if test="fixCostUnit != null and fixCostUnit != ''">FIX_COST_UNIT
- = #{fixCostUnit},
- </if>
- <if test="isCost != null and isCost != ''">IS_COST
- = #{isCost},
- </if>
- <if test="isCostSub != null and isCostSub != ''">IS_COST_SUB
- = #{isCostSub},
- </if>
- <if test="isCleanEq != null and isCleanEq != ''">IS_CLEAN_EQ
- = #{isCleanEq},
- </if>
- <if test="isCleanRun != null and isCleanRun != ''">IS_CLEAN_RUN
- = #{isCleanRun},
- </if>
- <if test="isWipeEq != null and isWipeEq != ''">IS_WIPE_EQ
- = #{isWipeEq},
- </if>
- <if test="isWipeRun != null and isWipeRun != ''">IS_WIPE_RUN
- = #{isWipeRun},
- </if>
- <if test="isChkRpt != null and isChkRpt != ''">IS_CHK_RPT
- = #{isChkRpt},
- </if>
- <if test="isChkRptPass != null and isChkRptPass != ''">IS_CHK_RPT_PASS
- = #{isChkRptPass},
- </if>
- <if test="chkRptPassNote != null and chkRptPassNote != ''">CHK_RPT_PASS_NOTE
- = #{chkRptPassNote},
- </if>
- <if test="unitType != null and unitType != ''">UNIT_TYPE
- = #{unitType},
- </if>
- <if test="isSetAdmin != null and isSetAdmin != ''">IS_SET_ADMIN
- = #{isSetAdmin},
- </if>
- <if test="isWatrSour != null and isWatrSour != ''">IS_WATR_SOUR
- = #{isWatrSour},
- </if>
- <if test="swhsType != null and swhsType != ''">SWHS_TYPE
- = #{swhsType},
- </if>
- <if test="isMeet != null and isMeet != ''">IS_MEET
- = #{isMeet},
- </if>
- <if test="evltType != null and evltType != ''">EVLT_TYPE
- = #{evltType},
- </if>
- <if test="isRange != null and isRange != ''">IS_RANGE
- = #{isRange},
- </if>
- <if test="note != null and note != ''">NOTE
- = #{note},
- </if>
- <if test="persId != null and persId != ''">PERS_ID
- = #{persId},
- </if>
- <if test="intm != null">INTM
- = #{intm},
- </if>
- <if test="uptm != null">UPTM
- = #{uptm},
- </if>
- <if test="dataStat != null and dataStat != ''">DATA_STAT
- = #{dataStat},
- </if>
- <if test="meaCost != null and meaCost != ''">MEA_COST
- = #{meaCost},
- </if>
- </trim>
- <where>ID = #{id}</where>
- </update>
- <update id="updateBy" parameterType="cn.com.goldenwater.dcproj.model.BisInspVill2021Cws">
- update BIS_INSP_VILL2021_CWS
- <trim prefix="set" suffixOverrides=",">
- <if test="cwsCode != null and cwsCode != ''">CWS_CODE
- = #{cwsCode},
- </if>
- <if test="cwsNm != null and cwsNm != ''">CWS_NM
- = #{cwsNm},
- </if>
- <if test="adCode != null and adCode != ''">AD_CODE
- = #{adCode},
- </if>
- <if test="adName != null and adName != ''">AD_NAME
- = #{adName},
- </if>
- <if test="rgstrId != null and rgstrId != ''">RGSTR_ID
- = #{rgstrId},
- </if>
- <if test="cwsLoc != null and cwsLoc != ''">CWS_LOC
- = #{cwsLoc},
- </if>
- <if test="cwsVill != null and cwsVill != ''">CWS_VILL
- = #{cwsVill},
- </if>
- <if test="centerX != null and centerX != ''">CENTER_X
- = #{centerX},
- </if>
- <if test="centerY != null and centerY != ''">CENTER_Y
- = #{centerY},
- </if>
- <if test="gdX != null and gdX != ''">GD_X
- = #{gdX},
- </if>
- <if test="gdY != null and gdY != ''">GD_Y
- = #{gdY},
- </if>
- <if test="isOvpvCounty != null and isOvpvCounty != ''">IS_OVPV_COUNTY
- = #{isOvpvCounty},
- </if>
- <if test="isOvyfCounty != null and isOvyfCounty != ''">IS_OVYF_COUNTY
- = #{isOvyfCounty},
- </if>
- <if test="isOvslyCounty != null and isOvslyCounty != ''">IS_OVSLY_COUNTY
- = #{isOvslyCounty},
- </if>
- <if test="villType != null and villType != ''">VILL_TYPE
- = #{villType},
- </if>
- <if test="isOvyfCws != null and isOvyfCws != ''">IS_OVYF_CWS
- = #{isOvyfCws},
- </if>
- <if test="isOvslyCws != null and isOvslyCws != ''">IS_OVSLY_CWS
- = #{isOvslyCws},
- </if>
- <if test="isRunCws != null and isRunCws != ''">IS_RUN_CWS
- = #{isRunCws},
- </if>
- <if test="nrunNote != null and nrunNote != ''">NRUN_NOTE
- = #{nrunNote},
- </if>
- <if test="isFix != null and isFix != ''">IS_FIX
- = #{isFix},
- </if>
- <if test="wtType != null and wtType != ''">WT_TYPE
- = #{wtType},
- </if>
- <if test="singCost != null and singCost != ''">SING_COST
- = #{singCost},
- </if>
- <if test="twoCost != null and twoCost != ''">TWO_COST
- = #{twoCost},
- </if>
- <if test="twoCostLimt != null and twoCostLimt != ''">TWO_COST_LIMT
- = #{twoCostLimt},
- </if>
- <if test="step1Cost != null and step1Cost != ''">STEP1_COST
- = #{step1Cost},
- </if>
- <if test="step1CostLimt != null and step1CostLimt != ''">STEP1_COST_LIMT
- = #{step1CostLimt},
- </if>
- <if test="step2Cost != null and step2Cost != ''">STEP2_COST
- = #{step2Cost},
- </if>
- <if test="step2CostLimt != null and step2CostLimt != ''">STEP2_COST_LIMT
- = #{step2CostLimt},
- </if>
- <if test="step3Cost != null and step3Cost != ''">STEP3_COST
- = #{step3Cost},
- </if>
- <if test="step3CostLimt != null and step3CostLimt != ''">STEP3_COST_LIMT
- = #{step3CostLimt},
- </if>
- <if test="fixCost != null and fixCost != ''">FIX_COST
- = #{fixCost},
- </if>
- <if test="fixCostUnit != null and fixCostUnit != ''">FIX_COST_UNIT
- = #{fixCostUnit},
- </if>
- <if test="isCost != null and isCost != ''">IS_COST
- = #{isCost},
- </if>
- <if test="isCostSub != null and isCostSub != ''">IS_COST_SUB
- = #{isCostSub},
- </if>
- <if test="isCleanEq != null and isCleanEq != ''">IS_CLEAN_EQ
- = #{isCleanEq},
- </if>
- <if test="isCleanRun != null and isCleanRun != ''">IS_CLEAN_RUN
- = #{isCleanRun},
- </if>
- <if test="isWipeEq != null and isWipeEq != ''">IS_WIPE_EQ
- = #{isWipeEq},
- </if>
- <if test="isWipeRun != null and isWipeRun != ''">IS_WIPE_RUN
- = #{isWipeRun},
- </if>
- <if test="isChkRpt != null and isChkRpt != ''">IS_CHK_RPT
- = #{isChkRpt},
- </if>
- <if test="isChkRptPass != null and isChkRptPass != ''">IS_CHK_RPT_PASS
- = #{isChkRptPass},
- </if>
- <if test="chkRptPassNote != null and chkRptPassNote != ''">CHK_RPT_PASS_NOTE
- = #{chkRptPassNote},
- </if>
- <if test="unitType != null and unitType != ''">UNIT_TYPE
- = #{unitType},
- </if>
- <if test="isSetAdmin != null and isSetAdmin != ''">IS_SET_ADMIN
- = #{isSetAdmin},
- </if>
- <if test="isWatrSour != null and isWatrSour != ''">IS_WATR_SOUR
- = #{isWatrSour},
- </if>
- <if test="swhsType != null and swhsType != ''">SWHS_TYPE
- = #{swhsType},
- </if>
- <if test="isMeet != null and isMeet != ''">IS_MEET
- = #{isMeet},
- </if>
- <if test="evltType != null and evltType != ''">EVLT_TYPE
- = #{evltType},
- </if>
- <if test="isRange != null and isRange != ''">IS_RANGE
- = #{isRange},
- </if>
- <if test="note != null and note != ''">NOTE
- = #{note},
- </if>
- <if test="persId != null and persId != ''">PERS_ID
- = #{persId},
- </if>
- <if test="intm != null">INTM
- = #{intm},
- </if>
- <if test="uptm != null">UPTM
- = #{uptm},
- </if>
- <if test="dataStat != null and dataStat != ''">DATA_STAT
- = #{dataStat},
- </if>
- <if test="meaCost != null and meaCost != ''">MEA_COST
- = #{meaCost},
- </if>
- </trim>
- <include refid="page_where"/>
- </update>
- <!-- 其他自定义SQL -->
- </mapper>
|