BisNewWateruserInfoDao.xml 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
  3. <mapper namespace="cn.com.goldenwater.dcproj.dao.BisNewWateruserInfoDao">
  4. <resultMap type="cn.com.goldenwater.dcproj.model.BisNewWateruserInfo" id="bisNewWateruserInfoResultMap">
  5. <result property="lgtd" column="LGTD"/>
  6. <result property="lttd" column="LTTD"/>
  7. <result property="lgtdpc" column="LGTDPC"/>
  8. <result property="lttdpc" column="LTTDPC"/>
  9. <result property="gudingPriceDw" column="GUDING_PRICE_DW"/>
  10. <result property="gudingPrice" column="GUDING_PRICE"/>
  11. <result property="xianEPrice" column="XIAN_E_PRICE"/>
  12. <result property="jiliangPrice" column="JILIANG_PRICE"/>
  13. <result property="jietiPriceOne" column="JIETI_PRICE_ONE"/>
  14. <result property="jietiPriceTwo" column="JIETI_PRICE_TWO"/>
  15. <result property="jietiPriceThree" column="JIETI_PRICE_THREE"/>
  16. <result property="jietiXianeOne" column="JIETI_XIANE_ONE"/>
  17. <result property="jietiXianeTwo" column="JIETI_XIANE_TWO"/>
  18. <result property="jietiXianeThree" column="JIETI_XIANE_THREE"/>
  19. <result property="regstrId" column="REGSTR_ID"/>
  20. <result property="id" column="ID"/>
  21. <result property="adCode" column="AD_CODE"/>
  22. <result property="villageNm" column="VILLAGE_NM"/>
  23. <result property="userNm" column="USER_NM"/>
  24. <result property="telphone" column="TELPHONE"/>
  25. <result property="isQualityGood" column="IS_QUALITY_GOOD"/>
  26. <result property="qualityProblem" column="QUALITY_PROBLEM"/>
  27. <result property="isSplyHome" column="IS_SPLY_HOME"/>
  28. <result property="is24hSupply" column="IS_24H_SUPPLY"/>
  29. <result property="waterProblem" column="WATER_PROBLEM"/>
  30. <result property="isCalFee" column="IS_CAL_FEE"/>
  31. <result property="feeType" column="FEE_TYPE"/>
  32. <result property="isJiliangFeeNote" column="IS_JILIANG_FEE_NOTE"/>
  33. <result property="isJiliangFeeType" column="IS_JILIANG_FEE_TYPE"/>
  34. <result property="isJiliangFee" column="IS_JILIANG_FEE"/>
  35. <result property="isGudingFeeNote" column="IS_GUDING_FEE_NOTE"/>
  36. <result property="isGudingFee" column="IS_GUDING_FEE"/>
  37. <result property="feeProblem" column="FEE_PROBLEM"/>
  38. <result property="isSplyProblem" column="IS_SPLY_PROBLEM"/>
  39. <result property="splyProblem" column="SPLY_PROBLEM"/>
  40. <result property="isPkx" column="IS_PKX"/>
  41. <result property="visitDate" column="VISIT_DATE"/>
  42. <result property="persId" column="PERS_ID"/>
  43. <result property="recPers2" column="REC_PERS2"/>
  44. <result property="createTime" column="CREATE_TIME"/>
  45. <result property="updateTime" column="UPDATE_TIME"/>
  46. <result property="status" column="STATUS"/>
  47. <result property="isEasyUse" column="IS_EASY_USE"/>
  48. <result property="easyUseProblem" column="EASY_USE_PROBLEM"/>
  49. <result property="isKnowServicer" column="IS_KNOW_SERVICER"/>
  50. <result property="isCallRollback" column="IS_CALL_ROLLBACK"/>
  51. <result property="visiteNote" column="VISITE_NOTE"/>
  52. <result property="jiliangPriceTwo" column="JILIANG_PRICE_TWO"/>
  53. <result property="gudingPriceTwo" column="GUDING_PRICE_TWO"/>
  54. <result property="adFullName" column="AD_FULL_NAME"/>
  55. <result property="isWaterReach" column="IS_WATER_REACH"/>
  56. </resultMap>
  57. <sql id="table_columns">
  58. AD_FULL_NAME,IS_WATER_REACH,
  59. LGTD,
  60. LTTD,
  61. LGTDPC,
  62. LTTDPC,
  63. GUDING_PRICE_DW,
  64. GUDING_PRICE,
  65. XIAN_E_PRICE,
  66. JILIANG_PRICE,
  67. JIETI_PRICE_ONE,
  68. JIETI_PRICE_TWO,
  69. JIETI_PRICE_THREE,
  70. JIETI_XIANE_ONE,
  71. JIETI_XIANE_TWO,
  72. JIETI_XIANE_THREE,
  73. JILIANG_PRICE_TWO,
  74. GUDING_PRICE_TWO,
  75. REGSTR_ID,
  76. ID,
  77. AD_CODE,
  78. VILLAGE_NM,
  79. USER_NM,
  80. TELPHONE,
  81. IS_QUALITY_GOOD,
  82. QUALITY_PROBLEM,
  83. IS_SPLY_HOME,
  84. IS_24H_SUPPLY,
  85. WATER_PROBLEM,
  86. IS_CAL_FEE,
  87. FEE_TYPE,
  88. IS_JILIANG_FEE_NOTE,
  89. IS_JILIANG_FEE_TYPE,
  90. IS_JILIANG_FEE,
  91. IS_GUDING_FEE_NOTE,
  92. IS_GUDING_FEE,
  93. FEE_PROBLEM,
  94. IS_SPLY_PROBLEM,
  95. SPLY_PROBLEM,
  96. IS_PKX,
  97. VISIT_DATE,
  98. PERS_ID,
  99. REC_PERS2,
  100. CREATE_TIME,
  101. UPDATE_TIME,
  102. STATUS,
  103. IS_EASY_USE,
  104. EASY_USE_PROBLEM,
  105. IS_KNOW_SERVICER,
  106. IS_CALL_ROLLBACK,
  107. VISITE_NOTE
  108. </sql>
  109. <sql id="entity_properties">
  110. #{adFullName},#{isWaterReach},
  111. #{lgtd},
  112. #{lttd},
  113. #{lgtdpc},
  114. #{lttdpc},
  115. #{gudingPriceDw},
  116. #{gudingPrice},
  117. #{xianEPrice},
  118. #{jiliangPrice},
  119. #{jietiPriceOne},
  120. #{jietiPriceTwo},
  121. #{jietiPriceThree},
  122. #{jietiXianeOne},
  123. #{jietiXianeTwo},
  124. #{jietiXianeThree},
  125. #{jiliangPriceTwo},
  126. #{gudingPriceTwo},
  127. #{regstrId},
  128. #{id},
  129. #{adCode},
  130. #{villageNm},
  131. #{userNm},
  132. #{telphone},
  133. #{isQualityGood},
  134. #{qualityProblem},
  135. #{isSplyHome},
  136. #{is24hSupply},
  137. #{waterProblem},
  138. #{isCalFee},
  139. #{feeType},
  140. #{isJiliangFeeNote},
  141. #{isJiliangFeeType},
  142. #{isJiliangFee},
  143. #{isGudingFeeNote},
  144. #{isGudingFee},
  145. #{feeProblem},
  146. #{isSplyProblem},
  147. #{splyProblem},
  148. #{isPkx},
  149. #{visitDate},
  150. #{persId},
  151. #{recPers2},
  152. #{createTime},
  153. #{updateTime},
  154. #{status},
  155. #{isEasyUse},
  156. #{easyUseProblem},
  157. #{isKnowServicer},
  158. #{isCallRollback},
  159. #{visiteNote}
  160. </sql>
  161. <!-- 使用like用法:columnName like concat('%',#columnName#,'%') -->
  162. <sql id="page_where">
  163. <trim prefix="where" prefixOverrides="and | or ">
  164. <if test="adFullName != null and adFullName != ''">and AD_FULL_NAME = #{adFullName}</if>
  165. <if test="isWaterReach != null and isWaterReach != ''">and IS_WATER_REACH = #{isWaterReach}</if>
  166. <if test="lttd != null and lttd != ''">and LTTD = #{lttd}</if>
  167. <if test="lgtdpc != null and lgtdpc != ''">and LGTDPC = #{lgtdpc}</if>
  168. <if test="lttdpc != null and lttdpc != ''">and LTTDPC = #{lttdpc}</if>
  169. <if test="gudingPriceDw != null and gudingPriceDw != ''">and GUDING_PRICE_DW = #{gudingPriceDw}</if>
  170. <if test="gudingPrice != null and gudingPrice != ''">and GUDING_PRICE = #{gudingPrice}</if>
  171. <if test="xianEPrice != null and xianEPrice != ''">and XIAN_E_PRICE = #{xianEPrice}</if>
  172. <if test="jiliangPrice != null and jiliangPrice != ''">and JILIANG_PRICE = #{jiliangPrice}</if>
  173. <if test="jietiPriceOne != null and jietiPriceOne != ''">and JIETI_PRICE_ONE = #{jietiPriceOne}</if>
  174. <if test="jietiPriceTwo != null and jietiPriceTwo != ''">and JIETI_PRICE_TWO = #{jietiPriceTwo}</if>
  175. <if test="jietiPriceThree != null and jietiPriceThree != ''">and JIETI_PRICE_THREE = #{jietiPriceThree}</if>
  176. <if test="jietiXianeOne != null and jietiXianeOne != ''">and JIETI_XIANE_ONE = #{jietiXianeOne}</if>
  177. <if test="jietiXianeTwo != null and jietiXianeTwo != ''">and JIETI_XIANE_TWO = #{jietiXianeTwo}</if>
  178. <if test="jietiXianeThree != null and jietiXianeThree != ''">and JIETI_XIANE_THREE = #{jietiXianeThree}</if>
  179. <if test="regstrId != null and regstrId != ''">and REGSTR_ID = #{regstrId}</if>
  180. <if test="gudingPriceTwo != null and gudingPriceTwo != ''">and GUDING_PRICE_TWO = #{gudingPriceTwo}</if>
  181. <if test="jiliangPriceTwo != null and jiliangPriceTwo != ''">and JILIANG_PRICE_TWO = #{jiliangPriceTwo}</if>
  182. <if test="id != null and id != ''">and ID = #{id}</if>
  183. <if test="adCode != null and adCode != ''">and AD_CODE like '${adCode}%'</if>
  184. <if test="villageNm != null and villageNm != ''">and VILLAGE_NM = #{villageNm}</if>
  185. <if test="userNm != null and userNm != ''">and USER_NM = #{userNm}</if>
  186. <if test="telphone != null and telphone != ''">and TELPHONE = #{telphone}</if>
  187. <if test="isQualityGood != null and isQualityGood != ''">and IS_QUALITY_GOOD = #{isQualityGood}</if>
  188. <if test="qualityProblem != null and qualityProblem != ''">and QUALITY_PROBLEM = #{qualityProblem}</if>
  189. <if test="isSplyHome != null and isSplyHome != ''">and IS_SPLY_HOME = #{isSplyHome}</if>
  190. <if test="is24hSupply != null and is24hSupply != ''">and IS_24H_SUPPLY = #{is24hSupply}</if>
  191. <if test="waterProblem != null and waterProblem != ''">and WATER_PROBLEM = #{waterProblem}</if>
  192. <if test="isCalFee != null and isCalFee != ''">and IS_CAL_FEE = #{isCalFee}</if>
  193. <if test="feeType != null and feeType != ''">and FEE_TYPE = #{feeType}</if>
  194. <if test="isJiliangFeeNote != null and isJiliangFeeNote != ''">and IS_JILIANG_FEE_NOTE = #{isJiliangFeeNote}</if>
  195. <if test="isJiliangFeeType != null and isJiliangFeeType != ''">and IS_JILIANG_FEE_TYPE = #{isJiliangFeeType}</if>
  196. <if test="isJiliangFee != null and isJiliangFee != ''">and IS_JILIANG_FEE = #{isJiliangFee}</if>
  197. <if test="isGudingFeeNote != null and isGudingFeeNote != ''">and IS_GUDING_FEE_NOTE = #{isGudingFeeNote}</if>
  198. <if test="isGudingFee != null and isGudingFee != ''">and IS_GUDING_FEE = #{isGudingFee}</if>
  199. <if test="feeProblem != null and feeProblem != ''">and FEE_PROBLEM = #{feeProblem}</if>
  200. <if test="isSplyProblem != null and isSplyProblem != ''">and IS_SPLY_PROBLEM = #{isSplyProblem}</if>
  201. <if test="splyProblem != null and splyProblem != ''">and SPLY_PROBLEM = #{splyProblem}</if>
  202. <if test="isPkx != null and isPkx != ''">and IS_PKX = #{isPkx}</if>
  203. <if test="visitDate != null">and VISIT_DATE = #{visitDate}</if>
  204. <if test="persId != null and persId != ''">and PERS_ID = #{persId}</if>
  205. <if test="recPers2 != null and recPers2 != ''">and REC_PERS2 = #{recPers2}</if>
  206. <if test="createTime != null">and CREATE_TIME = #{createTime}</if>
  207. <if test="updateTime != null">and UPDATE_TIME = #{updateTime}</if>
  208. <if test="status != null and status != ''">and STATUS = #{status}</if>
  209. <if test="isEasyUse != null and isEasyUse != ''">and IS_EASY_USE = #{isEasyUse}</if>
  210. <if test="easyUseProblem != null and easyUseProblem != ''">and EASY_USE_PROBLEM = #{easyUseProblem}</if>
  211. <if test="isKnowServicer != null and isKnowServicer != ''">and IS_KNOW_SERVICER = #{isKnowServicer}</if>
  212. <if test="isCallRollback != null and isCallRollback != ''">and IS_CALL_ROLLBACK = #{isCallRollback}</if>
  213. <if test="visiteNote != null and visiteNote != ''">and VISITE_NOTE = #{visiteNote}</if>
  214. </trim>
  215. </sql>
  216. <select id="get" resultMap="bisNewWateruserInfoResultMap" parameterType="String" >
  217. select <include refid="table_columns" /> from BIS_NEW_WATERUSER_INFO where ID = #{id}
  218. </select>
  219. <select id="getBy" resultMap="bisNewWateruserInfoResultMap">
  220. select <include refid="table_columns" /> from BIS_NEW_WATERUSER_INFO <include refid="page_where" />
  221. </select>
  222. <select id="findAll" resultMap="bisNewWateruserInfoResultMap">
  223. select <include refid="table_columns" /> from BIS_NEW_WATERUSER_INFO
  224. </select>
  225. <select id="findList" resultMap="bisNewWateruserInfoResultMap">
  226. select <include refid="table_columns" /> from BIS_NEW_WATERUSER_INFO <include refid="page_where" />
  227. order by create_time desc
  228. </select>
  229. <select id="selectCount" resultType="int" >
  230. select count(ID) from BIS_NEW_WATERUSER_INFO <include refid="page_where" />
  231. </select>
  232. <insert id="insert" parameterType="cn.com.goldenwater.dcproj.model.BisNewWateruserInfo">
  233. insert into BIS_NEW_WATERUSER_INFO( <include refid="table_columns" /> )
  234. values ( <include refid="entity_properties" /> )
  235. </insert>
  236. <delete id="delete" parameterType="java.lang.String">
  237. delete from BIS_NEW_WATERUSER_INFO where ID = #{id}
  238. </delete>
  239. <delete id="deleteBy" parameterType="cn.com.goldenwater.dcproj.model.BisNewWateruserInfo">
  240. delete from BIS_NEW_WATERUSER_INFO <include refid="page_where" />
  241. </delete>
  242. <update id="deleteInFlag" parameterType="java.lang.String">
  243. update BIS_NEW_WATERUSER_INFO set flag_valid = 0 where ID = #{id}
  244. </update>
  245. <update id="update" parameterType="cn.com.goldenwater.dcproj.model.BisNewWateruserInfo">
  246. update BIS_NEW_WATERUSER_INFO
  247. <trim prefix="set" suffixOverrides=",">
  248. <if test="adFullName != null and adFullName != ''"> AD_FULL_NAME = #{adFullName},</if>
  249. <if test="lttd != null and lttd != ''">LTTD = #{lttd},</if>
  250. <if test="lgtdpc != null and lgtdpc != ''">LGTDPC = #{lgtdpc},</if>
  251. <if test="lttdpc != null and lttdpc != ''">LTTDPC = #{lttdpc},</if>
  252. <if test="gudingPriceDw != null and gudingPriceDw != ''">GUDING_PRICE_DW = #{gudingPriceDw},</if>
  253. <if test="gudingPrice != null and gudingPrice != ''">GUDING_PRICE = #{gudingPrice},</if>
  254. <if test="gudingPriceTwo != null and gudingPriceTwo != ''">GUDING_PRICE_TWO = #{gudingPriceTwo},</if>
  255. <if test="jiliangPriceTwo != null and jiliangPriceTwo != ''">JILIANG_PRICE_TWO = #{jiliangPriceTwo},</if>
  256. <if test="isWaterReach != null and isWaterReach != ''"> IS_WATER_REACH = #{isWaterReach},</if>
  257. <if test="xianEPrice != null and xianEPrice != ''">XIAN_E_PRICE = #{xianEPrice},</if>
  258. <if test="jiliangPrice != null and jiliangPrice != ''">JILIANG_PRICE = #{jiliangPrice},</if>
  259. <if test="jietiPriceOne != null and jietiPriceOne != ''">JIETI_PRICE_ONE = #{jietiPriceOne},</if>
  260. <if test="jietiPriceTwo != null and jietiPriceTwo != ''">JIETI_PRICE_TWO = #{jietiPriceTwo},</if>
  261. <if test="jietiPriceThree != null and jietiPriceThree != ''">JIETI_PRICE_THREE = #{jietiPriceThree},</if>
  262. <if test="jietiXianeOne != null and jietiXianeOne != ''">JIETI_XIANE_ONE = #{jietiXianeOne},</if>
  263. <if test="jietiXianeTwo != null and jietiXianeTwo != ''">JIETI_XIANE_TWO = #{jietiXianeTwo},</if>
  264. <if test="jietiXianeThree != null and jietiXianeThree != ''">JIETI_XIANE_THREE = #{jietiXianeThree},</if>
  265. <if test="regstrId != null and regstrId != ''">REGSTR_ID = #{regstrId},</if>
  266. <if test="id != null and id != ''">ID = #{id},</if>
  267. <if test="adCode != null and adCode != ''">AD_CODE = #{adCode},</if>
  268. <if test="villageNm != null and villageNm != ''">VILLAGE_NM = #{villageNm},</if>
  269. <if test="userNm != null and userNm != ''">USER_NM = #{userNm},</if>
  270. <if test="telphone != null and telphone != ''">TELPHONE = #{telphone},</if>
  271. <if test="isQualityGood != null and isQualityGood != ''">IS_QUALITY_GOOD = #{isQualityGood},</if>
  272. <if test="qualityProblem != null and qualityProblem != ''">QUALITY_PROBLEM = #{qualityProblem},</if>
  273. <if test="isSplyHome != null and isSplyHome != ''">IS_SPLY_HOME = #{isSplyHome},</if>
  274. <if test="is24hSupply != null and is24hSupply != ''">IS_24H_SUPPLY = #{is24hSupply},</if>
  275. <if test="waterProblem != null and waterProblem != ''">WATER_PROBLEM = #{waterProblem},</if>
  276. <if test="isCalFee != null and isCalFee != ''">IS_CAL_FEE = #{isCalFee},</if>
  277. <if test="feeType != null and feeType != ''">FEE_TYPE = #{feeType},</if>
  278. <if test="isJiliangFeeNote != null and isJiliangFeeNote != ''">IS_JILIANG_FEE_NOTE = #{isJiliangFeeNote},</if>
  279. <if test="isJiliangFeeType != null and isJiliangFeeType != ''">IS_JILIANG_FEE_TYPE = #{isJiliangFeeType},</if>
  280. <if test="isJiliangFee != null and isJiliangFee != ''">IS_JILIANG_FEE = #{isJiliangFee},</if>
  281. <if test="isGudingFeeNote != null and isGudingFeeNote != ''">IS_GUDING_FEE_NOTE = #{isGudingFeeNote},</if>
  282. <if test="isGudingFee != null and isGudingFee != ''">IS_GUDING_FEE = #{isGudingFee},</if>
  283. <if test="feeProblem != null and feeProblem != ''">FEE_PROBLEM = #{feeProblem},</if>
  284. <if test="isSplyProblem != null and isSplyProblem != ''">IS_SPLY_PROBLEM = #{isSplyProblem},</if>
  285. <if test="splyProblem != null and splyProblem != ''">SPLY_PROBLEM = #{splyProblem},</if>
  286. <if test="isPkx != null and isPkx != ''">IS_PKX = #{isPkx},</if>
  287. <if test="visitDate != null">VISIT_DATE = #{visitDate},</if>
  288. <if test="persId != null and persId != ''">PERS_ID = #{persId},</if>
  289. <if test="recPers2 != null and recPers2 != ''">REC_PERS2 = #{recPers2},</if>
  290. <if test="createTime != null">CREATE_TIME = #{createTime},</if>
  291. <if test="updateTime != null">UPDATE_TIME = #{updateTime},</if>
  292. <if test="status != null and status != ''">STATUS = #{status},</if>
  293. <if test="isEasyUse != null and isEasyUse != ''">IS_EASY_USE = #{isEasyUse},</if>
  294. <if test="easyUseProblem != null and easyUseProblem != ''">EASY_USE_PROBLEM = #{easyUseProblem},</if>
  295. <if test="isKnowServicer != null and isKnowServicer != ''">IS_KNOW_SERVICER = #{isKnowServicer},</if>
  296. <if test="isCallRollback != null and isCallRollback != ''">IS_CALL_ROLLBACK = #{isCallRollback},</if>
  297. <if test="visiteNote != null and visiteNote != ''">VISITE_NOTE = #{visiteNote},</if>
  298. </trim>
  299. <where>ID = #{id}</where>
  300. </update>
  301. <update id="updateBy" parameterType="cn.com.goldenwater.dcproj.model.BisNewWateruserInfo">
  302. update BIS_NEW_WATERUSER_INFO
  303. <trim prefix="set" suffixOverrides=",">
  304. <if test="adFullName != null and adFullName != ''"> AD_FULL_NAME = #{adFullName},</if>
  305. <if test="lttd != null and lttd != ''">LTTD = #{lttd},</if>
  306. <if test="lgtdpc != null and lgtdpc != ''">LGTDPC = #{lgtdpc},</if>
  307. <if test="lttdpc != null and lttdpc != ''">LTTDPC = #{lttdpc},</if>
  308. <if test="gudingPriceDw != null and gudingPriceDw != ''">GUDING_PRICE_DW = #{gudingPriceDw},</if>
  309. <if test="gudingPrice != null and gudingPrice != ''">GUDING_PRICE = #{gudingPrice},</if>
  310. <if test="xianEPrice != null and xianEPrice != ''">XIAN_E_PRICE = #{xianEPrice},</if>
  311. <if test="jiliangPrice != null and jiliangPrice != ''">JILIANG_PRICE = #{jiliangPrice},</if>
  312. <if test="jietiPriceOne != null and jietiPriceOne != ''">JIETI_PRICE_ONE = #{jietiPriceOne},</if>
  313. <if test="jietiPriceTwo != null and jietiPriceTwo != ''">JIETI_PRICE_TWO = #{jietiPriceTwo},</if>
  314. <if test="jietiPriceThree != null and jietiPriceThree != ''">JIETI_PRICE_THREE = #{jietiPriceThree},</if>
  315. <if test="jietiXianeOne != null and jietiXianeOne != ''">JIETI_XIANE_ONE = #{jietiXianeOne},</if>
  316. <if test="jietiXianeTwo != null and jietiXianeTwo != ''">JIETI_XIANE_TWO = #{jietiXianeTwo},</if>
  317. <if test="jietiXianeThree != null and jietiXianeThree != ''">JIETI_XIANE_THREE = #{jietiXianeThree},</if>
  318. <if test="gudingPriceTwo != null and gudingPriceTwo != ''">GUDING_PRICE_TWO = #{gudingPriceTwo},</if>
  319. <if test="jiliangPriceTwo != null and jiliangPriceTwo != ''">JILIANG_PRICE_TWO = #{jiliangPriceTwo},</if>
  320. <if test="isWaterReach != null and isWaterReach != ''"> IS_WATER_REACH = #{isWaterReach},</if>
  321. <if test="regstrId != null and regstrId != ''">REGSTR_ID = #{regstrId},</if>
  322. <if test="id != null and id != ''">ID = #{id},</if>
  323. <if test="adCode != null and adCode != ''">AD_CODE = #{adCode},</if>
  324. <if test="villageNm != null and villageNm != ''">VILLAGE_NM = #{villageNm},</if>
  325. <if test="userNm != null and userNm != ''">USER_NM = #{userNm},</if>
  326. <if test="telphone != null and telphone != ''">TELPHONE = #{telphone},</if>
  327. <if test="isQualityGood != null and isQualityGood != ''">IS_QUALITY_GOOD = #{isQualityGood},</if>
  328. <if test="qualityProblem != null and qualityProblem != ''">QUALITY_PROBLEM = #{qualityProblem},</if>
  329. <if test="isSplyHome != null and isSplyHome != ''">IS_SPLY_HOME = #{isSplyHome},</if>
  330. <if test="is24hSupply != null and is24hSupply != ''">IS_24H_SUPPLY = #{is24hSupply},</if>
  331. <if test="waterProblem != null and waterProblem != ''">WATER_PROBLEM = #{waterProblem},</if>
  332. <if test="isCalFee != null and isCalFee != ''">IS_CAL_FEE = #{isCalFee},</if>
  333. <if test="feeType != null and feeType != ''">FEE_TYPE = #{feeType},</if>
  334. <if test="isJiliangFeeNote != null and isJiliangFeeNote != ''">IS_JILIANG_FEE_NOTE = #{isJiliangFeeNote},</if>
  335. <if test="isJiliangFeeType != null and isJiliangFeeType != ''">IS_JILIANG_FEE_TYPE = #{isJiliangFeeType},</if>
  336. <if test="isJiliangFee != null and isJiliangFee != ''">IS_JILIANG_FEE = #{isJiliangFee},</if>
  337. <if test="isGudingFeeNote != null and isGudingFeeNote != ''">IS_GUDING_FEE_NOTE = #{isGudingFeeNote},</if>
  338. <if test="isGudingFee != null and isGudingFee != ''">IS_GUDING_FEE = #{isGudingFee},</if>
  339. <if test="feeProblem != null and feeProblem != ''">FEE_PROBLEM = #{feeProblem},</if>
  340. <if test="isSplyProblem != null and isSplyProblem != ''">IS_SPLY_PROBLEM = #{isSplyProblem},</if>
  341. <if test="splyProblem != null and splyProblem != ''">SPLY_PROBLEM = #{splyProblem},</if>
  342. <if test="isPkx != null and isPkx != ''">IS_PKX = #{isPkx},</if>
  343. <if test="visitDate != null">VISIT_DATE = #{visitDate},</if>
  344. <if test="persId != null and persId != ''">PERS_ID = #{persId},</if>
  345. <if test="recPers2 != null and recPers2 != ''">REC_PERS2 = #{recPers2},</if>
  346. <if test="createTime != null">CREATE_TIME = #{createTime},</if>
  347. <if test="updateTime != null">UPDATE_TIME = #{updateTime},</if>
  348. <if test="status != null and status != ''">STATUS = #{status},</if>
  349. <if test="isEasyUse != null and isEasyUse != ''">IS_EASY_USE = #{isEasyUse},</if>
  350. <if test="easyUseProblem != null and easyUseProblem != ''">EASY_USE_PROBLEM = #{easyUseProblem},</if>
  351. <if test="isKnowServicer != null and isKnowServicer != ''">IS_KNOW_SERVICER = #{isKnowServicer},</if>
  352. <if test="isCallRollback != null and isCallRollback != ''">IS_CALL_ROLLBACK = #{isCallRollback},</if>
  353. <if test="visiteNote != null and visiteNote != ''">VISITE_NOTE = #{visiteNote},</if>
  354. </trim>
  355. <include refid="page_where" />
  356. </update>
  357. <!-- 其他自定义SQL -->
  358. </mapper>