BisRdwspRgstrPoorDao.xml 20 KB

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