DailyRecordFumigationNewMapper.xml 55 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427
  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.DailyRecordFumigationNewMapper" >
  4. <resultMap id="BaseResultMap" type="cn.ourwill.module.house.entity.new_entity.DailyRecordFumigationNew" >
  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="house_water" property="houseWater" jdbcType="VARCHAR" />
  11. <result column="house_temperature" property="houseTemperature" jdbcType="VARCHAR" />
  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="work_date" property="workDate" jdbcType="VARCHAR" />
  18. <result column="temperature" property="temperature" jdbcType="VARCHAR" />
  19. <result column="worm_type" property="wormType" jdbcType="VARCHAR" />
  20. <result column="sanqi_apply" property="sanqiApply" jdbcType="VARCHAR" />
  21. <result column="tonic_apply" property="tonicApply" jdbcType="VARCHAR" />
  22. <result column="work_apply" property="workApply" jdbcType="VARCHAR" />
  23. <result column="airtemperature" property="airtemperature" jdbcType="VARCHAR" />
  24. <result column="weather" property="weather" jdbcType="VARCHAR" />
  25. <result column="density_after" property="densityAfter" jdbcType="VARCHAR" />
  26. <result column="density" property="density" jdbcType="VARCHAR" />
  27. <result column="medicament" property="medicament" jdbcType="VARCHAR" />
  28. <result column="safe_method" property="safeMethod" jdbcType="VARCHAR" />
  29. <result column="safe_effect" property="safeEffect" jdbcType="VARCHAR" />
  30. <result column="section" property="section" jdbcType="VARCHAR" />
  31. <result column="safe_people" property="safePeople" jdbcType="VARCHAR" />
  32. <result column="safe_man" property="safeMan" jdbcType="VARCHAR" />
  33. <result column="work_people" property="workPeople" jdbcType="VARCHAR" />
  34. <result column="charge" property="charge" jdbcType="VARCHAR" />
  35. <result column="is_draft" property="isDraft" jdbcType="VARCHAR" />
  36. <result column="work_type" property="workType" jdbcType="VARCHAR" />
  37. <result column="aluminum_num" property="aluminumNum" jdbcType="VARCHAR" />
  38. <result column="aluminum_type" property="aluminumType" jdbcType="VARCHAR" />
  39. <result column="volume_num" property="volumeNum" jdbcType="INTEGER" />
  40. <result column="space_num" property="spaceNum" jdbcType="INTEGER" />
  41. <result column="total_num" property="totalNum" jdbcType="INTEGER" />
  42. <result column="is_air" property="isAir" jdbcType="VARCHAR" />
  43. <result column="is_close" property="isClose" jdbcType="VARCHAR" />
  44. <result column="is_air_safe" property="isAirSafe" jdbcType="VARCHAR" />
  45. <result column="is_detector" property="isDetector" jdbcType="VARCHAR" />
  46. <result column="is_alarm" property="isAlarm" jdbcType="VARCHAR" />
  47. <result column="is_oxygen" property="isOxygen" jdbcType="VARCHAR" />
  48. <result column="is_respirator" property="isRespirator" jdbcType="VARCHAR" />
  49. <result column="is_warning" property="isWarning" jdbcType="VARCHAR" />
  50. <result column="is_fire" property="isFire" jdbcType="VARCHAR" />
  51. <result column="is_kit" property="isKit" jdbcType="VARCHAR" />
  52. <result column="check_people" property="checkPeople" jdbcType="VARCHAR" />
  53. <result column="check_close" property="checkClose" jdbcType="VARCHAR" />
  54. <result column="check_warning" property="checkWarning" jdbcType="VARCHAR" />
  55. <result column="check_work" property="checkWork" jdbcType="VARCHAR" />
  56. <result column="tonic_date" property="tonicDate" jdbcType="VARCHAR" />
  57. <result column="tonic_approve" property="tonicApprove" jdbcType="VARCHAR" />
  58. <result column="tonic_app_user" property="tonicAppUser" jdbcType="VARCHAR" />
  59. <result column="is_close_confirm" property="isCloseConfirm" jdbcType="VARCHAR" />
  60. <result column="is_alarm_confirm" property="isAlarmConfirm" jdbcType="VARCHAR" />
  61. <result column="is_detector_confirm" property="isDetectorConfirm" jdbcType="VARCHAR" />
  62. <result column="is_kit_confirm" property="isKitConfirm" jdbcType="VARCHAR" />
  63. <result column="is_respirator_confirm" property="isRespiratorConfirm" jdbcType="VARCHAR" />
  64. <result column="is_fire_confirm" property="isFireConfirm" jdbcType="VARCHAR" />
  65. <result column="check_people_confirm" property="checkPeopleConfirm" jdbcType="VARCHAR" />
  66. <result column="sanqi_date" property="sanqiDate" jdbcType="VARCHAR" />
  67. <result column="sanqi_type" property="sanqiType" jdbcType="VARCHAR" />
  68. <result column="sanqi_approve_user" property="sanqiApproveUser" jdbcType="VARCHAR" />
  69. <result column="sanqi_bz" property="sanqiBz" jdbcType="VARCHAR" />
  70. <result column="phosphine_check" property="phosphineCheck" jdbcType="VARCHAR" />
  71. <result column="house_open" property="houseOpen" jdbcType="VARCHAR" />
  72. <result column="check_people_three" property="checkPeopleThree" jdbcType="VARCHAR" />
  73. <result column="sanqi_user" property="sanqiUser" jdbcType="VARCHAR" />
  74. <result column="medic_set" property="medicSet" jdbcType="VARCHAR" />
  75. <result column="density_rate" property="densityRate" jdbcType="VARCHAR" />
  76. <result column="close_day" property="closeDay" jdbcType="VARCHAR" />
  77. <result column="temperature_after" property="temperatureAfter" jdbcType="VARCHAR" />
  78. <result column="phosphine_remain" property="phosphineRemain" jdbcType="VARCHAR" />
  79. <result column="remark" property="remark" jdbcType="VARCHAR" />
  80. <result column="uuid" property="uuid" jdbcType="VARCHAR" />
  81. <result column="c_id" property="cId" jdbcType="INTEGER" />
  82. <result column="c_time" property="cTime" jdbcType="TIMESTAMP" />
  83. <result column="u_id" property="uId" jdbcType="INTEGER" />
  84. <result column="u_time" property="uTime" jdbcType="TIMESTAMP" />
  85. </resultMap>
  86. <sql id="Example_Where_Clause" >
  87. <where >
  88. <foreach collection="oredCriteria" item="criteria" separator="or" >
  89. <if test="criteria.valid" >
  90. <trim prefix="(" suffix=")" prefixOverrides="and" >
  91. <foreach collection="criteria.criteria" item="criterion" >
  92. <choose >
  93. <when test="criterion.noValue" >
  94. and ${criterion.condition}
  95. </when>
  96. <when test="criterion.singleValue" >
  97. and ${criterion.condition} #{criterion.value}
  98. </when>
  99. <when test="criterion.betweenValue" >
  100. and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
  101. </when>
  102. <when test="criterion.listValue" >
  103. and ${criterion.condition}
  104. <foreach collection="criterion.value" item="listItem" open="(" close=")" separator="," >
  105. #{listItem}
  106. </foreach>
  107. </when>
  108. </choose>
  109. </foreach>
  110. </trim>
  111. </if>
  112. </foreach>
  113. </where>
  114. </sql>
  115. <sql id="Update_By_Example_Where_Clause" >
  116. <where >
  117. <foreach collection="example.oredCriteria" item="criteria" separator="or" >
  118. <if test="criteria.valid" >
  119. <trim prefix="(" suffix=")" prefixOverrides="and" >
  120. <foreach collection="criteria.criteria" item="criterion" >
  121. <choose >
  122. <when test="criterion.noValue" >
  123. and ${criterion.condition}
  124. </when>
  125. <when test="criterion.singleValue" >
  126. and ${criterion.condition} #{criterion.value}
  127. </when>
  128. <when test="criterion.betweenValue" >
  129. and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
  130. </when>
  131. <when test="criterion.listValue" >
  132. and ${criterion.condition}
  133. <foreach collection="criterion.value" item="listItem" open="(" close=")" separator="," >
  134. #{listItem}
  135. </foreach>
  136. </when>
  137. </choose>
  138. </foreach>
  139. </trim>
  140. </if>
  141. </foreach>
  142. </where>
  143. </sql>
  144. <sql id="Base_Column_List" >
  145. id, house_id, grain_id, safe_date, house_type, house_water, house_temperature, house_volume,
  146. house_space, type, number, water, work_time, work_date, temperature, worm_type, sanqi_apply,
  147. tonic_apply, work_apply, airtemperature, weather, density_after, density, medicament,
  148. safe_method, safe_effect, section, safe_people, safe_man, work_people, charge, is_draft,
  149. work_type, aluminum_num, aluminum_type, volume_num, space_num, total_num, is_air,
  150. is_close, is_air_safe, is_ detector, is_alarm, is_oxygen, is_respirator, is_warning,
  151. is_fire, is_kit, check_people, check_close, check_warning, check_work, tonic_date,
  152. tonic_time, tonic_approve, tonic_app_user, is_close_confirm, is_alarm_confirm, is_ detector_confirm,
  153. is_kit_confirm, is_respirator_confirm, is_fire_confirm, check_people_confirm, sanqi_date,
  154. sanqi_time, sanqi_type, sanqi_approve_user, sanqi_bz, phosphine_check, house_open,
  155. check_people_three, sanqi_user, medic_set, density_rate, close_day, temperature_after,
  156. phosphine_remain, remark, c_id, c_time, u_id, u_time
  157. </sql>
  158. <select id="selectByExample" resultMap="BaseResultMap" parameterType="cn.ourwill.module.house.entity.new_entity.DailyRecordFumigationNewExample" >
  159. select
  160. <if test="distinct" >
  161. distinct
  162. </if>
  163. <include refid="Base_Column_List" />
  164. from daily_record_fumigation_new
  165. <if test="_parameter != null" >
  166. <include refid="Example_Where_Clause" />
  167. </if>
  168. <if test="orderByClause != null" >
  169. order by ${orderByClause}
  170. </if>
  171. </select>
  172. <select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.Integer" >
  173. select
  174. <include refid="Base_Column_List" />
  175. from daily_record_fumigation_new
  176. where id = #{id,jdbcType=INTEGER}
  177. </select>
  178. <delete id="deleteByPrimaryKey" parameterType="java.lang.Integer" >
  179. delete from daily_record_fumigation_new
  180. where id = #{id,jdbcType=INTEGER}
  181. </delete>
  182. <delete id="deleteByExample" parameterType="cn.ourwill.module.house.entity.new_entity.DailyRecordFumigationNewExample" >
  183. delete from daily_record_fumigation_new
  184. <if test="_parameter != null" >
  185. <include refid="Example_Where_Clause" />
  186. </if>
  187. </delete>
  188. <insert id="insert" parameterType="cn.ourwill.module.house.entity.new_entity.DailyRecordFumigationNew" >
  189. insert into daily_record_fumigation_new (id, house_id, grain_id,
  190. safe_date, house_type, house_water,
  191. house_temperature, house_volume, house_space,
  192. type, number, water,
  193. work_time, work_date, temperature,
  194. worm_type, sanqi_apply, tonic_apply,
  195. work_apply, airtemperature, weather,
  196. density_after, density, medicament,
  197. safe_method, safe_effect, section,
  198. safe_people, safe_man, work_people,
  199. charge, is_draft, work_type,
  200. aluminum_num, aluminum_type, volume_num,
  201. space_num, total_num, is_air,
  202. is_close, is_air_safe, is_ detector,
  203. is_alarm, is_oxygen, is_respirator,
  204. is_warning, is_fire, is_kit,
  205. check_people, check_close, check_warning,
  206. check_work, tonic_date, tonic_time,
  207. tonic_approve, tonic_app_user, is_close_confirm,
  208. is_alarm_confirm, is_ detector_confirm, is_kit_confirm,
  209. is_respirator_confirm, is_fire_confirm, check_people_confirm,
  210. sanqi_date, sanqi_time, sanqi_type,
  211. sanqi_approve_user, sanqi_bz, phosphine_check,
  212. house_open, check_people_three, sanqi_user,
  213. medic_set, density_rate, close_day,
  214. temperature_after, phosphine_remain, remark,
  215. c_id, c_time, u_id,
  216. u_time)
  217. values (#{id,jdbcType=INTEGER}, #{houseId,jdbcType=INTEGER}, #{grainId,jdbcType=INTEGER},
  218. #{safeDate,jdbcType=VARCHAR}, #{houseType,jdbcType=VARCHAR}, #{houseWater,jdbcType=VARCHAR},
  219. #{houseTemperature,jdbcType=VARCHAR}, #{houseVolume,jdbcType=REAL}, #{houseSpace,jdbcType=REAL},
  220. #{type,jdbcType=VARCHAR}, #{number,jdbcType=INTEGER}, #{water,jdbcType=VARCHAR},
  221. #{workTime,jdbcType=VARCHAR}, #{workDate,jdbcType=VARCHAR}, #{temperature,jdbcType=VARCHAR},
  222. #{wormType,jdbcType=VARCHAR}, #{sanqiApply,jdbcType=VARCHAR}, #{tonicApply,jdbcType=VARCHAR},
  223. #{workApply,jdbcType=VARCHAR}, #{airtemperature,jdbcType=VARCHAR}, #{weather,jdbcType=VARCHAR},
  224. #{densityAfter,jdbcType=VARCHAR}, #{density,jdbcType=VARCHAR}, #{medicament,jdbcType=VARCHAR},
  225. #{safeMethod,jdbcType=VARCHAR}, #{safeEffect,jdbcType=VARCHAR}, #{section,jdbcType=VARCHAR},
  226. #{safePeople,jdbcType=VARCHAR}, #{safeMan,jdbcType=VARCHAR}, #{workPeople,jdbcType=VARCHAR},
  227. #{charge,jdbcType=VARCHAR}, #{isDraft,jdbcType=VARCHAR}, #{workType,jdbcType=VARCHAR},
  228. #{aluminumNum,jdbcType=VARCHAR}, #{aluminumType,jdbcType=VARCHAR}, #{volumeNum,jdbcType=INTEGER},
  229. #{spaceNum,jdbcType=INTEGER}, #{totalNum,jdbcType=INTEGER}, #{isAir,jdbcType=VARCHAR},
  230. #{isClose,jdbcType=VARCHAR}, #{isAirSafe,jdbcType=VARCHAR}, #{isDetector,jdbcType=VARCHAR},
  231. #{isAlarm,jdbcType=VARCHAR}, #{isOxygen,jdbcType=VARCHAR}, #{isRespirator,jdbcType=VARCHAR},
  232. #{isWarning,jdbcType=VARCHAR}, #{isFire,jdbcType=VARCHAR}, #{isKit,jdbcType=VARCHAR},
  233. #{checkPeople,jdbcType=VARCHAR}, #{checkClose,jdbcType=VARCHAR}, #{checkWarning,jdbcType=VARCHAR},
  234. #{checkWork,jdbcType=VARCHAR}, #{tonicDate,jdbcType=VARCHAR}, #{tonicTime,jdbcType=VARCHAR},
  235. #{tonicApprove,jdbcType=VARCHAR}, #{tonicAppUser,jdbcType=VARCHAR}, #{isCloseConfirm,jdbcType=VARCHAR},
  236. #{isAlarmConfirm,jdbcType=VARCHAR}, #{isDetectorConfirm,jdbcType=VARCHAR}, #{isKitConfirm,jdbcType=VARCHAR},
  237. #{isRespiratorConfirm,jdbcType=VARCHAR}, #{isFireConfirm,jdbcType=VARCHAR}, #{checkPeopleConfirm,jdbcType=VARCHAR},
  238. #{sanqiDate,jdbcType=VARCHAR}, #{sanqiTime,jdbcType=VARCHAR}, #{sanqiType,jdbcType=VARCHAR},
  239. #{sanqiApproveUser,jdbcType=VARCHAR}, #{sanqiBz,jdbcType=VARCHAR}, #{phosphineCheck,jdbcType=VARCHAR},
  240. #{houseOpen,jdbcType=VARCHAR}, #{checkPeopleThree,jdbcType=VARCHAR}, #{sanqiUser,jdbcType=VARCHAR},
  241. #{medicSet,jdbcType=VARCHAR}, #{densityRate,jdbcType=VARCHAR}, #{closeDay,jdbcType=VARCHAR},
  242. #{temperatureAfter,jdbcType=VARCHAR}, #{phosphineRemain,jdbcType=VARCHAR}, #{remark,jdbcType=VARCHAR},
  243. #{cId,jdbcType=INTEGER}, #{cTime,jdbcType=TIMESTAMP}, #{uId,jdbcType=INTEGER},
  244. #{uTime,jdbcType=TIMESTAMP})
  245. </insert>
  246. <insert id="insertSelective" parameterType="cn.ourwill.module.house.entity.new_entity.DailyRecordFumigationNew" >
  247. insert into daily_record_fumigation_new
  248. <trim prefix="(" suffix=")" suffixOverrides="," >
  249. <if test="id != null" >
  250. id,
  251. </if>
  252. <if test="houseId != null" >
  253. house_id,
  254. </if>
  255. <if test="grainId != null" >
  256. grain_id,
  257. </if>
  258. <if test="safeDate != null" >
  259. safe_date,
  260. </if>
  261. <if test="houseType != null" >
  262. house_type,
  263. </if>
  264. <if test="houseWater != null" >
  265. house_water,
  266. </if>
  267. <if test="houseTemperature != null" >
  268. house_temperature,
  269. </if>
  270. <if test="houseVolume != null" >
  271. house_volume,
  272. </if>
  273. <if test="houseSpace != null" >
  274. house_space,
  275. </if>
  276. <if test="type != null" >
  277. type,
  278. </if>
  279. <if test="number != null" >
  280. number,
  281. </if>
  282. <if test="water != null" >
  283. water,
  284. </if>
  285. <if test="workTime != null" >
  286. work_time,
  287. </if>
  288. <if test="workDate != null" >
  289. work_date,
  290. </if>
  291. <if test="temperature != null" >
  292. temperature,
  293. </if>
  294. <if test="wormType != null" >
  295. worm_type,
  296. </if>
  297. <if test="sanqiApply != null" >
  298. sanqi_apply,
  299. </if>
  300. <if test="tonicApply != null" >
  301. tonic_apply,
  302. </if>
  303. <if test="workApply != null" >
  304. work_apply,
  305. </if>
  306. <if test="airtemperature != null" >
  307. airtemperature,
  308. </if>
  309. <if test="weather != null" >
  310. weather,
  311. </if>
  312. <if test="densityAfter != null" >
  313. density_after,
  314. </if>
  315. <if test="density != null" >
  316. density,
  317. </if>
  318. <if test="medicament != null" >
  319. medicament,
  320. </if>
  321. <if test="safeMethod != null" >
  322. safe_method,
  323. </if>
  324. <if test="safeEffect != null" >
  325. safe_effect,
  326. </if>
  327. <if test="section != null" >
  328. section,
  329. </if>
  330. <if test="safePeople != null" >
  331. safe_people,
  332. </if>
  333. <if test="safeMan != null" >
  334. safe_man,
  335. </if>
  336. <if test="workPeople != null" >
  337. work_people,
  338. </if>
  339. <if test="charge != null" >
  340. charge,
  341. </if>
  342. <if test="isDraft != null" >
  343. is_draft,
  344. </if>
  345. <if test="workType != null" >
  346. work_type,
  347. </if>
  348. <if test="aluminumNum != null" >
  349. aluminum_num,
  350. </if>
  351. <if test="aluminumType != null" >
  352. aluminum_type,
  353. </if>
  354. <if test="volumeNum != null" >
  355. volume_num,
  356. </if>
  357. <if test="spaceNum != null" >
  358. space_num,
  359. </if>
  360. <if test="totalNum != null" >
  361. total_num,
  362. </if>
  363. <if test="isAir != null" >
  364. is_air,
  365. </if>
  366. <if test="isClose != null" >
  367. is_close,
  368. </if>
  369. <if test="isAirSafe != null" >
  370. is_air_safe,
  371. </if>
  372. <if test="isDetector != null" >
  373. is_ detector,
  374. </if>
  375. <if test="isAlarm != null" >
  376. is_alarm,
  377. </if>
  378. <if test="isOxygen != null" >
  379. is_oxygen,
  380. </if>
  381. <if test="isRespirator != null" >
  382. is_respirator,
  383. </if>
  384. <if test="isWarning != null" >
  385. is_warning,
  386. </if>
  387. <if test="isFire != null" >
  388. is_fire,
  389. </if>
  390. <if test="isKit != null" >
  391. is_kit,
  392. </if>
  393. <if test="checkPeople != null" >
  394. check_people,
  395. </if>
  396. <if test="checkClose != null" >
  397. check_close,
  398. </if>
  399. <if test="checkWarning != null" >
  400. check_warning,
  401. </if>
  402. <if test="checkWork != null" >
  403. check_work,
  404. </if>
  405. <if test="tonicDate != null" >
  406. tonic_date,
  407. </if>
  408. <if test="tonicTime != null" >
  409. tonic_time,
  410. </if>
  411. <if test="tonicApprove != null" >
  412. tonic_approve,
  413. </if>
  414. <if test="tonicAppUser != null" >
  415. tonic_app_user,
  416. </if>
  417. <if test="isCloseConfirm != null" >
  418. is_close_confirm,
  419. </if>
  420. <if test="isAlarmConfirm != null" >
  421. is_alarm_confirm,
  422. </if>
  423. <if test="isDetectorConfirm != null" >
  424. is_ detector_confirm,
  425. </if>
  426. <if test="isKitConfirm != null" >
  427. is_kit_confirm,
  428. </if>
  429. <if test="isRespiratorConfirm != null" >
  430. is_respirator_confirm,
  431. </if>
  432. <if test="isFireConfirm != null" >
  433. is_fire_confirm,
  434. </if>
  435. <if test="checkPeopleConfirm != null" >
  436. check_people_confirm,
  437. </if>
  438. <if test="sanqiDate != null" >
  439. sanqi_date,
  440. </if>
  441. <if test="sanqiTime != null" >
  442. sanqi_time,
  443. </if>
  444. <if test="sanqiType != null" >
  445. sanqi_type,
  446. </if>
  447. <if test="sanqiApproveUser != null" >
  448. sanqi_approve_user,
  449. </if>
  450. <if test="sanqiBz != null" >
  451. sanqi_bz,
  452. </if>
  453. <if test="phosphineCheck != null" >
  454. phosphine_check,
  455. </if>
  456. <if test="houseOpen != null" >
  457. house_open,
  458. </if>
  459. <if test="checkPeopleThree != null" >
  460. check_people_three,
  461. </if>
  462. <if test="sanqiUser != null" >
  463. sanqi_user,
  464. </if>
  465. <if test="medicSet != null" >
  466. medic_set,
  467. </if>
  468. <if test="densityRate != null" >
  469. density_rate,
  470. </if>
  471. <if test="closeDay != null" >
  472. close_day,
  473. </if>
  474. <if test="temperatureAfter != null" >
  475. temperature_after,
  476. </if>
  477. <if test="phosphineRemain != null" >
  478. phosphine_remain,
  479. </if>
  480. <if test="remark != null" >
  481. remark,
  482. </if>
  483. <if test="cId != null" >
  484. c_id,
  485. </if>
  486. <if test="cTime != null" >
  487. c_time,
  488. </if>
  489. <if test="uId != null" >
  490. u_id,
  491. </if>
  492. <if test="uTime != null" >
  493. u_time,
  494. </if>
  495. </trim>
  496. <trim prefix="values (" suffix=")" suffixOverrides="," >
  497. <if test="id != null" >
  498. #{id,jdbcType=INTEGER},
  499. </if>
  500. <if test="houseId != null" >
  501. #{houseId,jdbcType=INTEGER},
  502. </if>
  503. <if test="grainId != null" >
  504. #{grainId,jdbcType=INTEGER},
  505. </if>
  506. <if test="safeDate != null" >
  507. #{safeDate,jdbcType=VARCHAR},
  508. </if>
  509. <if test="houseType != null" >
  510. #{houseType,jdbcType=VARCHAR},
  511. </if>
  512. <if test="houseWater != null" >
  513. #{houseWater,jdbcType=VARCHAR},
  514. </if>
  515. <if test="houseTemperature != null" >
  516. #{houseTemperature,jdbcType=VARCHAR},
  517. </if>
  518. <if test="houseVolume != null" >
  519. #{houseVolume,jdbcType=REAL},
  520. </if>
  521. <if test="houseSpace != null" >
  522. #{houseSpace,jdbcType=REAL},
  523. </if>
  524. <if test="type != null" >
  525. #{type,jdbcType=VARCHAR},
  526. </if>
  527. <if test="number != null" >
  528. #{number,jdbcType=INTEGER},
  529. </if>
  530. <if test="water != null" >
  531. #{water,jdbcType=VARCHAR},
  532. </if>
  533. <if test="workTime != null" >
  534. #{workTime,jdbcType=VARCHAR},
  535. </if>
  536. <if test="workDate != null" >
  537. #{workDate,jdbcType=VARCHAR},
  538. </if>
  539. <if test="temperature != null" >
  540. #{temperature,jdbcType=VARCHAR},
  541. </if>
  542. <if test="wormType != null" >
  543. #{wormType,jdbcType=VARCHAR},
  544. </if>
  545. <if test="sanqiApply != null" >
  546. #{sanqiApply,jdbcType=VARCHAR},
  547. </if>
  548. <if test="tonicApply != null" >
  549. #{tonicApply,jdbcType=VARCHAR},
  550. </if>
  551. <if test="workApply != null" >
  552. #{workApply,jdbcType=VARCHAR},
  553. </if>
  554. <if test="airtemperature != null" >
  555. #{airtemperature,jdbcType=VARCHAR},
  556. </if>
  557. <if test="weather != null" >
  558. #{weather,jdbcType=VARCHAR},
  559. </if>
  560. <if test="densityAfter != null" >
  561. #{densityAfter,jdbcType=VARCHAR},
  562. </if>
  563. <if test="density != null" >
  564. #{density,jdbcType=VARCHAR},
  565. </if>
  566. <if test="medicament != null" >
  567. #{medicament,jdbcType=VARCHAR},
  568. </if>
  569. <if test="safeMethod != null" >
  570. #{safeMethod,jdbcType=VARCHAR},
  571. </if>
  572. <if test="safeEffect != null" >
  573. #{safeEffect,jdbcType=VARCHAR},
  574. </if>
  575. <if test="section != null" >
  576. #{section,jdbcType=VARCHAR},
  577. </if>
  578. <if test="safePeople != null" >
  579. #{safePeople,jdbcType=VARCHAR},
  580. </if>
  581. <if test="safeMan != null" >
  582. #{safeMan,jdbcType=VARCHAR},
  583. </if>
  584. <if test="workPeople != null" >
  585. #{workPeople,jdbcType=VARCHAR},
  586. </if>
  587. <if test="charge != null" >
  588. #{charge,jdbcType=VARCHAR},
  589. </if>
  590. <if test="isDraft != null" >
  591. #{isDraft,jdbcType=VARCHAR},
  592. </if>
  593. <if test="workType != null" >
  594. #{workType,jdbcType=VARCHAR},
  595. </if>
  596. <if test="aluminumNum != null" >
  597. #{aluminumNum,jdbcType=VARCHAR},
  598. </if>
  599. <if test="aluminumType != null" >
  600. #{aluminumType,jdbcType=VARCHAR},
  601. </if>
  602. <if test="volumeNum != null" >
  603. #{volumeNum,jdbcType=INTEGER},
  604. </if>
  605. <if test="spaceNum != null" >
  606. #{spaceNum,jdbcType=INTEGER},
  607. </if>
  608. <if test="totalNum != null" >
  609. #{totalNum,jdbcType=INTEGER},
  610. </if>
  611. <if test="isAir != null" >
  612. #{isAir,jdbcType=VARCHAR},
  613. </if>
  614. <if test="isClose != null" >
  615. #{isClose,jdbcType=VARCHAR},
  616. </if>
  617. <if test="isAirSafe != null" >
  618. #{isAirSafe,jdbcType=VARCHAR},
  619. </if>
  620. <if test="isDetector != null" >
  621. #{isDetector,jdbcType=VARCHAR},
  622. </if>
  623. <if test="isAlarm != null" >
  624. #{isAlarm,jdbcType=VARCHAR},
  625. </if>
  626. <if test="isOxygen != null" >
  627. #{isOxygen,jdbcType=VARCHAR},
  628. </if>
  629. <if test="isRespirator != null" >
  630. #{isRespirator,jdbcType=VARCHAR},
  631. </if>
  632. <if test="isWarning != null" >
  633. #{isWarning,jdbcType=VARCHAR},
  634. </if>
  635. <if test="isFire != null" >
  636. #{isFire,jdbcType=VARCHAR},
  637. </if>
  638. <if test="isKit != null" >
  639. #{isKit,jdbcType=VARCHAR},
  640. </if>
  641. <if test="checkPeople != null" >
  642. #{checkPeople,jdbcType=VARCHAR},
  643. </if>
  644. <if test="checkClose != null" >
  645. #{checkClose,jdbcType=VARCHAR},
  646. </if>
  647. <if test="checkWarning != null" >
  648. #{checkWarning,jdbcType=VARCHAR},
  649. </if>
  650. <if test="checkWork != null" >
  651. #{checkWork,jdbcType=VARCHAR},
  652. </if>
  653. <if test="tonicDate != null" >
  654. #{tonicDate,jdbcType=VARCHAR},
  655. </if>
  656. <if test="tonicTime != null" >
  657. #{tonicTime,jdbcType=VARCHAR},
  658. </if>
  659. <if test="tonicApprove != null" >
  660. #{tonicApprove,jdbcType=VARCHAR},
  661. </if>
  662. <if test="tonicAppUser != null" >
  663. #{tonicAppUser,jdbcType=VARCHAR},
  664. </if>
  665. <if test="isCloseConfirm != null" >
  666. #{isCloseConfirm,jdbcType=VARCHAR},
  667. </if>
  668. <if test="isAlarmConfirm != null" >
  669. #{isAlarmConfirm,jdbcType=VARCHAR},
  670. </if>
  671. <if test="isDetectorConfirm != null" >
  672. #{isDetectorConfirm,jdbcType=VARCHAR},
  673. </if>
  674. <if test="isKitConfirm != null" >
  675. #{isKitConfirm,jdbcType=VARCHAR},
  676. </if>
  677. <if test="isRespiratorConfirm != null" >
  678. #{isRespiratorConfirm,jdbcType=VARCHAR},
  679. </if>
  680. <if test="isFireConfirm != null" >
  681. #{isFireConfirm,jdbcType=VARCHAR},
  682. </if>
  683. <if test="checkPeopleConfirm != null" >
  684. #{checkPeopleConfirm,jdbcType=VARCHAR},
  685. </if>
  686. <if test="sanqiDate != null" >
  687. #{sanqiDate,jdbcType=VARCHAR},
  688. </if>
  689. <if test="sanqiTime != null" >
  690. #{sanqiTime,jdbcType=VARCHAR},
  691. </if>
  692. <if test="sanqiType != null" >
  693. #{sanqiType,jdbcType=VARCHAR},
  694. </if>
  695. <if test="sanqiApproveUser != null" >
  696. #{sanqiApproveUser,jdbcType=VARCHAR},
  697. </if>
  698. <if test="sanqiBz != null" >
  699. #{sanqiBz,jdbcType=VARCHAR},
  700. </if>
  701. <if test="phosphineCheck != null" >
  702. #{phosphineCheck,jdbcType=VARCHAR},
  703. </if>
  704. <if test="houseOpen != null" >
  705. #{houseOpen,jdbcType=VARCHAR},
  706. </if>
  707. <if test="checkPeopleThree != null" >
  708. #{checkPeopleThree,jdbcType=VARCHAR},
  709. </if>
  710. <if test="sanqiUser != null" >
  711. #{sanqiUser,jdbcType=VARCHAR},
  712. </if>
  713. <if test="medicSet != null" >
  714. #{medicSet,jdbcType=VARCHAR},
  715. </if>
  716. <if test="densityRate != null" >
  717. #{densityRate,jdbcType=VARCHAR},
  718. </if>
  719. <if test="closeDay != null" >
  720. #{closeDay,jdbcType=VARCHAR},
  721. </if>
  722. <if test="temperatureAfter != null" >
  723. #{temperatureAfter,jdbcType=VARCHAR},
  724. </if>
  725. <if test="phosphineRemain != null" >
  726. #{phosphineRemain,jdbcType=VARCHAR},
  727. </if>
  728. <if test="remark != null" >
  729. #{remark,jdbcType=VARCHAR},
  730. </if>
  731. <if test="cId != null" >
  732. #{cId,jdbcType=INTEGER},
  733. </if>
  734. <if test="cTime != null" >
  735. #{cTime,jdbcType=TIMESTAMP},
  736. </if>
  737. <if test="uId != null" >
  738. #{uId,jdbcType=INTEGER},
  739. </if>
  740. <if test="uTime != null" >
  741. #{uTime,jdbcType=TIMESTAMP},
  742. </if>
  743. </trim>
  744. </insert>
  745. <select id="countByExample" parameterType="cn.ourwill.module.house.entity.new_entity.DailyRecordFumigationNewExample" resultType="java.lang.Integer" >
  746. select count(*) from daily_record_fumigation_new
  747. <if test="_parameter != null" >
  748. <include refid="Example_Where_Clause" />
  749. </if>
  750. </select>
  751. <update id="updateByExampleSelective" parameterType="map" >
  752. update daily_record_fumigation_new
  753. <set >
  754. <if test="record.id != null" >
  755. id = #{record.id,jdbcType=INTEGER},
  756. </if>
  757. <if test="record.houseId != null" >
  758. house_id = #{record.houseId,jdbcType=INTEGER},
  759. </if>
  760. <if test="record.grainId != null" >
  761. grain_id = #{record.grainId,jdbcType=INTEGER},
  762. </if>
  763. <if test="record.safeDate != null" >
  764. safe_date = #{record.safeDate,jdbcType=VARCHAR},
  765. </if>
  766. <if test="record.houseType != null" >
  767. house_type = #{record.houseType,jdbcType=VARCHAR},
  768. </if>
  769. <if test="record.houseWater != null" >
  770. house_water = #{record.houseWater,jdbcType=VARCHAR},
  771. </if>
  772. <if test="record.houseTemperature != null" >
  773. house_temperature = #{record.houseTemperature,jdbcType=VARCHAR},
  774. </if>
  775. <if test="record.houseVolume != null" >
  776. house_volume = #{record.houseVolume,jdbcType=REAL},
  777. </if>
  778. <if test="record.houseSpace != null" >
  779. house_space = #{record.houseSpace,jdbcType=REAL},
  780. </if>
  781. <if test="record.type != null" >
  782. type = #{record.type,jdbcType=VARCHAR},
  783. </if>
  784. <if test="record.number != null" >
  785. number = #{record.number,jdbcType=INTEGER},
  786. </if>
  787. <if test="record.water != null" >
  788. water = #{record.water,jdbcType=VARCHAR},
  789. </if>
  790. <if test="record.workTime != null" >
  791. work_time = #{record.workTime,jdbcType=VARCHAR},
  792. </if>
  793. <if test="record.workDate != null" >
  794. work_date = #{record.workDate,jdbcType=VARCHAR},
  795. </if>
  796. <if test="record.temperature != null" >
  797. temperature = #{record.temperature,jdbcType=VARCHAR},
  798. </if>
  799. <if test="record.wormType != null" >
  800. worm_type = #{record.wormType,jdbcType=VARCHAR},
  801. </if>
  802. <if test="record.sanqiApply != null" >
  803. sanqi_apply = #{record.sanqiApply,jdbcType=VARCHAR},
  804. </if>
  805. <if test="record.tonicApply != null" >
  806. tonic_apply = #{record.tonicApply,jdbcType=VARCHAR},
  807. </if>
  808. <if test="record.workApply != null" >
  809. work_apply = #{record.workApply,jdbcType=VARCHAR},
  810. </if>
  811. <if test="record.airtemperature != null" >
  812. airtemperature = #{record.airtemperature,jdbcType=VARCHAR},
  813. </if>
  814. <if test="record.weather != null" >
  815. weather = #{record.weather,jdbcType=VARCHAR},
  816. </if>
  817. <if test="record.densityAfter != null" >
  818. density_after = #{record.densityAfter,jdbcType=VARCHAR},
  819. </if>
  820. <if test="record.density != null" >
  821. density = #{record.density,jdbcType=VARCHAR},
  822. </if>
  823. <if test="record.medicament != null" >
  824. medicament = #{record.medicament,jdbcType=VARCHAR},
  825. </if>
  826. <if test="record.safeMethod != null" >
  827. safe_method = #{record.safeMethod,jdbcType=VARCHAR},
  828. </if>
  829. <if test="record.safeEffect != null" >
  830. safe_effect = #{record.safeEffect,jdbcType=VARCHAR},
  831. </if>
  832. <if test="record.section != null" >
  833. section = #{record.section,jdbcType=VARCHAR},
  834. </if>
  835. <if test="record.safePeople != null" >
  836. safe_people = #{record.safePeople,jdbcType=VARCHAR},
  837. </if>
  838. <if test="record.safeMan != null" >
  839. safe_man = #{record.safeMan,jdbcType=VARCHAR},
  840. </if>
  841. <if test="record.workPeople != null" >
  842. work_people = #{record.workPeople,jdbcType=VARCHAR},
  843. </if>
  844. <if test="record.charge != null" >
  845. charge = #{record.charge,jdbcType=VARCHAR},
  846. </if>
  847. <if test="record.isDraft != null" >
  848. is_draft = #{record.isDraft,jdbcType=VARCHAR},
  849. </if>
  850. <if test="record.workType != null" >
  851. work_type = #{record.workType,jdbcType=VARCHAR},
  852. </if>
  853. <if test="record.aluminumNum != null" >
  854. aluminum_num = #{record.aluminumNum,jdbcType=VARCHAR},
  855. </if>
  856. <if test="record.aluminumType != null" >
  857. aluminum_type = #{record.aluminumType,jdbcType=VARCHAR},
  858. </if>
  859. <if test="record.volumeNum != null" >
  860. volume_num = #{record.volumeNum,jdbcType=INTEGER},
  861. </if>
  862. <if test="record.spaceNum != null" >
  863. space_num = #{record.spaceNum,jdbcType=INTEGER},
  864. </if>
  865. <if test="record.totalNum != null" >
  866. total_num = #{record.totalNum,jdbcType=INTEGER},
  867. </if>
  868. <if test="record.isAir != null" >
  869. is_air = #{record.isAir,jdbcType=VARCHAR},
  870. </if>
  871. <if test="record.isClose != null" >
  872. is_close = #{record.isClose,jdbcType=VARCHAR},
  873. </if>
  874. <if test="record.isAirSafe != null" >
  875. is_air_safe = #{record.isAirSafe,jdbcType=VARCHAR},
  876. </if>
  877. <if test="record.isDetector != null" >
  878. is_ detector = #{record.isDetector,jdbcType=VARCHAR},
  879. </if>
  880. <if test="record.isAlarm != null" >
  881. is_alarm = #{record.isAlarm,jdbcType=VARCHAR},
  882. </if>
  883. <if test="record.isOxygen != null" >
  884. is_oxygen = #{record.isOxygen,jdbcType=VARCHAR},
  885. </if>
  886. <if test="record.isRespirator != null" >
  887. is_respirator = #{record.isRespirator,jdbcType=VARCHAR},
  888. </if>
  889. <if test="record.isWarning != null" >
  890. is_warning = #{record.isWarning,jdbcType=VARCHAR},
  891. </if>
  892. <if test="record.isFire != null" >
  893. is_fire = #{record.isFire,jdbcType=VARCHAR},
  894. </if>
  895. <if test="record.isKit != null" >
  896. is_kit = #{record.isKit,jdbcType=VARCHAR},
  897. </if>
  898. <if test="record.checkPeople != null" >
  899. check_people = #{record.checkPeople,jdbcType=VARCHAR},
  900. </if>
  901. <if test="record.checkClose != null" >
  902. check_close = #{record.checkClose,jdbcType=VARCHAR},
  903. </if>
  904. <if test="record.checkWarning != null" >
  905. check_warning = #{record.checkWarning,jdbcType=VARCHAR},
  906. </if>
  907. <if test="record.checkWork != null" >
  908. check_work = #{record.checkWork,jdbcType=VARCHAR},
  909. </if>
  910. <if test="record.tonicDate != null" >
  911. tonic_date = #{record.tonicDate,jdbcType=VARCHAR},
  912. </if>
  913. <if test="record.tonicTime != null" >
  914. tonic_time = #{record.tonicTime,jdbcType=VARCHAR},
  915. </if>
  916. <if test="record.tonicApprove != null" >
  917. tonic_approve = #{record.tonicApprove,jdbcType=VARCHAR},
  918. </if>
  919. <if test="record.tonicAppUser != null" >
  920. tonic_app_user = #{record.tonicAppUser,jdbcType=VARCHAR},
  921. </if>
  922. <if test="record.isCloseConfirm != null" >
  923. is_close_confirm = #{record.isCloseConfirm,jdbcType=VARCHAR},
  924. </if>
  925. <if test="record.isAlarmConfirm != null" >
  926. is_alarm_confirm = #{record.isAlarmConfirm,jdbcType=VARCHAR},
  927. </if>
  928. <if test="record.isDetectorConfirm != null" >
  929. is_ detector_confirm = #{record.isDetectorConfirm,jdbcType=VARCHAR},
  930. </if>
  931. <if test="record.isKitConfirm != null" >
  932. is_kit_confirm = #{record.isKitConfirm,jdbcType=VARCHAR},
  933. </if>
  934. <if test="record.isRespiratorConfirm != null" >
  935. is_respirator_confirm = #{record.isRespiratorConfirm,jdbcType=VARCHAR},
  936. </if>
  937. <if test="record.isFireConfirm != null" >
  938. is_fire_confirm = #{record.isFireConfirm,jdbcType=VARCHAR},
  939. </if>
  940. <if test="record.checkPeopleConfirm != null" >
  941. check_people_confirm = #{record.checkPeopleConfirm,jdbcType=VARCHAR},
  942. </if>
  943. <if test="record.sanqiDate != null" >
  944. sanqi_date = #{record.sanqiDate,jdbcType=VARCHAR},
  945. </if>
  946. <if test="record.sanqiTime != null" >
  947. sanqi_time = #{record.sanqiTime,jdbcType=VARCHAR},
  948. </if>
  949. <if test="record.sanqiType != null" >
  950. sanqi_type = #{record.sanqiType,jdbcType=VARCHAR},
  951. </if>
  952. <if test="record.sanqiApproveUser != null" >
  953. sanqi_approve_user = #{record.sanqiApproveUser,jdbcType=VARCHAR},
  954. </if>
  955. <if test="record.sanqiBz != null" >
  956. sanqi_bz = #{record.sanqiBz,jdbcType=VARCHAR},
  957. </if>
  958. <if test="record.phosphineCheck != null" >
  959. phosphine_check = #{record.phosphineCheck,jdbcType=VARCHAR},
  960. </if>
  961. <if test="record.houseOpen != null" >
  962. house_open = #{record.houseOpen,jdbcType=VARCHAR},
  963. </if>
  964. <if test="record.checkPeopleThree != null" >
  965. check_people_three = #{record.checkPeopleThree,jdbcType=VARCHAR},
  966. </if>
  967. <if test="record.sanqiUser != null" >
  968. sanqi_user = #{record.sanqiUser,jdbcType=VARCHAR},
  969. </if>
  970. <if test="record.medicSet != null" >
  971. medic_set = #{record.medicSet,jdbcType=VARCHAR},
  972. </if>
  973. <if test="record.densityRate != null" >
  974. density_rate = #{record.densityRate,jdbcType=VARCHAR},
  975. </if>
  976. <if test="record.closeDay != null" >
  977. close_day = #{record.closeDay,jdbcType=VARCHAR},
  978. </if>
  979. <if test="record.temperatureAfter != null" >
  980. temperature_after = #{record.temperatureAfter,jdbcType=VARCHAR},
  981. </if>
  982. <if test="record.phosphineRemain != null" >
  983. phosphine_remain = #{record.phosphineRemain,jdbcType=VARCHAR},
  984. </if>
  985. <if test="record.remark != null" >
  986. remark = #{record.remark,jdbcType=VARCHAR},
  987. </if>
  988. <if test="record.cId != null" >
  989. c_id = #{record.cId,jdbcType=INTEGER},
  990. </if>
  991. <if test="record.cTime != null" >
  992. c_time = #{record.cTime,jdbcType=TIMESTAMP},
  993. </if>
  994. <if test="record.uId != null" >
  995. u_id = #{record.uId,jdbcType=INTEGER},
  996. </if>
  997. <if test="record.uTime != null" >
  998. u_time = #{record.uTime,jdbcType=TIMESTAMP},
  999. </if>
  1000. </set>
  1001. <if test="_parameter != null" >
  1002. <include refid="Update_By_Example_Where_Clause" />
  1003. </if>
  1004. </update>
  1005. <update id="updateByExample" parameterType="map" >
  1006. update daily_record_fumigation_new
  1007. set id = #{record.id,jdbcType=INTEGER},
  1008. house_id = #{record.houseId,jdbcType=INTEGER},
  1009. grain_id = #{record.grainId,jdbcType=INTEGER},
  1010. safe_date = #{record.safeDate,jdbcType=VARCHAR},
  1011. house_type = #{record.houseType,jdbcType=VARCHAR},
  1012. house_water = #{record.houseWater,jdbcType=VARCHAR},
  1013. house_temperature = #{record.houseTemperature,jdbcType=VARCHAR},
  1014. house_volume = #{record.houseVolume,jdbcType=REAL},
  1015. house_space = #{record.houseSpace,jdbcType=REAL},
  1016. type = #{record.type,jdbcType=VARCHAR},
  1017. number = #{record.number,jdbcType=INTEGER},
  1018. water = #{record.water,jdbcType=VARCHAR},
  1019. work_time = #{record.workTime,jdbcType=VARCHAR},
  1020. work_date = #{record.workDate,jdbcType=VARCHAR},
  1021. temperature = #{record.temperature,jdbcType=VARCHAR},
  1022. worm_type = #{record.wormType,jdbcType=VARCHAR},
  1023. sanqi_apply = #{record.sanqiApply,jdbcType=VARCHAR},
  1024. tonic_apply = #{record.tonicApply,jdbcType=VARCHAR},
  1025. work_apply = #{record.workApply,jdbcType=VARCHAR},
  1026. airtemperature = #{record.airtemperature,jdbcType=VARCHAR},
  1027. weather = #{record.weather,jdbcType=VARCHAR},
  1028. density_after = #{record.densityAfter,jdbcType=VARCHAR},
  1029. density = #{record.density,jdbcType=VARCHAR},
  1030. medicament = #{record.medicament,jdbcType=VARCHAR},
  1031. safe_method = #{record.safeMethod,jdbcType=VARCHAR},
  1032. safe_effect = #{record.safeEffect,jdbcType=VARCHAR},
  1033. section = #{record.section,jdbcType=VARCHAR},
  1034. safe_people = #{record.safePeople,jdbcType=VARCHAR},
  1035. safe_man = #{record.safeMan,jdbcType=VARCHAR},
  1036. work_people = #{record.workPeople,jdbcType=VARCHAR},
  1037. charge = #{record.charge,jdbcType=VARCHAR},
  1038. is_draft = #{record.isDraft,jdbcType=VARCHAR},
  1039. work_type = #{record.workType,jdbcType=VARCHAR},
  1040. aluminum_num = #{record.aluminumNum,jdbcType=VARCHAR},
  1041. aluminum_type = #{record.aluminumType,jdbcType=VARCHAR},
  1042. volume_num = #{record.volumeNum,jdbcType=INTEGER},
  1043. space_num = #{record.spaceNum,jdbcType=INTEGER},
  1044. total_num = #{record.totalNum,jdbcType=INTEGER},
  1045. is_air = #{record.isAir,jdbcType=VARCHAR},
  1046. is_close = #{record.isClose,jdbcType=VARCHAR},
  1047. is_air_safe = #{record.isAirSafe,jdbcType=VARCHAR},
  1048. is_ detector = #{record.isDetector,jdbcType=VARCHAR},
  1049. is_alarm = #{record.isAlarm,jdbcType=VARCHAR},
  1050. is_oxygen = #{record.isOxygen,jdbcType=VARCHAR},
  1051. is_respirator = #{record.isRespirator,jdbcType=VARCHAR},
  1052. is_warning = #{record.isWarning,jdbcType=VARCHAR},
  1053. is_fire = #{record.isFire,jdbcType=VARCHAR},
  1054. is_kit = #{record.isKit,jdbcType=VARCHAR},
  1055. check_people = #{record.checkPeople,jdbcType=VARCHAR},
  1056. check_close = #{record.checkClose,jdbcType=VARCHAR},
  1057. check_warning = #{record.checkWarning,jdbcType=VARCHAR},
  1058. check_work = #{record.checkWork,jdbcType=VARCHAR},
  1059. tonic_date = #{record.tonicDate,jdbcType=VARCHAR},
  1060. tonic_time = #{record.tonicTime,jdbcType=VARCHAR},
  1061. tonic_approve = #{record.tonicApprove,jdbcType=VARCHAR},
  1062. tonic_app_user = #{record.tonicAppUser,jdbcType=VARCHAR},
  1063. is_close_confirm = #{record.isCloseConfirm,jdbcType=VARCHAR},
  1064. is_alarm_confirm = #{record.isAlarmConfirm,jdbcType=VARCHAR},
  1065. is_ detector_confirm = #{record.isDetectorConfirm,jdbcType=VARCHAR},
  1066. is_kit_confirm = #{record.isKitConfirm,jdbcType=VARCHAR},
  1067. is_respirator_confirm = #{record.isRespiratorConfirm,jdbcType=VARCHAR},
  1068. is_fire_confirm = #{record.isFireConfirm,jdbcType=VARCHAR},
  1069. check_people_confirm = #{record.checkPeopleConfirm,jdbcType=VARCHAR},
  1070. sanqi_date = #{record.sanqiDate,jdbcType=VARCHAR},
  1071. sanqi_time = #{record.sanqiTime,jdbcType=VARCHAR},
  1072. sanqi_type = #{record.sanqiType,jdbcType=VARCHAR},
  1073. sanqi_approve_user = #{record.sanqiApproveUser,jdbcType=VARCHAR},
  1074. sanqi_bz = #{record.sanqiBz,jdbcType=VARCHAR},
  1075. phosphine_check = #{record.phosphineCheck,jdbcType=VARCHAR},
  1076. house_open = #{record.houseOpen,jdbcType=VARCHAR},
  1077. check_people_three = #{record.checkPeopleThree,jdbcType=VARCHAR},
  1078. sanqi_user = #{record.sanqiUser,jdbcType=VARCHAR},
  1079. medic_set = #{record.medicSet,jdbcType=VARCHAR},
  1080. density_rate = #{record.densityRate,jdbcType=VARCHAR},
  1081. close_day = #{record.closeDay,jdbcType=VARCHAR},
  1082. temperature_after = #{record.temperatureAfter,jdbcType=VARCHAR},
  1083. phosphine_remain = #{record.phosphineRemain,jdbcType=VARCHAR},
  1084. remark = #{record.remark,jdbcType=VARCHAR},
  1085. c_id = #{record.cId,jdbcType=INTEGER},
  1086. c_time = #{record.cTime,jdbcType=TIMESTAMP},
  1087. u_id = #{record.uId,jdbcType=INTEGER},
  1088. u_time = #{record.uTime,jdbcType=TIMESTAMP}
  1089. <if test="_parameter != null" >
  1090. <include refid="Update_By_Example_Where_Clause" />
  1091. </if>
  1092. </update>
  1093. <update id="updateByPrimaryKeySelective" parameterType="cn.ourwill.module.house.entity.new_entity.DailyRecordFumigationNew" >
  1094. update daily_record_fumigation_new
  1095. <set >
  1096. <if test="houseId != null" >
  1097. house_id = #{houseId,jdbcType=INTEGER},
  1098. </if>
  1099. <if test="grainId != null" >
  1100. grain_id = #{grainId,jdbcType=INTEGER},
  1101. </if>
  1102. <if test="safeDate != null" >
  1103. safe_date = #{safeDate,jdbcType=VARCHAR},
  1104. </if>
  1105. <if test="houseType != null" >
  1106. house_type = #{houseType,jdbcType=VARCHAR},
  1107. </if>
  1108. <if test="houseWater != null" >
  1109. house_water = #{houseWater,jdbcType=VARCHAR},
  1110. </if>
  1111. <if test="houseTemperature != null" >
  1112. house_temperature = #{houseTemperature,jdbcType=VARCHAR},
  1113. </if>
  1114. <if test="houseVolume != null" >
  1115. house_volume = #{houseVolume,jdbcType=REAL},
  1116. </if>
  1117. <if test="houseSpace != null" >
  1118. house_space = #{houseSpace,jdbcType=REAL},
  1119. </if>
  1120. <if test="type != null" >
  1121. type = #{type,jdbcType=VARCHAR},
  1122. </if>
  1123. <if test="number != null" >
  1124. number = #{number,jdbcType=INTEGER},
  1125. </if>
  1126. <if test="water != null" >
  1127. water = #{water,jdbcType=VARCHAR},
  1128. </if>
  1129. <if test="workTime != null" >
  1130. work_time = #{workTime,jdbcType=VARCHAR},
  1131. </if>
  1132. <if test="workDate != null" >
  1133. work_date = #{workDate,jdbcType=VARCHAR},
  1134. </if>
  1135. <if test="temperature != null" >
  1136. temperature = #{temperature,jdbcType=VARCHAR},
  1137. </if>
  1138. <if test="wormType != null" >
  1139. worm_type = #{wormType,jdbcType=VARCHAR},
  1140. </if>
  1141. <if test="sanqiApply != null" >
  1142. sanqi_apply = #{sanqiApply,jdbcType=VARCHAR},
  1143. </if>
  1144. <if test="tonicApply != null" >
  1145. tonic_apply = #{tonicApply,jdbcType=VARCHAR},
  1146. </if>
  1147. <if test="workApply != null" >
  1148. work_apply = #{workApply,jdbcType=VARCHAR},
  1149. </if>
  1150. <if test="airtemperature != null" >
  1151. airtemperature = #{airtemperature,jdbcType=VARCHAR},
  1152. </if>
  1153. <if test="weather != null" >
  1154. weather = #{weather,jdbcType=VARCHAR},
  1155. </if>
  1156. <if test="densityAfter != null" >
  1157. density_after = #{densityAfter,jdbcType=VARCHAR},
  1158. </if>
  1159. <if test="density != null" >
  1160. density = #{density,jdbcType=VARCHAR},
  1161. </if>
  1162. <if test="medicament != null" >
  1163. medicament = #{medicament,jdbcType=VARCHAR},
  1164. </if>
  1165. <if test="safeMethod != null" >
  1166. safe_method = #{safeMethod,jdbcType=VARCHAR},
  1167. </if>
  1168. <if test="safeEffect != null" >
  1169. safe_effect = #{safeEffect,jdbcType=VARCHAR},
  1170. </if>
  1171. <if test="section != null" >
  1172. section = #{section,jdbcType=VARCHAR},
  1173. </if>
  1174. <if test="safePeople != null" >
  1175. safe_people = #{safePeople,jdbcType=VARCHAR},
  1176. </if>
  1177. <if test="safeMan != null" >
  1178. safe_man = #{safeMan,jdbcType=VARCHAR},
  1179. </if>
  1180. <if test="workPeople != null" >
  1181. work_people = #{workPeople,jdbcType=VARCHAR},
  1182. </if>
  1183. <if test="charge != null" >
  1184. charge = #{charge,jdbcType=VARCHAR},
  1185. </if>
  1186. <if test="isDraft != null" >
  1187. is_draft = #{isDraft,jdbcType=VARCHAR},
  1188. </if>
  1189. <if test="workType != null" >
  1190. work_type = #{workType,jdbcType=VARCHAR},
  1191. </if>
  1192. <if test="aluminumNum != null" >
  1193. aluminum_num = #{aluminumNum,jdbcType=VARCHAR},
  1194. </if>
  1195. <if test="aluminumType != null" >
  1196. aluminum_type = #{aluminumType,jdbcType=VARCHAR},
  1197. </if>
  1198. <if test="volumeNum != null" >
  1199. volume_num = #{volumeNum,jdbcType=INTEGER},
  1200. </if>
  1201. <if test="spaceNum != null" >
  1202. space_num = #{spaceNum,jdbcType=INTEGER},
  1203. </if>
  1204. <if test="totalNum != null" >
  1205. total_num = #{totalNum,jdbcType=INTEGER},
  1206. </if>
  1207. <if test="isAir != null" >
  1208. is_air = #{isAir,jdbcType=VARCHAR},
  1209. </if>
  1210. <if test="isClose != null" >
  1211. is_close = #{isClose,jdbcType=VARCHAR},
  1212. </if>
  1213. <if test="isAirSafe != null" >
  1214. is_air_safe = #{isAirSafe,jdbcType=VARCHAR},
  1215. </if>
  1216. <if test="isDetector != null" >
  1217. is_ detector = #{isDetector,jdbcType=VARCHAR},
  1218. </if>
  1219. <if test="isAlarm != null" >
  1220. is_alarm = #{isAlarm,jdbcType=VARCHAR},
  1221. </if>
  1222. <if test="isOxygen != null" >
  1223. is_oxygen = #{isOxygen,jdbcType=VARCHAR},
  1224. </if>
  1225. <if test="isRespirator != null" >
  1226. is_respirator = #{isRespirator,jdbcType=VARCHAR},
  1227. </if>
  1228. <if test="isWarning != null" >
  1229. is_warning = #{isWarning,jdbcType=VARCHAR},
  1230. </if>
  1231. <if test="isFire != null" >
  1232. is_fire = #{isFire,jdbcType=VARCHAR},
  1233. </if>
  1234. <if test="isKit != null" >
  1235. is_kit = #{isKit,jdbcType=VARCHAR},
  1236. </if>
  1237. <if test="checkPeople != null" >
  1238. check_people = #{checkPeople,jdbcType=VARCHAR},
  1239. </if>
  1240. <if test="checkClose != null" >
  1241. check_close = #{checkClose,jdbcType=VARCHAR},
  1242. </if>
  1243. <if test="checkWarning != null" >
  1244. check_warning = #{checkWarning,jdbcType=VARCHAR},
  1245. </if>
  1246. <if test="checkWork != null" >
  1247. check_work = #{checkWork,jdbcType=VARCHAR},
  1248. </if>
  1249. <if test="tonicDate != null" >
  1250. tonic_date = #{tonicDate,jdbcType=VARCHAR},
  1251. </if>
  1252. <if test="tonicTime != null" >
  1253. tonic_time = #{tonicTime,jdbcType=VARCHAR},
  1254. </if>
  1255. <if test="tonicApprove != null" >
  1256. tonic_approve = #{tonicApprove,jdbcType=VARCHAR},
  1257. </if>
  1258. <if test="tonicAppUser != null" >
  1259. tonic_app_user = #{tonicAppUser,jdbcType=VARCHAR},
  1260. </if>
  1261. <if test="isCloseConfirm != null" >
  1262. is_close_confirm = #{isCloseConfirm,jdbcType=VARCHAR},
  1263. </if>
  1264. <if test="isAlarmConfirm != null" >
  1265. is_alarm_confirm = #{isAlarmConfirm,jdbcType=VARCHAR},
  1266. </if>
  1267. <if test="isDetectorConfirm != null" >
  1268. is_ detector_confirm = #{isDetectorConfirm,jdbcType=VARCHAR},
  1269. </if>
  1270. <if test="isKitConfirm != null" >
  1271. is_kit_confirm = #{isKitConfirm,jdbcType=VARCHAR},
  1272. </if>
  1273. <if test="isRespiratorConfirm != null" >
  1274. is_respirator_confirm = #{isRespiratorConfirm,jdbcType=VARCHAR},
  1275. </if>
  1276. <if test="isFireConfirm != null" >
  1277. is_fire_confirm = #{isFireConfirm,jdbcType=VARCHAR},
  1278. </if>
  1279. <if test="checkPeopleConfirm != null" >
  1280. check_people_confirm = #{checkPeopleConfirm,jdbcType=VARCHAR},
  1281. </if>
  1282. <if test="sanqiDate != null" >
  1283. sanqi_date = #{sanqiDate,jdbcType=VARCHAR},
  1284. </if>
  1285. <if test="sanqiTime != null" >
  1286. sanqi_time = #{sanqiTime,jdbcType=VARCHAR},
  1287. </if>
  1288. <if test="sanqiType != null" >
  1289. sanqi_type = #{sanqiType,jdbcType=VARCHAR},
  1290. </if>
  1291. <if test="sanqiApproveUser != null" >
  1292. sanqi_approve_user = #{sanqiApproveUser,jdbcType=VARCHAR},
  1293. </if>
  1294. <if test="sanqiBz != null" >
  1295. sanqi_bz = #{sanqiBz,jdbcType=VARCHAR},
  1296. </if>
  1297. <if test="phosphineCheck != null" >
  1298. phosphine_check = #{phosphineCheck,jdbcType=VARCHAR},
  1299. </if>
  1300. <if test="houseOpen != null" >
  1301. house_open = #{houseOpen,jdbcType=VARCHAR},
  1302. </if>
  1303. <if test="checkPeopleThree != null" >
  1304. check_people_three = #{checkPeopleThree,jdbcType=VARCHAR},
  1305. </if>
  1306. <if test="sanqiUser != null" >
  1307. sanqi_user = #{sanqiUser,jdbcType=VARCHAR},
  1308. </if>
  1309. <if test="medicSet != null" >
  1310. medic_set = #{medicSet,jdbcType=VARCHAR},
  1311. </if>
  1312. <if test="densityRate != null" >
  1313. density_rate = #{densityRate,jdbcType=VARCHAR},
  1314. </if>
  1315. <if test="closeDay != null" >
  1316. close_day = #{closeDay,jdbcType=VARCHAR},
  1317. </if>
  1318. <if test="temperatureAfter != null" >
  1319. temperature_after = #{temperatureAfter,jdbcType=VARCHAR},
  1320. </if>
  1321. <if test="phosphineRemain != null" >
  1322. phosphine_remain = #{phosphineRemain,jdbcType=VARCHAR},
  1323. </if>
  1324. <if test="remark != null" >
  1325. remark = #{remark,jdbcType=VARCHAR},
  1326. </if>
  1327. <if test="cId != null" >
  1328. c_id = #{cId,jdbcType=INTEGER},
  1329. </if>
  1330. <if test="cTime != null" >
  1331. c_time = #{cTime,jdbcType=TIMESTAMP},
  1332. </if>
  1333. <if test="uId != null" >
  1334. u_id = #{uId,jdbcType=INTEGER},
  1335. </if>
  1336. <if test="uTime != null" >
  1337. u_time = #{uTime,jdbcType=TIMESTAMP},
  1338. </if>
  1339. </set>
  1340. where id = #{id,jdbcType=INTEGER}
  1341. </update>
  1342. <update id="updateByPrimaryKey" parameterType="cn.ourwill.module.house.entity.new_entity.DailyRecordFumigationNew" >
  1343. update daily_record_fumigation_new
  1344. set house_id = #{houseId,jdbcType=INTEGER},
  1345. grain_id = #{grainId,jdbcType=INTEGER},
  1346. safe_date = #{safeDate,jdbcType=VARCHAR},
  1347. house_type = #{houseType,jdbcType=VARCHAR},
  1348. house_water = #{houseWater,jdbcType=VARCHAR},
  1349. house_temperature = #{houseTemperature,jdbcType=VARCHAR},
  1350. house_volume = #{houseVolume,jdbcType=REAL},
  1351. house_space = #{houseSpace,jdbcType=REAL},
  1352. type = #{type,jdbcType=VARCHAR},
  1353. number = #{number,jdbcType=INTEGER},
  1354. water = #{water,jdbcType=VARCHAR},
  1355. work_time = #{workTime,jdbcType=VARCHAR},
  1356. work_date = #{workDate,jdbcType=VARCHAR},
  1357. temperature = #{temperature,jdbcType=VARCHAR},
  1358. worm_type = #{wormType,jdbcType=VARCHAR},
  1359. sanqi_apply = #{sanqiApply,jdbcType=VARCHAR},
  1360. tonic_apply = #{tonicApply,jdbcType=VARCHAR},
  1361. work_apply = #{workApply,jdbcType=VARCHAR},
  1362. airtemperature = #{airtemperature,jdbcType=VARCHAR},
  1363. weather = #{weather,jdbcType=VARCHAR},
  1364. density_after = #{densityAfter,jdbcType=VARCHAR},
  1365. density = #{density,jdbcType=VARCHAR},
  1366. medicament = #{medicament,jdbcType=VARCHAR},
  1367. safe_method = #{safeMethod,jdbcType=VARCHAR},
  1368. safe_effect = #{safeEffect,jdbcType=VARCHAR},
  1369. section = #{section,jdbcType=VARCHAR},
  1370. safe_people = #{safePeople,jdbcType=VARCHAR},
  1371. safe_man = #{safeMan,jdbcType=VARCHAR},
  1372. work_people = #{workPeople,jdbcType=VARCHAR},
  1373. charge = #{charge,jdbcType=VARCHAR},
  1374. is_draft = #{isDraft,jdbcType=VARCHAR},
  1375. work_type = #{workType,jdbcType=VARCHAR},
  1376. aluminum_num = #{aluminumNum,jdbcType=VARCHAR},
  1377. aluminum_type = #{aluminumType,jdbcType=VARCHAR},
  1378. volume_num = #{volumeNum,jdbcType=INTEGER},
  1379. space_num = #{spaceNum,jdbcType=INTEGER},
  1380. total_num = #{totalNum,jdbcType=INTEGER},
  1381. is_air = #{isAir,jdbcType=VARCHAR},
  1382. is_close = #{isClose,jdbcType=VARCHAR},
  1383. is_air_safe = #{isAirSafe,jdbcType=VARCHAR},
  1384. is_ detector = #{isDetector,jdbcType=VARCHAR},
  1385. is_alarm = #{isAlarm,jdbcType=VARCHAR},
  1386. is_oxygen = #{isOxygen,jdbcType=VARCHAR},
  1387. is_respirator = #{isRespirator,jdbcType=VARCHAR},
  1388. is_warning = #{isWarning,jdbcType=VARCHAR},
  1389. is_fire = #{isFire,jdbcType=VARCHAR},
  1390. is_kit = #{isKit,jdbcType=VARCHAR},
  1391. check_people = #{checkPeople,jdbcType=VARCHAR},
  1392. check_close = #{checkClose,jdbcType=VARCHAR},
  1393. check_warning = #{checkWarning,jdbcType=VARCHAR},
  1394. check_work = #{checkWork,jdbcType=VARCHAR},
  1395. tonic_date = #{tonicDate,jdbcType=VARCHAR},
  1396. tonic_time = #{tonicTime,jdbcType=VARCHAR},
  1397. tonic_approve = #{tonicApprove,jdbcType=VARCHAR},
  1398. tonic_app_user = #{tonicAppUser,jdbcType=VARCHAR},
  1399. is_close_confirm = #{isCloseConfirm,jdbcType=VARCHAR},
  1400. is_alarm_confirm = #{isAlarmConfirm,jdbcType=VARCHAR},
  1401. is_ detector_confirm = #{isDetectorConfirm,jdbcType=VARCHAR},
  1402. is_kit_confirm = #{isKitConfirm,jdbcType=VARCHAR},
  1403. is_respirator_confirm = #{isRespiratorConfirm,jdbcType=VARCHAR},
  1404. is_fire_confirm = #{isFireConfirm,jdbcType=VARCHAR},
  1405. check_people_confirm = #{checkPeopleConfirm,jdbcType=VARCHAR},
  1406. sanqi_date = #{sanqiDate,jdbcType=VARCHAR},
  1407. sanqi_time = #{sanqiTime,jdbcType=VARCHAR},
  1408. sanqi_type = #{sanqiType,jdbcType=VARCHAR},
  1409. sanqi_approve_user = #{sanqiApproveUser,jdbcType=VARCHAR},
  1410. sanqi_bz = #{sanqiBz,jdbcType=VARCHAR},
  1411. phosphine_check = #{phosphineCheck,jdbcType=VARCHAR},
  1412. house_open = #{houseOpen,jdbcType=VARCHAR},
  1413. check_people_three = #{checkPeopleThree,jdbcType=VARCHAR},
  1414. sanqi_user = #{sanqiUser,jdbcType=VARCHAR},
  1415. medic_set = #{medicSet,jdbcType=VARCHAR},
  1416. density_rate = #{densityRate,jdbcType=VARCHAR},
  1417. close_day = #{closeDay,jdbcType=VARCHAR},
  1418. temperature_after = #{temperatureAfter,jdbcType=VARCHAR},
  1419. phosphine_remain = #{phosphineRemain,jdbcType=VARCHAR},
  1420. remark = #{remark,jdbcType=VARCHAR},
  1421. c_id = #{cId,jdbcType=INTEGER},
  1422. c_time = #{cTime,jdbcType=TIMESTAMP},
  1423. u_id = #{uId,jdbcType=INTEGER},
  1424. u_time = #{uTime,jdbcType=TIMESTAMP}
  1425. where id = #{id,jdbcType=INTEGER}
  1426. </update>
  1427. </mapper>