DailyRecordXzsqfaNewFileMapper.xml 19 KB

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