DailyRecordFoodsafeNewMapper.xml 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528
  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.ourwill.module.house.entity.new_entity.DailyRecordFoodsafeNewMapper" >
  4. <resultMap id="BaseResultMap" type="cn.ourwill.module.house.entity.new_entity.DailyRecordFoodsafeNew" >
  5. <id column="id" property="id" jdbcType="INTEGER" />
  6. <result column="house_id" property="houseId" jdbcType="INTEGER" />
  7. <result column="grain_id" property="grainId" jdbcType="INTEGER" />
  8. <result column="safe_date" property="safeDate" jdbcType="VARCHAR" />
  9. <result column="house_length" property="houseLength" jdbcType="REAL" />
  10. <result column="house_height" property="houseHeight" jdbcType="REAL" />
  11. <result column="house_width" property="houseWidth" jdbcType="REAL" />
  12. <result column="house_volume" property="houseVolume" jdbcType="REAL" />
  13. <result column="house_space" property="houseSpace" jdbcType="REAL" />
  14. <result column="type" property="type" jdbcType="VARCHAR" />
  15. <result column="number" property="number" jdbcType="INTEGER" />
  16. <result column="water" property="water" jdbcType="VARCHAR" />
  17. <result column="impurity" property="impurity" jdbcType="VARCHAR" />
  18. <result column="temperature" property="temperature" jdbcType="VARCHAR" />
  19. <result column="worm_type" property="wormType" jdbcType="VARCHAR" />
  20. <result column="density" property="density" jdbcType="VARCHAR" />
  21. <result column="medicament" property="medicament" jdbcType="VARCHAR" />
  22. <result column="safe_method" property="safeMethod" jdbcType="VARCHAR" />
  23. <result column="safe_effect" property="safeEffect" jdbcType="VARCHAR" />
  24. <result column="safe_people" property="safePeople" jdbcType="VARCHAR" />
  25. <result column="charge" property="charge" jdbcType="VARCHAR" />
  26. <result column="uuid" property="uuid" jdbcType="VARCHAR" />
  27. <result column="c_id" property="cId" jdbcType="INTEGER" />
  28. <result column="c_time" property="cTime" jdbcType="TIMESTAMP" />
  29. <result column="u_id" property="uId" jdbcType="INTEGER" />
  30. <result column="u_time" property="uTime" jdbcType="TIMESTAMP" />
  31. </resultMap>
  32. <sql id="Example_Where_Clause" >
  33. <where >
  34. <foreach collection="oredCriteria" item="criteria" separator="or" >
  35. <if test="criteria.valid" >
  36. <trim prefix="(" suffix=")" prefixOverrides="and" >
  37. <foreach collection="criteria.criteria" item="criterion" >
  38. <choose >
  39. <when test="criterion.noValue" >
  40. and ${criterion.condition}
  41. </when>
  42. <when test="criterion.singleValue" >
  43. and ${criterion.condition} #{criterion.value}
  44. </when>
  45. <when test="criterion.betweenValue" >
  46. and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
  47. </when>
  48. <when test="criterion.listValue" >
  49. and ${criterion.condition}
  50. <foreach collection="criterion.value" item="listItem" open="(" close=")" separator="," >
  51. #{listItem}
  52. </foreach>
  53. </when>
  54. </choose>
  55. </foreach>
  56. </trim>
  57. </if>
  58. </foreach>
  59. </where>
  60. </sql>
  61. <sql id="Update_By_Example_Where_Clause" >
  62. <where >
  63. <foreach collection="example.oredCriteria" item="criteria" separator="or" >
  64. <if test="criteria.valid" >
  65. <trim prefix="(" suffix=")" prefixOverrides="and" >
  66. <foreach collection="criteria.criteria" item="criterion" >
  67. <choose >
  68. <when test="criterion.noValue" >
  69. and ${criterion.condition}
  70. </when>
  71. <when test="criterion.singleValue" >
  72. and ${criterion.condition} #{criterion.value}
  73. </when>
  74. <when test="criterion.betweenValue" >
  75. and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
  76. </when>
  77. <when test="criterion.listValue" >
  78. and ${criterion.condition}
  79. <foreach collection="criterion.value" item="listItem" open="(" close=")" separator="," >
  80. #{listItem}
  81. </foreach>
  82. </when>
  83. </choose>
  84. </foreach>
  85. </trim>
  86. </if>
  87. </foreach>
  88. </where>
  89. </sql>
  90. <sql id="Base_Column_List" >
  91. id, house_id, grain_id, safe_date, house_length, house_height, house_width, house_volume,
  92. house_space, type, number, water, impurity, temperature, worm_type, density, medicament,
  93. safe_method, safe_effect, safe_people, charge, c_id, c_time, u_id, u_time
  94. </sql>
  95. <select id="selectByExample" resultMap="BaseResultMap" parameterType="cn.ourwill.module.house.entity.new_entity.DailyRecordFoodsafeNewExample" >
  96. select
  97. <if test="distinct" >
  98. distinct
  99. </if>
  100. <include refid="Base_Column_List" />
  101. from daily_record_foodsafe_new
  102. <if test="_parameter != null" >
  103. <include refid="Example_Where_Clause" />
  104. </if>
  105. <if test="orderByClause != null" >
  106. order by ${orderByClause}
  107. </if>
  108. </select>
  109. <select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.Integer" >
  110. select
  111. <include refid="Base_Column_List" />
  112. from daily_record_foodsafe_new
  113. where id = #{id,jdbcType=INTEGER}
  114. </select>
  115. <delete id="deleteByPrimaryKey" parameterType="java.lang.Integer" >
  116. delete from daily_record_foodsafe_new
  117. where id = #{id,jdbcType=INTEGER}
  118. </delete>
  119. <delete id="deleteByExample" parameterType="cn.ourwill.module.house.entity.new_entity.DailyRecordFoodsafeNewExample" >
  120. delete from daily_record_foodsafe_new
  121. <if test="_parameter != null" >
  122. <include refid="Example_Where_Clause" />
  123. </if>
  124. </delete>
  125. <insert id="insert" parameterType="cn.ourwill.module.house.entity.new_entity.DailyRecordFoodsafeNew" >
  126. insert into daily_record_foodsafe_new (id, house_id, grain_id,
  127. safe_date, house_length, house_height,
  128. house_width, house_volume, house_space,
  129. type, number, water,
  130. impurity, temperature, worm_type,
  131. density, medicament, safe_method,
  132. safe_effect, safe_people, charge,
  133. c_id, c_time, u_id,
  134. u_time)
  135. values (#{id,jdbcType=INTEGER}, #{houseId,jdbcType=INTEGER}, #{grainId,jdbcType=INTEGER},
  136. #{safeDate,jdbcType=VARCHAR}, #{houseLength,jdbcType=REAL}, #{houseHeight,jdbcType=REAL},
  137. #{houseWidth,jdbcType=REAL}, #{houseVolume,jdbcType=REAL}, #{houseSpace,jdbcType=REAL},
  138. #{type,jdbcType=VARCHAR}, #{number,jdbcType=INTEGER}, #{water,jdbcType=VARCHAR},
  139. #{impurity,jdbcType=VARCHAR}, #{temperature,jdbcType=VARCHAR}, #{wormType,jdbcType=VARCHAR},
  140. #{density,jdbcType=VARCHAR}, #{medicament,jdbcType=VARCHAR}, #{safeMethod,jdbcType=VARCHAR},
  141. #{safeEffect,jdbcType=VARCHAR}, #{safePeople,jdbcType=VARCHAR}, #{charge,jdbcType=VARCHAR},
  142. #{cId,jdbcType=INTEGER}, #{cTime,jdbcType=TIMESTAMP}, #{uId,jdbcType=INTEGER},
  143. #{uTime,jdbcType=TIMESTAMP})
  144. </insert>
  145. <insert id="insertSelective" parameterType="cn.ourwill.module.house.entity.new_entity.DailyRecordFoodsafeNew" >
  146. insert into daily_record_foodsafe_new
  147. <trim prefix="(" suffix=")" suffixOverrides="," >
  148. <if test="id != null" >
  149. id,
  150. </if>
  151. <if test="houseId != null" >
  152. house_id,
  153. </if>
  154. <if test="grainId != null" >
  155. grain_id,
  156. </if>
  157. <if test="safeDate != null" >
  158. safe_date,
  159. </if>
  160. <if test="houseLength != null" >
  161. house_length,
  162. </if>
  163. <if test="houseHeight != null" >
  164. house_height,
  165. </if>
  166. <if test="houseWidth != null" >
  167. house_width,
  168. </if>
  169. <if test="houseVolume != null" >
  170. house_volume,
  171. </if>
  172. <if test="houseSpace != null" >
  173. house_space,
  174. </if>
  175. <if test="type != null" >
  176. type,
  177. </if>
  178. <if test="number != null" >
  179. number,
  180. </if>
  181. <if test="water != null" >
  182. water,
  183. </if>
  184. <if test="impurity != null" >
  185. impurity,
  186. </if>
  187. <if test="temperature != null" >
  188. temperature,
  189. </if>
  190. <if test="wormType != null" >
  191. worm_type,
  192. </if>
  193. <if test="density != null" >
  194. density,
  195. </if>
  196. <if test="medicament != null" >
  197. medicament,
  198. </if>
  199. <if test="safeMethod != null" >
  200. safe_method,
  201. </if>
  202. <if test="safeEffect != null" >
  203. safe_effect,
  204. </if>
  205. <if test="safePeople != null" >
  206. safe_people,
  207. </if>
  208. <if test="charge != null" >
  209. charge,
  210. </if>
  211. <if test="cId != null" >
  212. c_id,
  213. </if>
  214. <if test="cTime != null" >
  215. c_time,
  216. </if>
  217. <if test="uId != null" >
  218. u_id,
  219. </if>
  220. <if test="uTime != null" >
  221. u_time,
  222. </if>
  223. </trim>
  224. <trim prefix="values (" suffix=")" suffixOverrides="," >
  225. <if test="id != null" >
  226. #{id,jdbcType=INTEGER},
  227. </if>
  228. <if test="houseId != null" >
  229. #{houseId,jdbcType=INTEGER},
  230. </if>
  231. <if test="grainId != null" >
  232. #{grainId,jdbcType=INTEGER},
  233. </if>
  234. <if test="safeDate != null" >
  235. #{safeDate,jdbcType=VARCHAR},
  236. </if>
  237. <if test="houseLength != null" >
  238. #{houseLength,jdbcType=REAL},
  239. </if>
  240. <if test="houseHeight != null" >
  241. #{houseHeight,jdbcType=REAL},
  242. </if>
  243. <if test="houseWidth != null" >
  244. #{houseWidth,jdbcType=REAL},
  245. </if>
  246. <if test="houseVolume != null" >
  247. #{houseVolume,jdbcType=REAL},
  248. </if>
  249. <if test="houseSpace != null" >
  250. #{houseSpace,jdbcType=REAL},
  251. </if>
  252. <if test="type != null" >
  253. #{type,jdbcType=VARCHAR},
  254. </if>
  255. <if test="number != null" >
  256. #{number,jdbcType=INTEGER},
  257. </if>
  258. <if test="water != null" >
  259. #{water,jdbcType=VARCHAR},
  260. </if>
  261. <if test="impurity != null" >
  262. #{impurity,jdbcType=VARCHAR},
  263. </if>
  264. <if test="temperature != null" >
  265. #{temperature,jdbcType=VARCHAR},
  266. </if>
  267. <if test="wormType != null" >
  268. #{wormType,jdbcType=VARCHAR},
  269. </if>
  270. <if test="density != null" >
  271. #{density,jdbcType=VARCHAR},
  272. </if>
  273. <if test="medicament != null" >
  274. #{medicament,jdbcType=VARCHAR},
  275. </if>
  276. <if test="safeMethod != null" >
  277. #{safeMethod,jdbcType=VARCHAR},
  278. </if>
  279. <if test="safeEffect != null" >
  280. #{safeEffect,jdbcType=VARCHAR},
  281. </if>
  282. <if test="safePeople != null" >
  283. #{safePeople,jdbcType=VARCHAR},
  284. </if>
  285. <if test="charge != null" >
  286. #{charge,jdbcType=VARCHAR},
  287. </if>
  288. <if test="cId != null" >
  289. #{cId,jdbcType=INTEGER},
  290. </if>
  291. <if test="cTime != null" >
  292. #{cTime,jdbcType=TIMESTAMP},
  293. </if>
  294. <if test="uId != null" >
  295. #{uId,jdbcType=INTEGER},
  296. </if>
  297. <if test="uTime != null" >
  298. #{uTime,jdbcType=TIMESTAMP},
  299. </if>
  300. </trim>
  301. </insert>
  302. <select id="countByExample" parameterType="cn.ourwill.module.house.entity.new_entity.DailyRecordFoodsafeNewExample" resultType="java.lang.Integer" >
  303. select count(*) from daily_record_foodsafe_new
  304. <if test="_parameter != null" >
  305. <include refid="Example_Where_Clause" />
  306. </if>
  307. </select>
  308. <update id="updateByExampleSelective" parameterType="map" >
  309. update daily_record_foodsafe_new
  310. <set >
  311. <if test="record.id != null" >
  312. id = #{record.id,jdbcType=INTEGER},
  313. </if>
  314. <if test="record.houseId != null" >
  315. house_id = #{record.houseId,jdbcType=INTEGER},
  316. </if>
  317. <if test="record.grainId != null" >
  318. grain_id = #{record.grainId,jdbcType=INTEGER},
  319. </if>
  320. <if test="record.safeDate != null" >
  321. safe_date = #{record.safeDate,jdbcType=VARCHAR},
  322. </if>
  323. <if test="record.houseLength != null" >
  324. house_length = #{record.houseLength,jdbcType=REAL},
  325. </if>
  326. <if test="record.houseHeight != null" >
  327. house_height = #{record.houseHeight,jdbcType=REAL},
  328. </if>
  329. <if test="record.houseWidth != null" >
  330. house_width = #{record.houseWidth,jdbcType=REAL},
  331. </if>
  332. <if test="record.houseVolume != null" >
  333. house_volume = #{record.houseVolume,jdbcType=REAL},
  334. </if>
  335. <if test="record.houseSpace != null" >
  336. house_space = #{record.houseSpace,jdbcType=REAL},
  337. </if>
  338. <if test="record.type != null" >
  339. type = #{record.type,jdbcType=VARCHAR},
  340. </if>
  341. <if test="record.number != null" >
  342. number = #{record.number,jdbcType=INTEGER},
  343. </if>
  344. <if test="record.water != null" >
  345. water = #{record.water,jdbcType=VARCHAR},
  346. </if>
  347. <if test="record.impurity != null" >
  348. impurity = #{record.impurity,jdbcType=VARCHAR},
  349. </if>
  350. <if test="record.temperature != null" >
  351. temperature = #{record.temperature,jdbcType=VARCHAR},
  352. </if>
  353. <if test="record.wormType != null" >
  354. worm_type = #{record.wormType,jdbcType=VARCHAR},
  355. </if>
  356. <if test="record.density != null" >
  357. density = #{record.density,jdbcType=VARCHAR},
  358. </if>
  359. <if test="record.medicament != null" >
  360. medicament = #{record.medicament,jdbcType=VARCHAR},
  361. </if>
  362. <if test="record.safeMethod != null" >
  363. safe_method = #{record.safeMethod,jdbcType=VARCHAR},
  364. </if>
  365. <if test="record.safeEffect != null" >
  366. safe_effect = #{record.safeEffect,jdbcType=VARCHAR},
  367. </if>
  368. <if test="record.safePeople != null" >
  369. safe_people = #{record.safePeople,jdbcType=VARCHAR},
  370. </if>
  371. <if test="record.charge != null" >
  372. charge = #{record.charge,jdbcType=VARCHAR},
  373. </if>
  374. <if test="record.cId != null" >
  375. c_id = #{record.cId,jdbcType=INTEGER},
  376. </if>
  377. <if test="record.cTime != null" >
  378. c_time = #{record.cTime,jdbcType=TIMESTAMP},
  379. </if>
  380. <if test="record.uId != null" >
  381. u_id = #{record.uId,jdbcType=INTEGER},
  382. </if>
  383. <if test="record.uTime != null" >
  384. u_time = #{record.uTime,jdbcType=TIMESTAMP},
  385. </if>
  386. </set>
  387. <if test="_parameter != null" >
  388. <include refid="Update_By_Example_Where_Clause" />
  389. </if>
  390. </update>
  391. <update id="updateByExample" parameterType="map" >
  392. update daily_record_foodsafe_new
  393. set id = #{record.id,jdbcType=INTEGER},
  394. house_id = #{record.houseId,jdbcType=INTEGER},
  395. grain_id = #{record.grainId,jdbcType=INTEGER},
  396. safe_date = #{record.safeDate,jdbcType=VARCHAR},
  397. house_length = #{record.houseLength,jdbcType=REAL},
  398. house_height = #{record.houseHeight,jdbcType=REAL},
  399. house_width = #{record.houseWidth,jdbcType=REAL},
  400. house_volume = #{record.houseVolume,jdbcType=REAL},
  401. house_space = #{record.houseSpace,jdbcType=REAL},
  402. type = #{record.type,jdbcType=VARCHAR},
  403. number = #{record.number,jdbcType=INTEGER},
  404. water = #{record.water,jdbcType=VARCHAR},
  405. impurity = #{record.impurity,jdbcType=VARCHAR},
  406. temperature = #{record.temperature,jdbcType=VARCHAR},
  407. worm_type = #{record.wormType,jdbcType=VARCHAR},
  408. density = #{record.density,jdbcType=VARCHAR},
  409. medicament = #{record.medicament,jdbcType=VARCHAR},
  410. safe_method = #{record.safeMethod,jdbcType=VARCHAR},
  411. safe_effect = #{record.safeEffect,jdbcType=VARCHAR},
  412. safe_people = #{record.safePeople,jdbcType=VARCHAR},
  413. charge = #{record.charge,jdbcType=VARCHAR},
  414. c_id = #{record.cId,jdbcType=INTEGER},
  415. c_time = #{record.cTime,jdbcType=TIMESTAMP},
  416. u_id = #{record.uId,jdbcType=INTEGER},
  417. u_time = #{record.uTime,jdbcType=TIMESTAMP}
  418. <if test="_parameter != null" >
  419. <include refid="Update_By_Example_Where_Clause" />
  420. </if>
  421. </update>
  422. <update id="updateByPrimaryKeySelective" parameterType="cn.ourwill.module.house.entity.new_entity.DailyRecordFoodsafeNew" >
  423. update daily_record_foodsafe_new
  424. <set >
  425. <if test="houseId != null" >
  426. house_id = #{houseId,jdbcType=INTEGER},
  427. </if>
  428. <if test="grainId != null" >
  429. grain_id = #{grainId,jdbcType=INTEGER},
  430. </if>
  431. <if test="safeDate != null" >
  432. safe_date = #{safeDate,jdbcType=VARCHAR},
  433. </if>
  434. <if test="houseLength != null" >
  435. house_length = #{houseLength,jdbcType=REAL},
  436. </if>
  437. <if test="houseHeight != null" >
  438. house_height = #{houseHeight,jdbcType=REAL},
  439. </if>
  440. <if test="houseWidth != null" >
  441. house_width = #{houseWidth,jdbcType=REAL},
  442. </if>
  443. <if test="houseVolume != null" >
  444. house_volume = #{houseVolume,jdbcType=REAL},
  445. </if>
  446. <if test="houseSpace != null" >
  447. house_space = #{houseSpace,jdbcType=REAL},
  448. </if>
  449. <if test="type != null" >
  450. type = #{type,jdbcType=VARCHAR},
  451. </if>
  452. <if test="number != null" >
  453. number = #{number,jdbcType=INTEGER},
  454. </if>
  455. <if test="water != null" >
  456. water = #{water,jdbcType=VARCHAR},
  457. </if>
  458. <if test="impurity != null" >
  459. impurity = #{impurity,jdbcType=VARCHAR},
  460. </if>
  461. <if test="temperature != null" >
  462. temperature = #{temperature,jdbcType=VARCHAR},
  463. </if>
  464. <if test="wormType != null" >
  465. worm_type = #{wormType,jdbcType=VARCHAR},
  466. </if>
  467. <if test="density != null" >
  468. density = #{density,jdbcType=VARCHAR},
  469. </if>
  470. <if test="medicament != null" >
  471. medicament = #{medicament,jdbcType=VARCHAR},
  472. </if>
  473. <if test="safeMethod != null" >
  474. safe_method = #{safeMethod,jdbcType=VARCHAR},
  475. </if>
  476. <if test="safeEffect != null" >
  477. safe_effect = #{safeEffect,jdbcType=VARCHAR},
  478. </if>
  479. <if test="safePeople != null" >
  480. safe_people = #{safePeople,jdbcType=VARCHAR},
  481. </if>
  482. <if test="charge != null" >
  483. charge = #{charge,jdbcType=VARCHAR},
  484. </if>
  485. <if test="cId != null" >
  486. c_id = #{cId,jdbcType=INTEGER},
  487. </if>
  488. <if test="cTime != null" >
  489. c_time = #{cTime,jdbcType=TIMESTAMP},
  490. </if>
  491. <if test="uId != null" >
  492. u_id = #{uId,jdbcType=INTEGER},
  493. </if>
  494. <if test="uTime != null" >
  495. u_time = #{uTime,jdbcType=TIMESTAMP},
  496. </if>
  497. </set>
  498. where id = #{id,jdbcType=INTEGER}
  499. </update>
  500. <update id="updateByPrimaryKey" parameterType="cn.ourwill.module.house.entity.new_entity.DailyRecordFoodsafeNew" >
  501. update daily_record_foodsafe_new
  502. set house_id = #{houseId,jdbcType=INTEGER},
  503. grain_id = #{grainId,jdbcType=INTEGER},
  504. safe_date = #{safeDate,jdbcType=VARCHAR},
  505. house_length = #{houseLength,jdbcType=REAL},
  506. house_height = #{houseHeight,jdbcType=REAL},
  507. house_width = #{houseWidth,jdbcType=REAL},
  508. house_volume = #{houseVolume,jdbcType=REAL},
  509. house_space = #{houseSpace,jdbcType=REAL},
  510. type = #{type,jdbcType=VARCHAR},
  511. number = #{number,jdbcType=INTEGER},
  512. water = #{water,jdbcType=VARCHAR},
  513. impurity = #{impurity,jdbcType=VARCHAR},
  514. temperature = #{temperature,jdbcType=VARCHAR},
  515. worm_type = #{wormType,jdbcType=VARCHAR},
  516. density = #{density,jdbcType=VARCHAR},
  517. medicament = #{medicament,jdbcType=VARCHAR},
  518. safe_method = #{safeMethod,jdbcType=VARCHAR},
  519. safe_effect = #{safeEffect,jdbcType=VARCHAR},
  520. safe_people = #{safePeople,jdbcType=VARCHAR},
  521. charge = #{charge,jdbcType=VARCHAR},
  522. c_id = #{cId,jdbcType=INTEGER},
  523. c_time = #{cTime,jdbcType=TIMESTAMP},
  524. u_id = #{uId,jdbcType=INTEGER},
  525. u_time = #{uTime,jdbcType=TIMESTAMP}
  526. where id = #{id,jdbcType=INTEGER}
  527. </update>
  528. </mapper>