DailyRecordXzsqfaNewMapper.xml 19 KB

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