BisInspIrrPipeDao.xml 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371
  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.BisInspIrrPipeDao">
  4. <resultMap type="cn.com.goldenwater.dcproj.model.BisInspIrrPipe" id="bisInspIrrPipeResultMap">
  5. <result property="invsrPhone" column="INVSR_PHONE"/>
  6. <result property="invsrTm" column="INVSR_TM"/>
  7. <result property="persId" column="PERS_ID"/>
  8. <result property="intm" column="INTM"/>
  9. <result property="uptm" column="UPTM"/>
  10. <result property="dataStat" column="DATA_STAT"/>
  11. <result property="state" column="STATE"/>
  12. <result property="id" column="ID"/>
  13. <result property="rgstrId" column="RGSTR_ID"/>
  14. <result property="objId" column="OBJ_ID"/>
  15. <result property="code" column="CODE"/>
  16. <result property="name" column="NAME"/>
  17. <result property="adCode" column="AD_CODE"/>
  18. <result property="adName" column="AD_NAME"/>
  19. <result property="sour" column="SOUR"/>
  20. <result property="compDate" column="COMP_DATE"/>
  21. <result property="irrCode" column="IRR_CODE"/>
  22. <result property="irrName" column="IRR_NAME"/>
  23. <result property="stapleCrop" column="STAPLE_CROP"/>
  24. <result property="irrArea" column="IRR_AREA"/>
  25. <result property="higStnType" column="HIG_STN_TYPE"/>
  26. <result property="hsType" column="HS_TYPE"/>
  27. <result property="powerType" column="POWER_TYPE"/>
  28. <result property="powerVal" column="POWER_VAL"/>
  29. <result property="prjPbmArea" column="PRJ_PBM_AREA"/>
  30. <result property="prjWhoTend" column="PRJ_WHO_TEND"/>
  31. <result property="prjUsrType" column="PRJ_USR_TYPE"/>
  32. <result property="whoTend" column="WHO_TEND"/>
  33. <result property="isTendRcrd" column="IS_TEND_RCRD"/>
  34. <result property="tendRcrdType" column="TEND_RCRD_TYPE"/>
  35. <result property="isRun" column="IS_RUN"/>
  36. <result property="notRunType" column="NOT_RUN_TYPE"/>
  37. <result property="notRunNote" column="NOT_RUN_NOTE"/>
  38. <result property="isSetCntrl" column="IS_SET_CNTRL"/>
  39. <result property="isSetOwtrCntrl" column="IS_SET_OWTR_CNTRL"/>
  40. <result property="isIwtrStnd" column="IS_IWTR_STND"/>
  41. <result property="isMsrAll" column="IS_MSR_ALL"/>
  42. <result property="isChanLow" column="IS_CHAN_LOW"/>
  43. <result property="evaluate" column="EVALUATE"/>
  44. <result property="note" column="NOTE"/>
  45. <result property="invsrName" column="INVSR_NAME"/>
  46. <result property="centerX" column="CENTER_X"/>
  47. <result property="centerY" column="CENTER_Y"/>
  48. <result property="gdX" column="GD_X"/>
  49. <result property="gdY" column="GD_Y"/>
  50. <result property="sourNote" column="SOUR_NOTE"/>
  51. <result property="isCurryearComp" column="IS_CURRYEAR_COMP"/>
  52. <result property="beforeCurryearComp" column="BEFROE_CURRYEAR"/>
  53. <result property="afterCurryearComp" column="AFTER_CURRYEAR"/>
  54. </resultMap>
  55. <sql id="table_columns">
  56. IS_CURRYEAR_COMP,
  57. BEFROE_CURRYEAR,
  58. AFTER_CURRYEAR,
  59. SOUR_NOTE,
  60. CENTER_X,
  61. CENTER_Y,
  62. GD_X,
  63. GD_Y,
  64. INVSR_PHONE,
  65. INVSR_TM,
  66. PERS_ID,
  67. INTM,
  68. UPTM,
  69. DATA_STAT,
  70. STATE,
  71. ID,
  72. RGSTR_ID,
  73. OBJ_ID,
  74. CODE,
  75. NAME,
  76. AD_CODE,
  77. AD_NAME,
  78. SOUR,
  79. COMP_DATE,
  80. IRR_CODE,
  81. IRR_NAME,
  82. STAPLE_CROP,
  83. IRR_AREA,
  84. HIG_STN_TYPE,
  85. HS_TYPE,
  86. POWER_TYPE,
  87. POWER_VAL,
  88. PRJ_PBM_AREA,
  89. PRJ_WHO_TEND,
  90. PRJ_USR_TYPE,
  91. WHO_TEND,
  92. IS_TEND_RCRD,
  93. TEND_RCRD_TYPE,
  94. IS_RUN,
  95. NOT_RUN_TYPE,
  96. NOT_RUN_NOTE,
  97. IS_SET_CNTRL,
  98. IS_SET_OWTR_CNTRL,
  99. IS_IWTR_STND,
  100. IS_MSR_ALL,
  101. IS_CHAN_LOW,
  102. EVALUATE,
  103. NOTE,
  104. INVSR_NAME
  105. </sql>
  106. <sql id="entity_properties">
  107. #{isCurryearComp},
  108. #{beforeCurryearComp},
  109. #{afterCurryearComp},
  110. #{sourNote},
  111. #{centerX},
  112. #{centerY},
  113. #{gdX},
  114. #{gdY},
  115. #{invsrPhone},
  116. #{invsrTm},
  117. #{persId},
  118. #{intm},
  119. #{uptm},
  120. #{dataStat},
  121. #{state},
  122. #{id},
  123. #{rgstrId},
  124. #{objId},
  125. #{code},
  126. #{name},
  127. #{adCode},
  128. #{adName},
  129. #{sour},
  130. #{compDate},
  131. #{irrCode},
  132. #{irrName},
  133. #{stapleCrop},
  134. #{irrArea},
  135. #{higStnType},
  136. #{hsType},
  137. #{powerType},
  138. #{powerVal},
  139. #{prjPbmArea},
  140. #{prjWhoTend},
  141. #{prjUsrType},
  142. #{whoTend},
  143. #{isTendRcrd},
  144. #{tendRcrdType},
  145. #{isRun},
  146. #{notRunType},
  147. #{notRunNote},
  148. #{isSetCntrl},
  149. #{isSetOwtrCntrl},
  150. #{isIwtrStnd},
  151. #{isMsrAll},
  152. #{isChanLow},
  153. #{evaluate},
  154. #{note},
  155. #{invsrName}
  156. </sql>
  157. <!-- 使用like用法:columnName like concat('%',#columnName#,'%') -->
  158. <sql id="page_where">
  159. <trim prefix="where" prefixOverrides="and | or ">
  160. <if test="isCurryearComp != null and isCurryearComp != ''">and IS_CURRYEAR_COMP = #{isCurryearComp}</if>
  161. <if test="beforeCurryearComp != null and beforeCurryearComp != ''">and BEFROE_CURRYEAR = #{beforeCurryearComp}</if>
  162. <if test="afterCurryearComp != null and afterCurryearComp != ''">and AFTER_CURRYEAR = #{afterCurryearComp}</if>
  163. <if test="invsrPhone != null and invsrPhone != ''">and INVSR_PHONE = #{invsrPhone}</if>
  164. <if test="sourNote != null and sourNote != ''">and SOUR_NOTE = #{sourNote}</if>
  165. <if test="centerX != null and centerX != ''">and CENTER_X = #{centerX}</if>
  166. <if test="centerY != null and centerY != ''">and CENTER_Y = #{centerY}</if>
  167. <if test="gdX != null and gdX != ''">and GD_X = #{gdX}</if>
  168. <if test="gdY != null and gdY != ''">and GD_Y = #{gdY}</if>
  169. <if test="invsrTm != null">and INVSR_TM = #{invsrTm}</if>
  170. <if test="persId != null and persId != ''">and PERS_ID = #{persId}</if>
  171. <if test="intm != null">and INTM = #{intm}</if>
  172. <if test="uptm != null">and UPTM = #{uptm}</if>
  173. <if test="dataStat != null and dataStat != ''">and DATA_STAT = #{dataStat}</if>
  174. <if test="state != null and state != ''">and STATE = #{state}</if>
  175. <if test="id != null and id != ''">and ID = #{id}</if>
  176. <if test="rgstrId != null and rgstrId != ''">and RGSTR_ID = #{rgstrId}</if>
  177. <if test="objId != null and objId != ''">and OBJ_ID = #{objId}</if>
  178. <if test="code != null and code != ''">and CODE = #{code}</if>
  179. <if test="name != null and name != ''">and NAME = #{name}</if>
  180. <if test="adCode != null and adCode != ''">and AD_CODE = #{adCode}</if>
  181. <if test="adName != null and adName != ''">and AD_NAME = #{adName}</if>
  182. <if test="sour != null and sour != ''">and SOUR = #{sour}</if>
  183. <if test="compDate != null and compDate != ''">and COMP_DATE = #{compDate}</if>
  184. <if test="irrCode != null and irrCode != ''">and IRR_CODE = #{irrCode}</if>
  185. <if test="irrName != null and irrName != ''">and IRR_NAME = #{irrName}</if>
  186. <if test="stapleCrop != null and stapleCrop != ''">and STAPLE_CROP = #{stapleCrop}</if>
  187. <if test="irrArea != null and irrArea != ''">and IRR_AREA = #{irrArea}</if>
  188. <if test="higStnType != null and higStnType != ''">and HIG_STN_TYPE = #{higStnType}</if>
  189. <if test="hsType != null and hsType != ''">and HS_TYPE = #{hsType}</if>
  190. <if test="powerType != null and powerType != ''">and POWER_TYPE = #{powerType}</if>
  191. <if test="powerVal != null and powerVal != ''">and POWER_VAL = #{powerVal}</if>
  192. <if test="prjPbmArea != null and prjPbmArea != ''">and PRJ_PBM_AREA = #{prjPbmArea}</if>
  193. <if test="prjWhoTend != null and prjWhoTend != ''">and PRJ_WHO_TEND = #{prjWhoTend}</if>
  194. <if test="prjUsrType != null and prjUsrType != ''">and PRJ_USR_TYPE = #{prjUsrType}</if>
  195. <if test="whoTend != null and whoTend != ''">and WHO_TEND = #{whoTend}</if>
  196. <if test="isTendRcrd != null and isTendRcrd != ''">and IS_TEND_RCRD = #{isTendRcrd}</if>
  197. <if test="tendRcrdType != null and tendRcrdType != ''">and TEND_RCRD_TYPE = #{tendRcrdType}</if>
  198. <if test="isRun != null and isRun != ''">and IS_RUN = #{isRun}</if>
  199. <if test="notRunType != null and notRunType != ''">and NOT_RUN_TYPE = #{notRunType}</if>
  200. <if test="notRunNote != null and notRunNote != ''">and NOT_RUN_NOTE = #{notRunNote}</if>
  201. <if test="isSetCntrl != null and isSetCntrl != ''">and IS_SET_CNTRL = #{isSetCntrl}</if>
  202. <if test="isSetOwtrCntrl != null and isSetOwtrCntrl != ''">and IS_SET_OWTR_CNTRL = #{isSetOwtrCntrl}</if>
  203. <if test="isIwtrStnd != null and isIwtrStnd != ''">and IS_IWTR_STND = #{isIwtrStnd}</if>
  204. <if test="isMsrAll != null and isMsrAll != ''">and IS_MSR_ALL = #{isMsrAll}</if>
  205. <if test="isChanLow != null and isChanLow != ''">and IS_CHAN_LOW = #{isChanLow}</if>
  206. <if test="evaluate != null and evaluate != ''">and EVALUATE = #{evaluate}</if>
  207. <if test="note != null and note != ''">and NOTE = #{note}</if>
  208. <if test="invsrName != null and invsrName != ''">and INVSR_NAME = #{invsrName}</if>
  209. and DATA_STAT='0'
  210. </trim>
  211. </sql>
  212. <select id="get" resultMap="bisInspIrrPipeResultMap" parameterType="String" >
  213. select <include refid="table_columns" /> from BIS_INSP_IRR_PIPE where ID = #{id}
  214. </select>
  215. <select id="getBy" resultMap="bisInspIrrPipeResultMap">
  216. select <include refid="table_columns" /> from BIS_INSP_IRR_PIPE <include refid="page_where" />
  217. </select>
  218. <select id="findAll" resultMap="bisInspIrrPipeResultMap">
  219. select <include refid="table_columns" /> from BIS_INSP_IRR_PIPE
  220. </select>
  221. <select id="findList" resultMap="bisInspIrrPipeResultMap">
  222. select <include refid="table_columns" /> from BIS_INSP_IRR_PIPE <include refid="page_where" />
  223. </select>
  224. <select id="selectCount" resultType="int" >
  225. select count(ID) from BIS_INSP_IRR_PIPE <include refid="page_where" />
  226. </select>
  227. <insert id="insert" parameterType="cn.com.goldenwater.dcproj.model.BisInspIrrPipe">
  228. insert into BIS_INSP_IRR_PIPE( <include refid="table_columns" /> )
  229. values ( <include refid="entity_properties" /> )
  230. </insert>
  231. <delete id="delete" parameterType="java.lang.String">
  232. update BIS_INSP_IRR_PIPE set DATA_STAT='9' where ID = #{id}
  233. </delete>
  234. <delete id="deleteBy" parameterType="cn.com.goldenwater.dcproj.model.BisInspIrrPipe">
  235. update BIS_INSP_IRR_PIPE set DATA_STAT='9' <include refid="page_where" />
  236. </delete>
  237. <update id="deleteInFlag" parameterType="java.lang.String">
  238. update BIS_INSP_IRR_PIPE set DATA_STAT = '9' where ID = #{id}
  239. </update>
  240. <update id="update" parameterType="cn.com.goldenwater.dcproj.model.BisInspIrrPipe">
  241. update BIS_INSP_IRR_PIPE
  242. <trim prefix="set" suffixOverrides=",">
  243. <if test="isCurryearComp != null and isCurryearComp != ''">IS_CURRYEAR_COMP = #{isCurryearComp},</if>
  244. <if test="beforeCurryearComp != null and beforeCurryearComp != ''">BEFROE_CURRYEAR = #{beforeCurryearComp},</if>
  245. <if test="afterCurryearComp != null and afterCurryearComp != ''">AFTER_CURRYEAR = #{afterCurryearComp},</if>
  246. <if test="invsrPhone != null and invsrPhone != ''">INVSR_PHONE = #{invsrPhone},</if>
  247. <if test="sourNote != null and sourNote != ''">SOUR_NOTE = #{sourNote},</if>
  248. <if test="centerX != null and centerX != ''">CENTER_X = #{centerX},</if>
  249. <if test="centerY != null and centerY != ''">CENTER_Y = #{centerY},</if>
  250. <if test="gdX != null and gdX != ''">GD_X = #{gdX},</if>
  251. <if test="gdY != null and gdY != ''">GD_Y = #{gdY},</if>
  252. <if test="invsrTm != null">INVSR_TM = #{invsrTm},</if>
  253. <if test="persId != null and persId != ''">PERS_ID = #{persId},</if>
  254. <if test="intm != null">INTM = #{intm},</if>
  255. <if test="uptm != null">UPTM = #{uptm},</if>
  256. <if test="dataStat != null and dataStat != ''">DATA_STAT = #{dataStat},</if>
  257. <if test="state != null and state != ''">STATE = #{state},</if>
  258. <if test="id != null and id != ''">ID = #{id},</if>
  259. <if test="rgstrId != null and rgstrId != ''">RGSTR_ID = #{rgstrId},</if>
  260. <if test="objId != null and objId != ''">OBJ_ID = #{objId},</if>
  261. <if test="code != null and code != ''">CODE = #{code},</if>
  262. <if test="name != null and name != ''">NAME = #{name},</if>
  263. <if test="adCode != null and adCode != ''">AD_CODE = #{adCode},</if>
  264. <if test="adName != null and adName != ''">AD_NAME = #{adName},</if>
  265. <if test="sour != null and sour != ''">SOUR = #{sour},</if>
  266. <if test="compDate != null and compDate != ''">COMP_DATE = #{compDate},</if>
  267. <if test="irrCode != null and irrCode != ''">IRR_CODE = #{irrCode},</if>
  268. <if test="irrName != null and irrName != ''">IRR_NAME = #{irrName},</if>
  269. <if test="stapleCrop != null and stapleCrop != ''">STAPLE_CROP = #{stapleCrop},</if>
  270. <if test="irrArea != null and irrArea != ''">IRR_AREA = #{irrArea},</if>
  271. <if test="higStnType != null and higStnType != ''">HIG_STN_TYPE = #{higStnType},</if>
  272. <if test="hsType != null and hsType != ''">HS_TYPE = #{hsType},</if>
  273. <if test="powerType != null and powerType != ''">POWER_TYPE = #{powerType},</if>
  274. <if test="powerVal != null and powerVal != ''">POWER_VAL = #{powerVal},</if>
  275. <if test="prjPbmArea != null and prjPbmArea != ''">PRJ_PBM_AREA = #{prjPbmArea},</if>
  276. <if test="prjWhoTend != null and prjWhoTend != ''">PRJ_WHO_TEND = #{prjWhoTend},</if>
  277. <if test="prjUsrType != null and prjUsrType != ''">PRJ_USR_TYPE = #{prjUsrType},</if>
  278. <if test="whoTend != null and whoTend != ''">WHO_TEND = #{whoTend},</if>
  279. <if test="isTendRcrd != null and isTendRcrd != ''">IS_TEND_RCRD = #{isTendRcrd},</if>
  280. <if test="tendRcrdType != null and tendRcrdType != ''">TEND_RCRD_TYPE = #{tendRcrdType},</if>
  281. <if test="isRun != null and isRun != ''">IS_RUN = #{isRun},</if>
  282. <if test="notRunType != null and notRunType != ''">NOT_RUN_TYPE = #{notRunType},</if>
  283. <if test="notRunNote != null and notRunNote != ''">NOT_RUN_NOTE = #{notRunNote},</if>
  284. <if test="isSetCntrl != null and isSetCntrl != ''">IS_SET_CNTRL = #{isSetCntrl},</if>
  285. <if test="isSetOwtrCntrl != null and isSetOwtrCntrl != ''">IS_SET_OWTR_CNTRL = #{isSetOwtrCntrl},</if>
  286. <if test="isIwtrStnd != null and isIwtrStnd != ''">IS_IWTR_STND = #{isIwtrStnd},</if>
  287. <if test="isMsrAll != null and isMsrAll != ''">IS_MSR_ALL = #{isMsrAll},</if>
  288. <if test="isChanLow != null and isChanLow != ''">IS_CHAN_LOW = #{isChanLow},</if>
  289. <if test="evaluate != null and evaluate != ''">EVALUATE = #{evaluate},</if>
  290. <if test="note != null and note != ''">NOTE = #{note},</if>
  291. <if test="invsrName != null and invsrName != ''">INVSR_NAME = #{invsrName},</if>
  292. </trim>
  293. <where>ID = #{id}</where>
  294. </update>
  295. <update id="updateBy" parameterType="cn.com.goldenwater.dcproj.model.BisInspIrrPipe">
  296. update BIS_INSP_IRR_PIPE
  297. <trim prefix="set" suffixOverrides=",">
  298. <if test="isCurryearComp != null and isCurryearComp != ''">IS_CURRYEAR_COMP = #{isCurryearComp},</if>
  299. <if test="beforeCurryearComp != null and beforeCurryearComp != ''">BEFROE_CURRYEAR = #{beforeCurryearComp},</if>
  300. <if test="afterCurryearComp != null and afterCurryearComp != ''">AFTER_CURRYEAR = #{afterCurryearComp},</if>
  301. <if test="invsrPhone != null and invsrPhone != ''">INVSR_PHONE = #{invsrPhone},</if>
  302. <if test="sourNote != null and sourNote != ''">SOUR_NOTE = #{sourNote},</if>
  303. <if test="centerX != null and centerX != ''">CENTER_X = #{centerX},</if>
  304. <if test="centerY != null and centerY != ''">CENTER_Y = #{centerY},</if>
  305. <if test="gdX != null and gdX != ''">GD_X = #{gdX},</if>
  306. <if test="gdY != null and gdY != ''">GD_Y = #{gdY},</if>
  307. <if test="invsrTm != null">INVSR_TM = #{invsrTm},</if>
  308. <if test="persId != null and persId != ''">PERS_ID = #{persId},</if>
  309. <if test="intm != null">INTM = #{intm},</if>
  310. <if test="uptm != null">UPTM = #{uptm},</if>
  311. <if test="dataStat != null and dataStat != ''">DATA_STAT = #{dataStat},</if>
  312. <if test="state != null and state != ''">STATE = #{state},</if>
  313. <if test="id != null and id != ''">ID = #{id},</if>
  314. <if test="rgstrId != null and rgstrId != ''">RGSTR_ID = #{rgstrId},</if>
  315. <if test="objId != null and objId != ''">OBJ_ID = #{objId},</if>
  316. <if test="code != null and code != ''">CODE = #{code},</if>
  317. <if test="name != null and name != ''">and NAME like concat('%',concat(#{name},'%'))</if>
  318. <if test="adCode != null and adCode != ''">AD_CODE = #{adCode},</if>
  319. <if test="adName != null and adName != ''">AD_NAME = #{adName},</if>
  320. <if test="sour != null and sour != ''">SOUR = #{sour},</if>
  321. <if test="compDate != null and compDate != ''">COMP_DATE = #{compDate},</if>
  322. <if test="irrCode != null and irrCode != ''">IRR_CODE = #{irrCode},</if>
  323. <if test="irrName != null and irrName != ''">IRR_NAME = #{irrName},</if>
  324. <if test="stapleCrop != null and stapleCrop != ''">STAPLE_CROP = #{stapleCrop},</if>
  325. <if test="irrArea != null and irrArea != ''">IRR_AREA = #{irrArea},</if>
  326. <if test="higStnType != null and higStnType != ''">HIG_STN_TYPE = #{higStnType},</if>
  327. <if test="hsType != null and hsType != ''">HS_TYPE = #{hsType},</if>
  328. <if test="powerType != null and powerType != ''">POWER_TYPE = #{powerType},</if>
  329. <if test="powerVal != null and powerVal != ''">POWER_VAL = #{powerVal},</if>
  330. <if test="prjPbmArea != null and prjPbmArea != ''">PRJ_PBM_AREA = #{prjPbmArea},</if>
  331. <if test="prjWhoTend != null and prjWhoTend != ''">PRJ_WHO_TEND = #{prjWhoTend},</if>
  332. <if test="prjUsrType != null and prjUsrType != ''">PRJ_USR_TYPE = #{prjUsrType},</if>
  333. <if test="whoTend != null and whoTend != ''">WHO_TEND = #{whoTend},</if>
  334. <if test="isTendRcrd != null and isTendRcrd != ''">IS_TEND_RCRD = #{isTendRcrd},</if>
  335. <if test="tendRcrdType != null and tendRcrdType != ''">TEND_RCRD_TYPE = #{tendRcrdType},</if>
  336. <if test="isRun != null and isRun != ''">IS_RUN = #{isRun},</if>
  337. <if test="notRunType != null and notRunType != ''">NOT_RUN_TYPE = #{notRunType},</if>
  338. <if test="notRunNote != null and notRunNote != ''">NOT_RUN_NOTE = #{notRunNote},</if>
  339. <if test="isSetCntrl != null and isSetCntrl != ''">IS_SET_CNTRL = #{isSetCntrl},</if>
  340. <if test="isSetOwtrCntrl != null and isSetOwtrCntrl != ''">IS_SET_OWTR_CNTRL = #{isSetOwtrCntrl},</if>
  341. <if test="isIwtrStnd != null and isIwtrStnd != ''">IS_IWTR_STND = #{isIwtrStnd},</if>
  342. <if test="isMsrAll != null and isMsrAll != ''">IS_MSR_ALL = #{isMsrAll},</if>
  343. <if test="isChanLow != null and isChanLow != ''">IS_CHAN_LOW = #{isChanLow},</if>
  344. <if test="evaluate != null and evaluate != ''">EVALUATE = #{evaluate},</if>
  345. <if test="note != null and note != ''">NOTE = #{note},</if>
  346. <if test="invsrName != null and invsrName != ''">INVSR_NAME = #{invsrName},</if>
  347. </trim>
  348. <include refid="page_where" />
  349. </update>
  350. <!-- 其他自定义SQL -->
  351. </mapper>