| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381 |
- <?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.BisNewWateruserInfoDao">
- <resultMap type="cn.com.goldenwater.dcproj.model.BisNewWateruserInfo" id="bisNewWateruserInfoResultMap">
- <result property="lgtd" column="LGTD"/>
- <result property="lttd" column="LTTD"/>
- <result property="lgtdpc" column="LGTDPC"/>
- <result property="lttdpc" column="LTTDPC"/>
- <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="regstrId" column="REGSTR_ID"/>
- <result property="id" column="ID"/>
- <result property="adCode" column="AD_CODE"/>
- <result property="villageNm" column="VILLAGE_NM"/>
- <result property="userNm" column="USER_NM"/>
- <result property="telphone" column="TELPHONE"/>
- <result property="isQualityGood" column="IS_QUALITY_GOOD"/>
- <result property="qualityProblem" column="QUALITY_PROBLEM"/>
- <result property="isSplyHome" column="IS_SPLY_HOME"/>
- <result property="is24hSupply" column="IS_24H_SUPPLY"/>
- <result property="waterProblem" column="WATER_PROBLEM"/>
- <result property="isCalFee" column="IS_CAL_FEE"/>
- <result property="feeType" column="FEE_TYPE"/>
- <result property="isJiliangFeeNote" column="IS_JILIANG_FEE_NOTE"/>
- <result property="isJiliangFeeType" column="IS_JILIANG_FEE_TYPE"/>
- <result property="isJiliangFee" column="IS_JILIANG_FEE"/>
- <result property="isGudingFeeNote" column="IS_GUDING_FEE_NOTE"/>
- <result property="isGudingFee" column="IS_GUDING_FEE"/>
- <result property="feeProblem" column="FEE_PROBLEM"/>
- <result property="isSplyProblem" column="IS_SPLY_PROBLEM"/>
- <result property="splyProblem" column="SPLY_PROBLEM"/>
- <result property="isPkx" column="IS_PKX"/>
- <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="isEasyUse" column="IS_EASY_USE"/>
- <result property="easyUseProblem" column="EASY_USE_PROBLEM"/>
- <result property="isKnowServicer" column="IS_KNOW_SERVICER"/>
- <result property="isCallRollback" column="IS_CALL_ROLLBACK"/>
- <result property="visiteNote" column="VISITE_NOTE"/>
- <result property="jiliangPriceTwo" column="JILIANG_PRICE_TWO"/>
- <result property="gudingPriceTwo" column="GUDING_PRICE_TWO"/>
- <result property="adFullName" column="AD_FULL_NAME"/>
- <result property="isWaterReach" column="IS_WATER_REACH"/>
- </resultMap>
-
- <sql id="table_columns">
- AD_FULL_NAME,IS_WATER_REACH,
- LGTD,
- LTTD,
- LGTDPC,
- LTTDPC,
- 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,
- REGSTR_ID,
- ID,
- AD_CODE,
- VILLAGE_NM,
- USER_NM,
- TELPHONE,
- IS_QUALITY_GOOD,
- QUALITY_PROBLEM,
- IS_SPLY_HOME,
- IS_24H_SUPPLY,
- WATER_PROBLEM,
- IS_CAL_FEE,
- FEE_TYPE,
- IS_JILIANG_FEE_NOTE,
- IS_JILIANG_FEE_TYPE,
- IS_JILIANG_FEE,
- IS_GUDING_FEE_NOTE,
- IS_GUDING_FEE,
- FEE_PROBLEM,
- IS_SPLY_PROBLEM,
- SPLY_PROBLEM,
- IS_PKX,
- VISIT_DATE,
- PERS_ID,
- REC_PERS2,
- CREATE_TIME,
- UPDATE_TIME,
- STATUS,
- IS_EASY_USE,
- EASY_USE_PROBLEM,
- IS_KNOW_SERVICER,
- IS_CALL_ROLLBACK,
- VISITE_NOTE
- </sql>
- <sql id="entity_properties">
- #{adFullName},#{isWaterReach},
- #{lgtd},
- #{lttd},
- #{lgtdpc},
- #{lttdpc},
- #{gudingPriceDw},
- #{gudingPrice},
- #{xianEPrice},
- #{jiliangPrice},
- #{jietiPriceOne},
- #{jietiPriceTwo},
- #{jietiPriceThree},
- #{jietiXianeOne},
- #{jietiXianeTwo},
- #{jietiXianeThree},
- #{jiliangPriceTwo},
- #{gudingPriceTwo},
- #{regstrId},
- #{id},
- #{adCode},
- #{villageNm},
- #{userNm},
- #{telphone},
- #{isQualityGood},
- #{qualityProblem},
- #{isSplyHome},
- #{is24hSupply},
- #{waterProblem},
- #{isCalFee},
- #{feeType},
- #{isJiliangFeeNote},
- #{isJiliangFeeType},
- #{isJiliangFee},
- #{isGudingFeeNote},
- #{isGudingFee},
- #{feeProblem},
- #{isSplyProblem},
- #{splyProblem},
- #{isPkx},
- #{visitDate},
- #{persId},
- #{recPers2},
- #{createTime},
- #{updateTime},
- #{status},
- #{isEasyUse},
- #{easyUseProblem},
- #{isKnowServicer},
- #{isCallRollback},
- #{visiteNote}
- </sql>
- <!-- 使用like用法:columnName like concat('%',#columnName#,'%') -->
- <sql id="page_where">
- <trim prefix="where" prefixOverrides="and | or ">
- <if test="adFullName != null and adFullName != ''">and AD_FULL_NAME = #{adFullName}</if>
- <if test="isWaterReach != null and isWaterReach != ''">and IS_WATER_REACH = #{isWaterReach}</if>
- <if test="lttd != null and lttd != ''">and LTTD = #{lttd}</if>
- <if test="lgtdpc != null and lgtdpc != ''">and LGTDPC = #{lgtdpc}</if>
- <if test="lttdpc != null and lttdpc != ''">and LTTDPC = #{lttdpc}</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="regstrId != null and regstrId != ''">and REGSTR_ID = #{regstrId}</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="id != null and id != ''">and ID = #{id}</if>
- <if test="adCode != null and adCode != ''">and AD_CODE like '${adCode}%'</if>
- <if test="villageNm != null and villageNm != ''">and VILLAGE_NM = #{villageNm}</if>
- <if test="userNm != null and userNm != ''">and USER_NM = #{userNm}</if>
- <if test="telphone != null and telphone != ''">and TELPHONE = #{telphone}</if>
- <if test="isQualityGood != null and isQualityGood != ''">and IS_QUALITY_GOOD = #{isQualityGood}</if>
- <if test="qualityProblem != null and qualityProblem != ''">and QUALITY_PROBLEM = #{qualityProblem}</if>
- <if test="isSplyHome != null and isSplyHome != ''">and IS_SPLY_HOME = #{isSplyHome}</if>
- <if test="is24hSupply != null and is24hSupply != ''">and IS_24H_SUPPLY = #{is24hSupply}</if>
- <if test="waterProblem != null and waterProblem != ''">and WATER_PROBLEM = #{waterProblem}</if>
- <if test="isCalFee != null and isCalFee != ''">and IS_CAL_FEE = #{isCalFee}</if>
- <if test="feeType != null and feeType != ''">and FEE_TYPE = #{feeType}</if>
- <if test="isJiliangFeeNote != null and isJiliangFeeNote != ''">and IS_JILIANG_FEE_NOTE = #{isJiliangFeeNote}</if>
- <if test="isJiliangFeeType != null and isJiliangFeeType != ''">and IS_JILIANG_FEE_TYPE = #{isJiliangFeeType}</if>
- <if test="isJiliangFee != null and isJiliangFee != ''">and IS_JILIANG_FEE = #{isJiliangFee}</if>
- <if test="isGudingFeeNote != null and isGudingFeeNote != ''">and IS_GUDING_FEE_NOTE = #{isGudingFeeNote}</if>
- <if test="isGudingFee != null and isGudingFee != ''">and IS_GUDING_FEE = #{isGudingFee}</if>
- <if test="feeProblem != null and feeProblem != ''">and FEE_PROBLEM = #{feeProblem}</if>
- <if test="isSplyProblem != null and isSplyProblem != ''">and IS_SPLY_PROBLEM = #{isSplyProblem}</if>
- <if test="splyProblem != null and splyProblem != ''">and SPLY_PROBLEM = #{splyProblem}</if>
- <if test="isPkx != null and isPkx != ''">and IS_PKX = #{isPkx}</if>
- <if test="visitDate != null">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="isEasyUse != null and isEasyUse != ''">and IS_EASY_USE = #{isEasyUse}</if>
- <if test="easyUseProblem != null and easyUseProblem != ''">and EASY_USE_PROBLEM = #{easyUseProblem}</if>
- <if test="isKnowServicer != null and isKnowServicer != ''">and IS_KNOW_SERVICER = #{isKnowServicer}</if>
- <if test="isCallRollback != null and isCallRollback != ''">and IS_CALL_ROLLBACK = #{isCallRollback}</if>
- <if test="visiteNote != null and visiteNote != ''">and VISITE_NOTE = #{visiteNote}</if>
- </trim>
- </sql>
- <select id="get" resultMap="bisNewWateruserInfoResultMap" parameterType="String" >
- select <include refid="table_columns" /> from BIS_NEW_WATERUSER_INFO where ID = #{id}
- </select>
- <select id="getBy" resultMap="bisNewWateruserInfoResultMap">
- select <include refid="table_columns" /> from BIS_NEW_WATERUSER_INFO <include refid="page_where" />
- </select>
- <select id="findAll" resultMap="bisNewWateruserInfoResultMap">
- select <include refid="table_columns" /> from BIS_NEW_WATERUSER_INFO
- </select>
- <select id="findList" resultMap="bisNewWateruserInfoResultMap">
- select <include refid="table_columns" /> from BIS_NEW_WATERUSER_INFO <include refid="page_where" />
- order by create_time desc
- </select>
- <select id="selectCount" resultType="int" >
- select count(ID) from BIS_NEW_WATERUSER_INFO <include refid="page_where" />
- </select>
- <insert id="insert" parameterType="cn.com.goldenwater.dcproj.model.BisNewWateruserInfo">
- insert into BIS_NEW_WATERUSER_INFO( <include refid="table_columns" /> )
- values ( <include refid="entity_properties" /> )
- </insert>
- <delete id="delete" parameterType="java.lang.String">
- delete from BIS_NEW_WATERUSER_INFO where ID = #{id}
- </delete>
- <delete id="deleteBy" parameterType="cn.com.goldenwater.dcproj.model.BisNewWateruserInfo">
- delete from BIS_NEW_WATERUSER_INFO <include refid="page_where" />
- </delete>
- <update id="deleteInFlag" parameterType="java.lang.String">
- update BIS_NEW_WATERUSER_INFO set flag_valid = 0 where ID = #{id}
- </update>
- <update id="update" parameterType="cn.com.goldenwater.dcproj.model.BisNewWateruserInfo">
- update BIS_NEW_WATERUSER_INFO
- <trim prefix="set" suffixOverrides=",">
- <if test="adFullName != null and adFullName != ''"> AD_FULL_NAME = #{adFullName},</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="gudingPriceDw != null and gudingPriceDw != ''">GUDING_PRICE_DW = #{gudingPriceDw},</if>
- <if test="gudingPrice != null and gudingPrice != ''">GUDING_PRICE = #{gudingPrice},</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="isWaterReach != null and isWaterReach != ''"> IS_WATER_REACH = #{isWaterReach},</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="regstrId != null and regstrId != ''">REGSTR_ID = #{regstrId},</if>
- <if test="id != null and id != ''">ID = #{id},</if>
- <if test="adCode != null and adCode != ''">AD_CODE = #{adCode},</if>
- <if test="villageNm != null and villageNm != ''">VILLAGE_NM = #{villageNm},</if>
- <if test="userNm != null and userNm != ''">USER_NM = #{userNm},</if>
- <if test="telphone != null and telphone != ''">TELPHONE = #{telphone},</if>
- <if test="isQualityGood != null and isQualityGood != ''">IS_QUALITY_GOOD = #{isQualityGood},</if>
- <if test="qualityProblem != null and qualityProblem != ''">QUALITY_PROBLEM = #{qualityProblem},</if>
- <if test="isSplyHome != null and isSplyHome != ''">IS_SPLY_HOME = #{isSplyHome},</if>
- <if test="is24hSupply != null and is24hSupply != ''">IS_24H_SUPPLY = #{is24hSupply},</if>
- <if test="waterProblem != null and waterProblem != ''">WATER_PROBLEM = #{waterProblem},</if>
- <if test="isCalFee != null and isCalFee != ''">IS_CAL_FEE = #{isCalFee},</if>
- <if test="feeType != null and feeType != ''">FEE_TYPE = #{feeType},</if>
- <if test="isJiliangFeeNote != null and isJiliangFeeNote != ''">IS_JILIANG_FEE_NOTE = #{isJiliangFeeNote},</if>
- <if test="isJiliangFeeType != null and isJiliangFeeType != ''">IS_JILIANG_FEE_TYPE = #{isJiliangFeeType},</if>
- <if test="isJiliangFee != null and isJiliangFee != ''">IS_JILIANG_FEE = #{isJiliangFee},</if>
- <if test="isGudingFeeNote != null and isGudingFeeNote != ''">IS_GUDING_FEE_NOTE = #{isGudingFeeNote},</if>
- <if test="isGudingFee != null and isGudingFee != ''">IS_GUDING_FEE = #{isGudingFee},</if>
- <if test="feeProblem != null and feeProblem != ''">FEE_PROBLEM = #{feeProblem},</if>
- <if test="isSplyProblem != null and isSplyProblem != ''">IS_SPLY_PROBLEM = #{isSplyProblem},</if>
- <if test="splyProblem != null and splyProblem != ''">SPLY_PROBLEM = #{splyProblem},</if>
- <if test="isPkx != null and isPkx != ''">IS_PKX = #{isPkx},</if>
- <if test="visitDate != null">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="isEasyUse != null and isEasyUse != ''">IS_EASY_USE = #{isEasyUse},</if>
- <if test="easyUseProblem != null and easyUseProblem != ''">EASY_USE_PROBLEM = #{easyUseProblem},</if>
- <if test="isKnowServicer != null and isKnowServicer != ''">IS_KNOW_SERVICER = #{isKnowServicer},</if>
- <if test="isCallRollback != null and isCallRollback != ''">IS_CALL_ROLLBACK = #{isCallRollback},</if>
- <if test="visiteNote != null and visiteNote != ''">VISITE_NOTE = #{visiteNote},</if>
- </trim>
- <where>ID = #{id}</where>
- </update>
- <update id="updateBy" parameterType="cn.com.goldenwater.dcproj.model.BisNewWateruserInfo">
- update BIS_NEW_WATERUSER_INFO
- <trim prefix="set" suffixOverrides=",">
- <if test="adFullName != null and adFullName != ''"> AD_FULL_NAME = #{adFullName},</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="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="isWaterReach != null and isWaterReach != ''"> IS_WATER_REACH = #{isWaterReach},</if>
- <if test="regstrId != null and regstrId != ''">REGSTR_ID = #{regstrId},</if>
- <if test="id != null and id != ''">ID = #{id},</if>
- <if test="adCode != null and adCode != ''">AD_CODE = #{adCode},</if>
- <if test="villageNm != null and villageNm != ''">VILLAGE_NM = #{villageNm},</if>
- <if test="userNm != null and userNm != ''">USER_NM = #{userNm},</if>
- <if test="telphone != null and telphone != ''">TELPHONE = #{telphone},</if>
- <if test="isQualityGood != null and isQualityGood != ''">IS_QUALITY_GOOD = #{isQualityGood},</if>
- <if test="qualityProblem != null and qualityProblem != ''">QUALITY_PROBLEM = #{qualityProblem},</if>
- <if test="isSplyHome != null and isSplyHome != ''">IS_SPLY_HOME = #{isSplyHome},</if>
- <if test="is24hSupply != null and is24hSupply != ''">IS_24H_SUPPLY = #{is24hSupply},</if>
- <if test="waterProblem != null and waterProblem != ''">WATER_PROBLEM = #{waterProblem},</if>
- <if test="isCalFee != null and isCalFee != ''">IS_CAL_FEE = #{isCalFee},</if>
- <if test="feeType != null and feeType != ''">FEE_TYPE = #{feeType},</if>
- <if test="isJiliangFeeNote != null and isJiliangFeeNote != ''">IS_JILIANG_FEE_NOTE = #{isJiliangFeeNote},</if>
- <if test="isJiliangFeeType != null and isJiliangFeeType != ''">IS_JILIANG_FEE_TYPE = #{isJiliangFeeType},</if>
- <if test="isJiliangFee != null and isJiliangFee != ''">IS_JILIANG_FEE = #{isJiliangFee},</if>
- <if test="isGudingFeeNote != null and isGudingFeeNote != ''">IS_GUDING_FEE_NOTE = #{isGudingFeeNote},</if>
- <if test="isGudingFee != null and isGudingFee != ''">IS_GUDING_FEE = #{isGudingFee},</if>
- <if test="feeProblem != null and feeProblem != ''">FEE_PROBLEM = #{feeProblem},</if>
- <if test="isSplyProblem != null and isSplyProblem != ''">IS_SPLY_PROBLEM = #{isSplyProblem},</if>
- <if test="splyProblem != null and splyProblem != ''">SPLY_PROBLEM = #{splyProblem},</if>
- <if test="isPkx != null and isPkx != ''">IS_PKX = #{isPkx},</if>
- <if test="visitDate != null">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="isEasyUse != null and isEasyUse != ''">IS_EASY_USE = #{isEasyUse},</if>
- <if test="easyUseProblem != null and easyUseProblem != ''">EASY_USE_PROBLEM = #{easyUseProblem},</if>
- <if test="isKnowServicer != null and isKnowServicer != ''">IS_KNOW_SERVICER = #{isKnowServicer},</if>
- <if test="isCallRollback != null and isCallRollback != ''">IS_CALL_ROLLBACK = #{isCallRollback},</if>
- <if test="visiteNote != null and visiteNote != ''">VISITE_NOTE = #{visiteNote},</if>
- </trim>
- <include refid="page_where" />
- </update>
- <!-- 其他自定义SQL -->
- </mapper>
|