| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407 |
- <?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.BisNewCountryFeeDao">
- <resultMap type="cn.com.goldenwater.dcproj.model.BisNewCountryFee" id="bisNewCountryFeeResultMap">
- <result property="id" column="ID"/>
- <result property="regstrId" column="REGSTR_ID"/>
- <result property="gudingPriceDw" column="GUDING_PRICE_DW"/>
- <result property="gudingPrice" column="GUDING_PRICE"/>
- <result property="xianEPrice" column="XIAN_E_PRICE"/>
- <result property="jiliangPrice" column="JILIANG_PRICE"/>
- <result property="jietiPriceOne" column="JIETI_PRICE_ONE"/>
- <result property="jietiPriceTwo" column="JIETI_PRICE_TWO"/>
- <result property="jietiPriceThree" column="JIETI_PRICE_THREE"/>
- <result property="jietiXianeOne" column="JIETI_XIANE_ONE"/>
- <result property="jietiXianeTwo" column="JIETI_XIANE_TWO"/>
- <result property="jietiXianeThree" column="JIETI_XIANE_THREE"/>
- <result property="adCode" column="AD_CODE"/>
- <result property="cwsCode" column="CWS_CODE"/>
- <result property="designWaterSupply" column="DESIGN_WATER_SUPPLY"/>
- <result property="finishTime" column="FINISH_TIME"/>
- <result property="overPeople" column="OVER_PEOPLE"/>
- <result property="villageNm" column="VILLAGE_NM"/>
- <result property="isPkx" column="IS_PKX"/>
- <result property="isFoOver" column="IS_FO_OVER"/>
- <result property="projectNm" column="PROJECT_NM"/>
- <result property="projectType" column="PROJECT_TYPE"/>
- <result property="isFeeMake" column="IS_FEE_MAKE"/>
- <result property="feeRely" column="FEE_RELY"/>
- <result property="isJiliangNote" column="IS_JILIANG_NOTE"/>
- <result property="isJiliangType" column="IS_JILIANG_TYPE"/>
- <result property="isJiliangFee" column="IS_JILIANG_FEE"/>
- <result property="isGudingNote" column="IS_GUDING_NOTE"/>
- <result property="isGudingType" column="IS_GUDING_TYPE"/>
- <result property="isGudingFee" column="IS_GUDING_FEE"/>
- <result property="feeType" column="FEE_TYPE"/>
- <result property="isCalFee" column="IS_CAL_FEE"/>
- <result property="isOverBaseFee" column="IS_OVER_BASE_FEE"/>
- <result property="payFeeProcent" column="PAY_FEE_PROCENT"/>
- <result property="isOwnCleanTool" column="IS_OWN_CLEAN_TOOL"/>
- <result property="cleanToolNormal" column="CLEAN_TOOL_NORMAL"/>
- <result property="visitDate" column="VISIT_DATE"/>
- <result property="persId" column="PERS_ID"/>
- <result property="recPers2" column="REC_PERS2"/>
- <result property="createTime" column="CREATE_TIME"/>
- <result property="updateTime" column="UPDATE_TIME"/>
- <result property="status" column="STATUS"/>
- <result property="isOwnDisinfTool" column="IS_OWN_DISINF_TOOL"/>
- <result property="isOwnDisinfNormal" column="IS_OWN_DISINF_NORMAL"/>
- <result property="waterQuaHaveNote" column="WATER_QUA_HAVE_NOTE"/>
- <result property="waterQuaIsHege" column="WATER_QUA_IS_HEGE"/>
- <result property="waterQuaNohgNote" column="WATER_QUA_NOHG_NOTE"/>
- <result property="telephone" column="TELEPHONE"/>
- <result property="lgtd" column="LGTD"/>
- <result property="lttd" column="LTTD"/>
- <result property="lgtdpc" column="LGTDPC"/>
- <result property="lttdpc" column="LTTDPC"/>
- <result property="jiliangPriceTwo" column="JILIANG_PRICE_TWO"/>
- <result property="gudingPriceTwo" column="GUDING_PRICE_TWO"/>
- <result property="location" column="location"/>
- <result property="adFullName" column="ad_full_name"/>
- <result property="isProNormal" column="IS_PRO_NORMAL"/>
- </resultMap>
-
- <sql id="table_columns">
- ad_full_name,IS_PRO_NORMAL,
- LGTD ,
- LTTD ,
- LGTDPC ,
- LTTDPC ,
- location,
- GUDING_PRICE_DW,
- GUDING_PRICE,
- XIAN_E_PRICE,
- JILIANG_PRICE,
- JIETI_PRICE_ONE,
- JIETI_PRICE_TWO,
- JIETI_PRICE_THREE,
- JIETI_XIANE_ONE,
- JIETI_XIANE_TWO,
- JIETI_XIANE_THREE,
- JILIANG_PRICE_TWO,
- GUDING_PRICE_TWO,
- ID,CWS_CODE,
- REGSTR_ID,
- AD_CODE,
- DESIGN_WATER_SUPPLY,
- FINISH_TIME,
- OVER_PEOPLE,
- VILLAGE_NM,
- IS_PKX,
- IS_FO_OVER,
- PROJECT_NM,
- PROJECT_TYPE,
- IS_FEE_MAKE,
- FEE_RELY,
- IS_JILIANG_NOTE,
- IS_JILIANG_TYPE,
- IS_JILIANG_FEE,
- IS_GUDING_NOTE,
- IS_GUDING_TYPE,
- IS_GUDING_FEE,
- FEE_TYPE,
- IS_CAL_FEE,
- IS_OVER_BASE_FEE,
- PAY_FEE_PROCENT,
- IS_OWN_CLEAN_TOOL,
- CLEAN_TOOL_NORMAL,
- VISIT_DATE,
- PERS_ID,
- REC_PERS2,
- CREATE_TIME,
- UPDATE_TIME,
- STATUS,
- IS_OWN_DISINF_TOOL,
- IS_OWN_DISINF_NORMAL,
- WATER_QUA_HAVE_NOTE,
- WATER_QUA_IS_HEGE,
- WATER_QUA_NOHG_NOTE,
- TELEPHONE
- </sql>
- <sql id="entity_properties">
- #{adFullName},#{isProNormal},
- #{lgtd},
- #{lttd},
- #{lgtdpc},
- #{lttdpc},#{location},
- #{gudingPriceDw},
- #{gudingPrice},
- #{xianEPrice},
- #{jiliangPrice},
- #{jietiPriceOne},
- #{jietiPriceTwo},
- #{jietiPriceThree},
- #{jietiXianeOne},
- #{jietiXianeTwo},
- #{jietiXianeThree},
- #{jiliangPriceTwo},
- #{gudingPriceTwo},
- #{id},#{cwsCode},
- #{regstrId},
- #{adCode},
- #{designWaterSupply},
- #{finishTime},
- #{overPeople},
- #{villageNm},
- #{isPkx},
- #{isFoOver},
- #{projectNm},
- #{projectType},
- #{isFeeMake},
- #{feeRely},
- #{isJiliangNote},
- #{isJiliangType},
- #{isJiliangFee},
- #{isGudingNote},
- #{isGudingType},
- #{isGudingFee},
- #{feeType},
- #{isCalFee},
- #{isOverBaseFee},
- #{payFeeProcent},
- #{isOwnCleanTool},
- #{cleanToolNormal},
- #{visitDate},
- #{persId},
- #{recPers2},
- #{createTime},
- #{updateTime},
- #{status},
- #{isOwnDisinfTool},
- #{isOwnDisinfNormal},
- #{waterQuaHaveNote},
- #{waterQuaIsHege},
- #{waterQuaNohgNote},
- #{telephone}
- </sql>
- <!-- 使用like用法:columnName like concat('%',#columnName#,'%') -->
- <sql id="page_where">
- <trim prefix="where" prefixOverrides="and | or ">
- <if test="regstrId != null and regstrId != ''">and REGSTR_ID = #{regstrId}</if>
- <if test="isProNormal != null and isProNormal != ''">and IS_PRO_NORMAL = #{isProNormal}</if>
- <if test="adFullName != null and adFullName != ''">and AD_FULL_NAME = #{adFullName}</if>
- <if test="gudingPriceDw != null and gudingPriceDw != ''">and GUDING_PRICE_DW = #{gudingPriceDw}</if>
- <if test="gudingPrice != null and gudingPrice != ''">and GUDING_PRICE = #{gudingPrice}</if>
- <if test="xianEPrice != null and xianEPrice != ''">and XIAN_E_PRICE = #{xianEPrice}</if>
- <if test="jiliangPrice != null and jiliangPrice != ''">and JILIANG_PRICE = #{jiliangPrice}</if>
- <if test="jietiPriceOne != null and jietiPriceOne != ''">and JIETI_PRICE_ONE = #{jietiPriceOne}</if>
- <if test="jietiPriceTwo != null and jietiPriceTwo != ''">and JIETI_PRICE_TWO = #{jietiPriceTwo}</if>
- <if test="jietiPriceThree != null and jietiPriceThree != ''">and JIETI_PRICE_THREE = #{jietiPriceThree}</if>
- <if test="jietiXianeOne != null and jietiXianeOne != ''">and JIETI_XIANE_ONE = #{jietiXianeOne}</if>
- <if test="jietiXianeTwo != null and jietiXianeTwo != ''">and JIETI_XIANE_TWO = #{jietiXianeTwo}</if>
- <if test="jietiXianeThree != null and jietiXianeThree != ''">and JIETI_XIANE_THREE = #{jietiXianeThree}</if>
- <if test="gudingPriceTwo != null and gudingPriceTwo != ''">and GUDING_PRICE_TWO = #{gudingPriceTwo}</if>
- <if test="jiliangPriceTwo != null and jiliangPriceTwo != ''">and JILIANG_PRICE_TWO = #{jiliangPriceTwo}</if>
- <if test="adCode != null and adCode != ''">and AD_CODE like '${adCode}%'</if>
- <if test="cwsCode != null and cwsCode != ''">and CWS_CODE = #{cwsCode}</if>
- <if test="designWaterSupply != null and designWaterSupply != ''">and DESIGN_WATER_SUPPLY = #{designWaterSupply}</if>
- <if test="finishTime != null and finishTime != ''">and FINISH_TIME = #{finishTime}</if>
- <if test="overPeople != null and overPeople != ''">and OVER_PEOPLE = #{overPeople}</if>
- <if test="villageNm != null and villageNm != ''">and VILLAGE_NM = #{villageNm}</if>
- <if test="isPkx != null and isPkx != ''">and IS_PKX = #{isPkx}</if>
- <if test="isFoOver != null and isFoOver != ''">and IS_FO_OVER = #{isFoOver}</if>
- <if test="projectNm != null and projectNm != ''">and PROJECT_NM = #{projectNm}</if>
- <if test="location != null and location != ''">and location = #{location}</if>
- <if test="projectType != null and projectType != ''">and PROJECT_TYPE = #{projectType}</if>
- <if test="isFeeMake != null and isFeeMake != ''">and IS_FEE_MAKE = #{isFeeMake}</if>
- <if test="feeRely != null and feeRely != ''">and FEE_RELY = #{feeRely}</if>
- <if test="isJiliangNote != null and isJiliangNote != ''">and IS_JILIANG_NOTE = #{isJiliangNote}</if>
- <if test="isJiliangType != null and isJiliangType != ''">and IS_JILIANG_TYPE = #{isJiliangType}</if>
- <if test="isJiliangFee != null and isJiliangFee != ''">and IS_JILIANG_FEE = #{isJiliangFee}</if>
- <if test="isGudingNote != null and isGudingNote != ''">and IS_GUDING_NOTE = #{isGudingNote}</if>
- <if test="isGudingType != null and isGudingType != ''">and IS_GUDING_TYPE = #{isGudingType}</if>
- <if test="isGudingFee != null and isGudingFee != ''">and IS_GUDING_FEE = #{isGudingFee}</if>
- <if test="feeType != null and feeType != ''">and FEE_TYPE = #{feeType}</if>
- <if test="isCalFee != null and isCalFee != ''">and IS_CAL_FEE = #{isCalFee}</if>
- <if test="isOverBaseFee != null and isOverBaseFee != ''">and IS_OVER_BASE_FEE = #{isOverBaseFee}</if>
- <if test="payFeeProcent != null and payFeeProcent != ''">and PAY_FEE_PROCENT = #{payFeeProcent}</if>
- <if test="isOwnCleanTool != null and isOwnCleanTool != ''">and IS_OWN_CLEAN_TOOL = #{isOwnCleanTool}</if>
- <if test="cleanToolNormal != null and cleanToolNormal != ''">and CLEAN_TOOL_NORMAL = #{cleanToolNormal}</if>
- <if test="visitDate != null and visitDate != ''">and VISIT_DATE = #{visitDate}</if>
- <if test="persId != null and persId != ''">and PERS_ID = #{persId}</if>
- <if test="recPers2 != null and recPers2 != ''">and REC_PERS2 = #{recPers2}</if>
- <if test="createTime != null">and CREATE_TIME = #{createTime}</if>
- <if test="updateTime != null">and UPDATE_TIME = #{updateTime}</if>
- <if test="status != null and status != ''">and STATUS = #{status}</if>
- <if test="isOwnDisinfTool != null and isOwnDisinfTool != ''">and IS_OWN_DISINF_TOOL = #{isOwnDisinfTool}</if>
- <if test="isOwnDisinfNormal != null and isOwnDisinfNormal != ''">and IS_OWN_DISINF_NORMAL = #{isOwnDisinfNormal}</if>
- <if test="waterQuaHaveNote != null and waterQuaHaveNote != ''">and WATER_QUA_HAVE_NOTE = #{waterQuaHaveNote}</if>
- <if test="waterQuaIsHege != null and waterQuaIsHege != ''">and WATER_QUA_IS_HEGE = #{waterQuaIsHege}</if>
- <if test="waterQuaNohgNote != null and waterQuaNohgNote != ''">and WATER_QUA_NOHG_NOTE = #{waterQuaNohgNote}</if>
- <if test="telephone != null and telephone != ''">and TELEPHONE = #{telephone}</if>
- </trim>
- </sql>
- <select id="get" resultMap="bisNewCountryFeeResultMap" parameterType="String" >
- select <include refid="table_columns" /> from BIS_NEW_COUNTRY_FEE where ID = #{id}
- </select>
- <select id="getBy" resultMap="bisNewCountryFeeResultMap">
- select <include refid="table_columns" /> from BIS_NEW_COUNTRY_FEE <include refid="page_where" />
- </select>
- <select id="findAll" resultMap="bisNewCountryFeeResultMap">
- select <include refid="table_columns" /> from BIS_NEW_COUNTRY_FEE
- </select>
- <select id="findList" resultMap="bisNewCountryFeeResultMap">
- select <include refid="table_columns" /> from BIS_NEW_COUNTRY_FEE <include refid="page_where" />
- order by create_time desc
- </select>
- <select id="selectCount" resultType="int" >
- select count(ID) from BIS_NEW_COUNTRY_FEE <include refid="page_where" />
- </select>
- <insert id="insert" parameterType="cn.com.goldenwater.dcproj.model.BisNewCountryFee">
- insert into BIS_NEW_COUNTRY_FEE( <include refid="table_columns" /> )
- values ( <include refid="entity_properties" /> )
- </insert>
- <delete id="delete" parameterType="java.lang.String">
- delete from BIS_NEW_COUNTRY_FEE where ID = #{id}
- </delete>
- <delete id="deleteBy" parameterType="cn.com.goldenwater.dcproj.model.BisNewCountryFee">
- delete from BIS_NEW_COUNTRY_FEE <include refid="page_where" />
- </delete>
- <update id="deleteInFlag" parameterType="java.lang.String">
- update BIS_NEW_COUNTRY_FEE set flag_valid = 0 where ID = #{id}
- </update>
- <update id="update" parameterType="cn.com.goldenwater.dcproj.model.BisNewCountryFee">
- update BIS_NEW_COUNTRY_FEE
- <trim prefix="set" suffixOverrides=",">
- <if test="adFullName != null and adFullName != ''"> AD_FULL_NAME = #{adFullName},</if>
- <if test="isProNormal != null and isProNormal != ''">IS_PRO_NORMAL = #{isProNormal},</if>
- <if test="gudingPriceDw != null and gudingPriceDw != ''">GUDING_PRICE_DW = #{gudingPriceDw},</if>
- <if test="gudingPrice != null and gudingPrice != ''">GUDING_PRICE = #{gudingPrice},</if>
- <if test="xianEPrice != null and xianEPrice != ''">XIAN_E_PRICE = #{xianEPrice},</if>
- <if test="jiliangPrice != null and jiliangPrice != ''">JILIANG_PRICE = #{jiliangPrice},</if>
- <if test="jietiPriceOne != null and jietiPriceOne != ''">JIETI_PRICE_ONE = #{jietiPriceOne},</if>
- <if test="jietiPriceTwo != null and jietiPriceTwo != ''">JIETI_PRICE_TWO = #{jietiPriceTwo},</if>
- <if test="jietiPriceThree != null and jietiPriceThree != ''">JIETI_PRICE_THREE = #{jietiPriceThree},</if>
- <if test="jietiXianeOne != null and jietiXianeOne != ''">JIETI_XIANE_ONE = #{jietiXianeOne},</if>
- <if test="jietiXianeTwo != null and jietiXianeTwo != ''">JIETI_XIANE_TWO = #{jietiXianeTwo},</if>
- <if test="jietiXianeThree != null and jietiXianeThree != ''">JIETI_XIANE_THREE = #{jietiXianeThree},</if>
- <if test="gudingPriceTwo != null and gudingPriceTwo != ''">GUDING_PRICE_TWO = #{gudingPriceTwo},</if>
- <if test="jiliangPriceTwo != null and jiliangPriceTwo != ''">JILIANG_PRICE_TWO = #{jiliangPriceTwo},</if>
- <if test="location != null and location != ''"> location = #{location},</if>
- <if test="lgtd != null and lgtd != ''">LGTD = #{lgtd},</if>
- <if test="lttd != null and lttd != ''">LTTD = #{lttd},</if>
- <if test="lgtdpc != null and lgtdpc != ''">LGTDPC = #{lgtdpc},</if>
- <if test="lttdpc != null and lttdpc != ''">LTTDPC = #{lttdpc},</if>
- <if test="regstrId != null and regstrId != ''">REGSTR_ID = #{regstrId},</if>
- <if test="adCode != null and adCode != ''">AD_CODE = #{adCode},</if>
- <if test="cwsCode != null and cwsCode != ''"> CWS_CODE = #{cwsCode},</if>
- <if test="designWaterSupply != null and designWaterSupply != ''">DESIGN_WATER_SUPPLY = #{designWaterSupply},</if>
- <if test="finishTime != null and finishTime != ''">FINISH_TIME = #{finishTime},</if>
- <if test="overPeople != null and overPeople != ''">OVER_PEOPLE = #{overPeople},</if>
- <if test="villageNm != null and villageNm != ''">VILLAGE_NM = #{villageNm},</if>
- <if test="isPkx != null and isPkx != ''">IS_PKX = #{isPkx},</if>
- <if test="isFoOver != null and isFoOver != ''">IS_FO_OVER = #{isFoOver},</if>
- <if test="projectNm != null and projectNm != ''">PROJECT_NM = #{projectNm},</if>
- <if test="projectType != null and projectType != ''">PROJECT_TYPE = #{projectType},</if>
- <if test="isFeeMake != null and isFeeMake != ''">IS_FEE_MAKE = #{isFeeMake},</if>
- <if test="feeRely != null and feeRely != ''">FEE_RELY = #{feeRely},</if>
- <if test="isJiliangNote != null and isJiliangNote != ''">IS_JILIANG_NOTE = #{isJiliangNote},</if>
- <if test="isJiliangType != null and isJiliangType != ''">IS_JILIANG_TYPE = #{isJiliangType},</if>
- <if test="isJiliangFee != null and isJiliangFee != ''">IS_JILIANG_FEE = #{isJiliangFee},</if>
- <if test="isGudingNote != null and isGudingNote != ''">IS_GUDING_NOTE = #{isGudingNote},</if>
- <if test="isGudingType != null and isGudingType != ''">IS_GUDING_TYPE = #{isGudingType},</if>
- <if test="isGudingFee != null and isGudingFee != ''">IS_GUDING_FEE = #{isGudingFee},</if>
- <if test="feeType != null and feeType != ''">FEE_TYPE = #{feeType},</if>
- <if test="isCalFee != null and isCalFee != ''">IS_CAL_FEE = #{isCalFee},</if>
- <if test="isOverBaseFee != null and isOverBaseFee != ''">IS_OVER_BASE_FEE = #{isOverBaseFee},</if>
- <if test="payFeeProcent != null and payFeeProcent != ''">PAY_FEE_PROCENT = #{payFeeProcent},</if>
- <if test="isOwnCleanTool != null and isOwnCleanTool != ''">IS_OWN_CLEAN_TOOL = #{isOwnCleanTool},</if>
- <if test="cleanToolNormal != null and cleanToolNormal != ''">CLEAN_TOOL_NORMAL = #{cleanToolNormal},</if>
- <if test="visitDate != null and visitDate != ''">VISIT_DATE = #{visitDate},</if>
- <if test="persId != null and persId != ''">PERS_ID = #{persId},</if>
- <if test="recPers2 != null and recPers2 != ''">REC_PERS2 = #{recPers2},</if>
- <if test="createTime != null">CREATE_TIME = #{createTime},</if>
- <if test="updateTime != null">UPDATE_TIME = #{updateTime},</if>
- <if test="status != null and status != ''">STATUS = #{status},</if>
- <if test="isOwnDisinfTool != null and isOwnDisinfTool != ''">IS_OWN_DISINF_TOOL = #{isOwnDisinfTool},</if>
- <if test="isOwnDisinfNormal != null and isOwnDisinfNormal != ''">IS_OWN_DISINF_NORMAL = #{isOwnDisinfNormal},</if>
- <if test="waterQuaHaveNote != null and waterQuaHaveNote != ''">WATER_QUA_HAVE_NOTE = #{waterQuaHaveNote},</if>
- <if test="waterQuaIsHege != null and waterQuaIsHege != ''">WATER_QUA_IS_HEGE = #{waterQuaIsHege},</if>
- <if test="waterQuaNohgNote != null and waterQuaNohgNote != ''">WATER_QUA_NOHG_NOTE = #{waterQuaNohgNote},</if>
- <if test="telephone != null and telephone != ''">TELEPHONE = #{telephone},</if>
- </trim>
- <where>ID = #{id}</where>
- </update>
- <update id="updateBy" parameterType="cn.com.goldenwater.dcproj.model.BisNewCountryFee">
- update BIS_NEW_COUNTRY_FEE
- <trim prefix="set" suffixOverrides=",">
- <if test="isProNormal != null and isProNormal != ''">IS_PRO_NORMAL = #{isProNormal},</if>
- <if test="adFullName != null and adFullName != ''"> AD_FULL_NAME = #{adFullName},</if>
- <if test="gudingPriceDw != null and gudingPriceDw != ''">GUDING_PRICE_DW = #{gudingPriceDw},</if>
- <if test="gudingPrice != null and gudingPrice != ''">GUDING_PRICE = #{gudingPrice},</if>
- <if test="xianEPrice != null and xianEPrice != ''">XIAN_E_PRICE = #{xianEPrice},</if>
- <if test="jiliangPrice != null and jiliangPrice != ''">JILIANG_PRICE = #{jiliangPrice},</if>
- <if test="jietiPriceOne != null and jietiPriceOne != ''">JIETI_PRICE_ONE = #{jietiPriceOne},</if>
- <if test="jietiPriceTwo != null and jietiPriceTwo != ''">JIETI_PRICE_TWO = #{jietiPriceTwo},</if>
- <if test="jietiPriceThree != null and jietiPriceThree != ''">JIETI_PRICE_THREE = #{jietiPriceThree},</if>
- <if test="jietiXianeOne != null and jietiXianeOne != ''">JIETI_XIANE_ONE = #{jietiXianeOne},</if>
- <if test="jietiXianeTwo != null and jietiXianeTwo != ''">JIETI_XIANE_TWO = #{jietiXianeTwo},</if>
- <if test="jietiXianeThree != null and jietiXianeThree != ''">JIETI_XIANE_THREE = #{jietiXianeThree},</if>
- <if test="gudingPriceTwo != null and gudingPriceTwo != ''">GUDING_PRICE_TWO = #{gudingPriceTwo},</if>
- <if test="jiliangPriceTwo != null and jiliangPriceTwo != ''">JILIANG_PRICE_TWO = #{jiliangPriceTwo},</if>
- <if test="location != null and location != ''"> location = #{location},</if>
- <if test="regstrId != null and regstrId != ''">REGSTR_ID = #{regstrId},</if>
- <if test="adCode != null and adCode != ''">AD_CODE = #{adCode},</if>
- <if test="cwsCode != null and cwsCode != ''"> CWS_CODE = #{cwsCode},</if>
- <if test="designWaterSupply != null and designWaterSupply != ''">DESIGN_WATER_SUPPLY = #{designWaterSupply},</if>
- <if test="finishTime != null and finishTime != ''">FINISH_TIME = #{finishTime},</if>
- <if test="overPeople != null and overPeople != ''">OVER_PEOPLE = #{overPeople},</if>
- <if test="villageNm != null and villageNm != ''">VILLAGE_NM = #{villageNm},</if>
- <if test="isPkx != null and isPkx != ''">IS_PKX = #{isPkx},</if>
- <if test="isFoOver != null and isFoOver != ''">IS_FO_OVER = #{isFoOver},</if>
- <if test="projectNm != null and projectNm != ''">PROJECT_NM = #{projectNm},</if>
- <if test="projectType != null and projectType != ''">PROJECT_TYPE = #{projectType},</if>
- <if test="isFeeMake != null and isFeeMake != ''">IS_FEE_MAKE = #{isFeeMake},</if>
- <if test="feeRely != null and feeRely != ''">FEE_RELY = #{feeRely},</if>
- <if test="isJiliangNote != null and isJiliangNote != ''">IS_JILIANG_NOTE = #{isJiliangNote},</if>
- <if test="isJiliangType != null and isJiliangType != ''">IS_JILIANG_TYPE = #{isJiliangType},</if>
- <if test="isJiliangFee != null and isJiliangFee != ''">IS_JILIANG_FEE = #{isJiliangFee},</if>
- <if test="isGudingNote != null and isGudingNote != ''">IS_GUDING_NOTE = #{isGudingNote},</if>
- <if test="isGudingType != null and isGudingType != ''">IS_GUDING_TYPE = #{isGudingType},</if>
- <if test="isGudingFee != null and isGudingFee != ''">IS_GUDING_FEE = #{isGudingFee},</if>
- <if test="feeType != null and feeType != ''">FEE_TYPE = #{feeType},</if>
- <if test="isCalFee != null and isCalFee != ''">IS_CAL_FEE = #{isCalFee},</if>
- <if test="isOverBaseFee != null and isOverBaseFee != ''">IS_OVER_BASE_FEE = #{isOverBaseFee},</if>
- <if test="payFeeProcent != null and payFeeProcent != ''">PAY_FEE_PROCENT = #{payFeeProcent},</if>
- <if test="isOwnCleanTool != null and isOwnCleanTool != ''">IS_OWN_CLEAN_TOOL = #{isOwnCleanTool},</if>
- <if test="cleanToolNormal != null and cleanToolNormal != ''">CLEAN_TOOL_NORMAL = #{cleanToolNormal},</if>
- <if test="visitDate != null and visitDate != ''">VISIT_DATE = #{visitDate},</if>
- <if test="persId != null and persId != ''">PERS_ID = #{persId},</if>
- <if test="recPers2 != null and recPers2 != ''">REC_PERS2 = #{recPers2},</if>
- <if test="createTime != null">CREATE_TIME = #{createTime},</if>
- <if test="updateTime != null">UPDATE_TIME = #{updateTime},</if>
- <if test="status != null and status != ''">STATUS = #{status},</if>
- <if test="isOwnDisinfTool != null and isOwnDisinfTool != ''">IS_OWN_DISINF_TOOL = #{isOwnDisinfTool},</if>
- <if test="isOwnDisinfNormal != null and isOwnDisinfNormal != ''">IS_OWN_DISINF_NORMAL = #{isOwnDisinfNormal},</if>
- <if test="waterQuaHaveNote != null and waterQuaHaveNote != ''">WATER_QUA_HAVE_NOTE = #{waterQuaHaveNote},</if>
- <if test="waterQuaIsHege != null and waterQuaIsHege != ''">WATER_QUA_IS_HEGE = #{waterQuaIsHege},</if>
- <if test="waterQuaNohgNote != null and waterQuaNohgNote != ''">WATER_QUA_NOHG_NOTE = #{waterQuaNohgNote},</if>
- <if test="telephone != null and telephone != ''">TELEPHONE = #{telephone},</if>
- </trim>
- <include refid="page_where" />
- </update>
- <!-- 其他自定义SQL -->
- </mapper>
|