DailyRecordCoolNewFileMapper.xml 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981
  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.DailyRecordCoolNewFileMapper" >
  4. <resultMap id="BaseResultMap" type="cn.ourwill.module.house.entity.new_entity.DailyRecordCoolNewFile" >
  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="type" property="type" jdbcType="VARCHAR" />
  10. <result column="number" property="number" jdbcType="INTEGER" />
  11. <result column="house_type" property="houseType" jdbcType="VARCHAR" />
  12. <result column="keep_warm" property="keepWarm" jdbcType="VARCHAR" />
  13. <result column="fan_type" property="fanType" jdbcType="VARCHAR" />
  14. <result column="aeration_type" property="aerationType" jdbcType="VARCHAR" />
  15. <result column="fan_style" property="fanStyle" jdbcType="VARCHAR" />
  16. <result column="fan_power" property="fanPower" jdbcType="VARCHAR" />
  17. <result column="fan_pa" property="fanPa" jdbcType="VARCHAR" />
  18. <result column="fan_num" property="fanNum" jdbcType="VARCHAR" />
  19. <result column="food_width" property="foodWidth" jdbcType="VARCHAR" />
  20. <result column="fan_supply" property="fanSupply" jdbcType="VARCHAR" />
  21. <result column="fan_total" property="fanTotal" jdbcType="VARCHAR" />
  22. <result column="fan_unit" property="fanUnit" jdbcType="VARCHAR" />
  23. <result column="fan_start" property="fanStart" jdbcType="VARCHAR" />
  24. <result column="fan_end" property="fanEnd" jdbcType="VARCHAR" />
  25. <result column="fan_time_total" property="fanTimeTotal" jdbcType="VARCHAR" />
  26. <result column="cool_temperature" property="coolTemperature" jdbcType="VARCHAR" />
  27. <result column="air_temperature_max" property="airTemperatureMax" jdbcType="VARCHAR" />
  28. <result column="air_temperature_min" property="airTemperatureMin" jdbcType="VARCHAR" />
  29. <result column="air_temperature_avg" property="airTemperatureAvg" jdbcType="VARCHAR" />
  30. <result column="air_humidity_max" property="airHumidityMax" jdbcType="VARCHAR" />
  31. <result column="air_humidity_min" property="airHumidityMin" jdbcType="VARCHAR" />
  32. <result column="air_humidity_avg" property="airHumidityAvg" jdbcType="VARCHAR" />
  33. <result column="temperature_front_max" property="temperatureFrontMax" jdbcType="VARCHAR" />
  34. <result column="cool_truth" property="coolTruth" jdbcType="VARCHAR" />
  35. <result column="cool_humidity" property="coolHumidity" jdbcType="VARCHAR" />
  36. <result column="temperature_front_min" property="temperatureFrontMin" jdbcType="VARCHAR" />
  37. <result column="temperature_front_avg" property="temperatureFrontAvg" jdbcType="VARCHAR" />
  38. <result column="temperature_after_max" property="temperatureAfterMax" jdbcType="VARCHAR" />
  39. <result column="temperature_after_min" property="temperatureAfterMin" jdbcType="VARCHAR" />
  40. <result column="temperature_after_avg" property="temperatureAfterAvg" jdbcType="VARCHAR" />
  41. <result column="water_front_max" property="waterFrontMax" jdbcType="VARCHAR" />
  42. <result column="water_front_min" property="waterFrontMin" jdbcType="VARCHAR" />
  43. <result column="water_front_avg" property="waterFrontAvg" jdbcType="VARCHAR" />
  44. <result column="water_after_max" property="waterAfterMax" jdbcType="VARCHAR" />
  45. <result column="water_after_min" property="waterAfterMin" jdbcType="VARCHAR" />
  46. <result column="water_after_avg" property="waterAfterAvg" jdbcType="VARCHAR" />
  47. <result column="temperature_width" property="temperatureWidth" jdbcType="VARCHAR" />
  48. <result column="water_width" property="waterWidth" jdbcType="VARCHAR" />
  49. <result column="total_elect" property="totalElect" jdbcType="VARCHAR" />
  50. <result column="elect_unit" property="electUnit" jdbcType="VARCHAR" />
  51. <result column="aeration_bug" property="aerationBug" jdbcType="VARCHAR" />
  52. <result column="work_user" property="workUser" jdbcType="VARCHAR" />
  53. <result column="approve_user" property="approveUser" jdbcType="VARCHAR" />
  54. <result column="remark" property="remark" jdbcType="VARCHAR" />
  55. <result column="uuid" property="uuid" jdbcType="VARCHAR" />
  56. <result column="c_id" property="cId" jdbcType="INTEGER" />
  57. <result column="c_time" property="cTime" jdbcType="TIMESTAMP" />
  58. <result column="u_id" property="uId" jdbcType="INTEGER" />
  59. <result column="u_time" property="uTime" jdbcType="TIMESTAMP" />
  60. </resultMap>
  61. <sql id="Example_Where_Clause" >
  62. <where >
  63. <foreach collection="oredCriteria" item="criteria" separator="or" >
  64. <if test="criteria.valid" >
  65. <trim prefix="(" suffix=")" prefixOverrides="and" >
  66. <foreach collection="criteria.criteria" item="criterion" >
  67. <choose >
  68. <when test="criterion.noValue" >
  69. and ${criterion.condition}
  70. </when>
  71. <when test="criterion.singleValue" >
  72. and ${criterion.condition} #{criterion.value}
  73. </when>
  74. <when test="criterion.betweenValue" >
  75. and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
  76. </when>
  77. <when test="criterion.listValue" >
  78. and ${criterion.condition}
  79. <foreach collection="criterion.value" item="listItem" open="(" close=")" separator="," >
  80. #{listItem}
  81. </foreach>
  82. </when>
  83. </choose>
  84. </foreach>
  85. </trim>
  86. </if>
  87. </foreach>
  88. </where>
  89. </sql>
  90. <sql id="Update_By_Example_Where_Clause" >
  91. <where >
  92. <foreach collection="example.oredCriteria" item="criteria" separator="or" >
  93. <if test="criteria.valid" >
  94. <trim prefix="(" suffix=")" prefixOverrides="and" >
  95. <foreach collection="criteria.criteria" item="criterion" >
  96. <choose >
  97. <when test="criterion.noValue" >
  98. and ${criterion.condition}
  99. </when>
  100. <when test="criterion.singleValue" >
  101. and ${criterion.condition} #{criterion.value}
  102. </when>
  103. <when test="criterion.betweenValue" >
  104. and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
  105. </when>
  106. <when test="criterion.listValue" >
  107. and ${criterion.condition}
  108. <foreach collection="criterion.value" item="listItem" open="(" close=")" separator="," >
  109. #{listItem}
  110. </foreach>
  111. </when>
  112. </choose>
  113. </foreach>
  114. </trim>
  115. </if>
  116. </foreach>
  117. </where>
  118. </sql>
  119. <sql id="Base_Column_List" >
  120. id,file_uuid, house_id, grain_id, type, number, house_type, keep_warm, fan_type, aeration_type,
  121. fan_style, fan_power, fan_pa, fan_num, food_width, fan_supply, fan_total, fan_unit,
  122. fan_start, fan_end, fan_time_total, cool_temperature, air_temperature_max, air_temperature_min,
  123. air_temperature_avg, air_humidity_max, air_humidity_min, air_humidity_avg, temperature_front_max,
  124. cool_truth, cool_humidity, temperature_front_min, temperature_front_avg, temperature_after_max,
  125. temperature_after_min, temperature_after_avg, water_front_max, water_front_min, water_front_avg,
  126. water_after_max, water_after_min, water_after_avg, temperature_width, water_width,
  127. total_elect, elect_unit, aeration_bug, work_user, approve_user, remark, c_id, c_time,
  128. u_id, u_time
  129. </sql>
  130. <select id="selectByExample" resultMap="BaseResultMap" parameterType="cn.ourwill.module.house.entity.new_entity.DailyRecordCoolNewExample" >
  131. select
  132. <if test="distinct" >
  133. distinct
  134. </if>
  135. <include refid="Base_Column_List" />
  136. from daily_record_cool_new_file
  137. <if test="_parameter != null" >
  138. <include refid="Example_Where_Clause" />
  139. </if>
  140. <if test="orderByClause != null" >
  141. order by ${orderByClause}
  142. </if>
  143. </select>
  144. <select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.Integer" >
  145. select
  146. <include refid="Base_Column_List" />
  147. from daily_record_cool_new_file
  148. where id = #{id,jdbcType=INTEGER}
  149. </select>
  150. <delete id="deleteByPrimaryKey" parameterType="java.lang.Integer" >
  151. delete from daily_record_cool_new_file
  152. where id = #{id,jdbcType=INTEGER}
  153. </delete>
  154. <delete id="deleteByExample" parameterType="cn.ourwill.module.house.entity.new_entity.DailyRecordCoolNewExample" >
  155. delete from daily_record_cool_new_file
  156. <if test="_parameter != null" >
  157. <include refid="Example_Where_Clause" />
  158. </if>
  159. </delete>
  160. <insert id="insert" parameterType="cn.ourwill.module.house.entity.new_entity.DailyRecordCoolNewFile" >
  161. insert into daily_record_cool_new_file (id,file_uuid, house_id, grain_id,
  162. type, number, house_type,
  163. keep_warm, fan_type, aeration_type,
  164. fan_style, fan_power, fan_pa,
  165. fan_num, food_width, fan_supply,
  166. fan_total, fan_unit, fan_start,
  167. fan_end, fan_time_total, cool_temperature,
  168. air_temperature_max, air_temperature_min, air_temperature_avg,
  169. air_humidity_max, air_humidity_min, air_humidity_avg,
  170. temperature_front_max, cool_truth, cool_humidity,
  171. temperature_front_min, temperature_front_avg,
  172. temperature_after_max, temperature_after_min,
  173. temperature_after_avg, water_front_max, water_front_min,
  174. water_front_avg, water_after_max, water_after_min,
  175. water_after_avg, temperature_width, water_width,
  176. total_elect, elect_unit, aeration_bug,
  177. work_user, approve_user, remark,
  178. c_id, c_time, u_id,
  179. u_time)
  180. values (#{id,jdbcType=INTEGER}, #{fileUuid,jdbcType=INTEGER}, #{houseId,jdbcType=INTEGER}, #{grainId,jdbcType=INTEGER},
  181. #{type,jdbcType=VARCHAR}, #{number,jdbcType=INTEGER}, #{houseType,jdbcType=VARCHAR},
  182. #{keepWarm,jdbcType=VARCHAR}, #{fanType,jdbcType=VARCHAR}, #{aerationType,jdbcType=VARCHAR},
  183. #{fanStyle,jdbcType=VARCHAR}, #{fanPower,jdbcType=VARCHAR}, #{fanPa,jdbcType=VARCHAR},
  184. #{fanNum,jdbcType=VARCHAR}, #{foodWidth,jdbcType=VARCHAR}, #{fanSupply,jdbcType=VARCHAR},
  185. #{fanTotal,jdbcType=VARCHAR}, #{fanUnit,jdbcType=VARCHAR}, #{fanStart,jdbcType=VARCHAR},
  186. #{fanEnd,jdbcType=VARCHAR}, #{fanTimeTotal,jdbcType=VARCHAR}, #{coolTemperature,jdbcType=VARCHAR},
  187. #{airTemperatureMax,jdbcType=VARCHAR}, #{airTemperatureMin,jdbcType=VARCHAR}, #{airTemperatureAvg,jdbcType=VARCHAR},
  188. #{airHumidityMax,jdbcType=VARCHAR}, #{airHumidityMin,jdbcType=VARCHAR}, #{airHumidityAvg,jdbcType=VARCHAR},
  189. #{temperatureFrontMax,jdbcType=VARCHAR}, #{coolTruth,jdbcType=VARCHAR}, #{coolHumidity,jdbcType=VARCHAR},
  190. #{temperatureFrontMin,jdbcType=VARCHAR}, #{temperatureFrontAvg,jdbcType=VARCHAR},
  191. #{temperatureAfterMax,jdbcType=VARCHAR}, #{temperatureAfterMin,jdbcType=VARCHAR},
  192. #{temperatureAfterAvg,jdbcType=VARCHAR}, #{waterFrontMax,jdbcType=VARCHAR}, #{waterFrontMin,jdbcType=VARCHAR},
  193. #{waterFrontAvg,jdbcType=VARCHAR}, #{waterAfterMax,jdbcType=VARCHAR}, #{waterAfterMin,jdbcType=VARCHAR},
  194. #{waterAfterAvg,jdbcType=VARCHAR}, #{temperatureWidth,jdbcType=VARCHAR}, #{waterWidth,jdbcType=VARCHAR},
  195. #{totalElect,jdbcType=VARCHAR}, #{electUnit,jdbcType=VARCHAR}, #{aerationBug,jdbcType=VARCHAR},
  196. #{workUser,jdbcType=VARCHAR}, #{approveUser,jdbcType=VARCHAR}, #{remark,jdbcType=VARCHAR},
  197. #{cId,jdbcType=INTEGER}, #{cTime,jdbcType=TIMESTAMP}, #{uId,jdbcType=INTEGER},
  198. #{uTime,jdbcType=TIMESTAMP})
  199. </insert>
  200. <insert id="insertSelective" parameterType="cn.ourwill.module.house.entity.new_entity.DailyRecordCoolNewFile" >
  201. insert into daily_record_cool_new_file
  202. <trim prefix="(" suffix=")" suffixOverrides="," >
  203. <if test="id != null" >
  204. id,
  205. </if>
  206. <if test="fileUuid != null" >
  207. file_uuid,
  208. </if>
  209. <if test="houseId != null" >
  210. house_id,
  211. </if>
  212. <if test="grainId != null" >
  213. grain_id,
  214. </if>
  215. <if test="type != null" >
  216. type,
  217. </if>
  218. <if test="number != null" >
  219. number,
  220. </if>
  221. <if test="houseType != null" >
  222. house_type,
  223. </if>
  224. <if test="keepWarm != null" >
  225. keep_warm,
  226. </if>
  227. <if test="fanType != null" >
  228. fan_type,
  229. </if>
  230. <if test="aerationType != null" >
  231. aeration_type,
  232. </if>
  233. <if test="fanStyle != null" >
  234. fan_style,
  235. </if>
  236. <if test="fanPower != null" >
  237. fan_power,
  238. </if>
  239. <if test="fanPa != null" >
  240. fan_pa,
  241. </if>
  242. <if test="fanNum != null" >
  243. fan_num,
  244. </if>
  245. <if test="foodWidth != null" >
  246. food_width,
  247. </if>
  248. <if test="fanSupply != null" >
  249. fan_supply,
  250. </if>
  251. <if test="fanTotal != null" >
  252. fan_total,
  253. </if>
  254. <if test="fanUnit != null" >
  255. fan_unit,
  256. </if>
  257. <if test="fanStart != null" >
  258. fan_start,
  259. </if>
  260. <if test="fanEnd != null" >
  261. fan_end,
  262. </if>
  263. <if test="fanTimeTotal != null" >
  264. fan_time_total,
  265. </if>
  266. <if test="coolTemperature != null" >
  267. cool_temperature,
  268. </if>
  269. <if test="airTemperatureMax != null" >
  270. air_temperature_max,
  271. </if>
  272. <if test="airTemperatureMin != null" >
  273. air_temperature_min,
  274. </if>
  275. <if test="airTemperatureAvg != null" >
  276. air_temperature_avg,
  277. </if>
  278. <if test="airHumidityMax != null" >
  279. air_humidity_max,
  280. </if>
  281. <if test="airHumidityMin != null" >
  282. air_humidity_min,
  283. </if>
  284. <if test="airHumidityAvg != null" >
  285. air_humidity_avg,
  286. </if>
  287. <if test="temperatureFrontMax != null" >
  288. temperature_front_max,
  289. </if>
  290. <if test="coolTruth != null" >
  291. cool_truth,
  292. </if>
  293. <if test="coolHumidity != null" >
  294. cool_humidity,
  295. </if>
  296. <if test="temperatureFrontMin != null" >
  297. temperature_front_min,
  298. </if>
  299. <if test="temperatureFrontAvg != null" >
  300. temperature_front_avg,
  301. </if>
  302. <if test="temperatureAfterMax != null" >
  303. temperature_after_max,
  304. </if>
  305. <if test="temperatureAfterMin != null" >
  306. temperature_after_min,
  307. </if>
  308. <if test="temperatureAfterAvg != null" >
  309. temperature_after_avg,
  310. </if>
  311. <if test="waterFrontMax != null" >
  312. water_front_max,
  313. </if>
  314. <if test="waterFrontMin != null" >
  315. water_front_min,
  316. </if>
  317. <if test="waterFrontAvg != null" >
  318. water_front_avg,
  319. </if>
  320. <if test="waterAfterMax != null" >
  321. water_after_max,
  322. </if>
  323. <if test="waterAfterMin != null" >
  324. water_after_min,
  325. </if>
  326. <if test="waterAfterAvg != null" >
  327. water_after_avg,
  328. </if>
  329. <if test="temperatureWidth != null" >
  330. temperature_width,
  331. </if>
  332. <if test="waterWidth != null" >
  333. water_width,
  334. </if>
  335. <if test="totalElect != null" >
  336. total_elect,
  337. </if>
  338. <if test="electUnit != null" >
  339. elect_unit,
  340. </if>
  341. <if test="aerationBug != null" >
  342. aeration_bug,
  343. </if>
  344. <if test="workUser != null" >
  345. work_user,
  346. </if>
  347. <if test="approveUser != null" >
  348. approve_user,
  349. </if>
  350. <if test="remark != null" >
  351. remark,
  352. </if>
  353. <if test="cId != null" >
  354. c_id,
  355. </if>
  356. <if test="cTime != null" >
  357. c_time,
  358. </if>
  359. <if test="uId != null" >
  360. u_id,
  361. </if>
  362. <if test="uTime != null" >
  363. u_time,
  364. </if>
  365. </trim>
  366. <trim prefix="values (" suffix=")" suffixOverrides="," >
  367. <if test="id != null" >
  368. #{id,jdbcType=INTEGER},
  369. </if>
  370. <if test="fileUuid != null" >
  371. #{fileUuid,jdbcType=INTEGER},
  372. </if>
  373. <if test="houseId != null" >
  374. #{houseId,jdbcType=INTEGER},
  375. </if>
  376. <if test="grainId != null" >
  377. #{grainId,jdbcType=INTEGER},
  378. </if>
  379. <if test="type != null" >
  380. #{type,jdbcType=VARCHAR},
  381. </if>
  382. <if test="number != null" >
  383. #{number,jdbcType=INTEGER},
  384. </if>
  385. <if test="houseType != null" >
  386. #{houseType,jdbcType=VARCHAR},
  387. </if>
  388. <if test="keepWarm != null" >
  389. #{keepWarm,jdbcType=VARCHAR},
  390. </if>
  391. <if test="fanType != null" >
  392. #{fanType,jdbcType=VARCHAR},
  393. </if>
  394. <if test="aerationType != null" >
  395. #{aerationType,jdbcType=VARCHAR},
  396. </if>
  397. <if test="fanStyle != null" >
  398. #{fanStyle,jdbcType=VARCHAR},
  399. </if>
  400. <if test="fanPower != null" >
  401. #{fanPower,jdbcType=VARCHAR},
  402. </if>
  403. <if test="fanPa != null" >
  404. #{fanPa,jdbcType=VARCHAR},
  405. </if>
  406. <if test="fanNum != null" >
  407. #{fanNum,jdbcType=VARCHAR},
  408. </if>
  409. <if test="foodWidth != null" >
  410. #{foodWidth,jdbcType=VARCHAR},
  411. </if>
  412. <if test="fanSupply != null" >
  413. #{fanSupply,jdbcType=VARCHAR},
  414. </if>
  415. <if test="fanTotal != null" >
  416. #{fanTotal,jdbcType=VARCHAR},
  417. </if>
  418. <if test="fanUnit != null" >
  419. #{fanUnit,jdbcType=VARCHAR},
  420. </if>
  421. <if test="fanStart != null" >
  422. #{fanStart,jdbcType=VARCHAR},
  423. </if>
  424. <if test="fanEnd != null" >
  425. #{fanEnd,jdbcType=VARCHAR},
  426. </if>
  427. <if test="fanTimeTotal != null" >
  428. #{fanTimeTotal,jdbcType=VARCHAR},
  429. </if>
  430. <if test="coolTemperature != null" >
  431. #{coolTemperature,jdbcType=VARCHAR},
  432. </if>
  433. <if test="airTemperatureMax != null" >
  434. #{airTemperatureMax,jdbcType=VARCHAR},
  435. </if>
  436. <if test="airTemperatureMin != null" >
  437. #{airTemperatureMin,jdbcType=VARCHAR},
  438. </if>
  439. <if test="airTemperatureAvg != null" >
  440. #{airTemperatureAvg,jdbcType=VARCHAR},
  441. </if>
  442. <if test="airHumidityMax != null" >
  443. #{airHumidityMax,jdbcType=VARCHAR},
  444. </if>
  445. <if test="airHumidityMin != null" >
  446. #{airHumidityMin,jdbcType=VARCHAR},
  447. </if>
  448. <if test="airHumidityAvg != null" >
  449. #{airHumidityAvg,jdbcType=VARCHAR},
  450. </if>
  451. <if test="temperatureFrontMax != null" >
  452. #{temperatureFrontMax,jdbcType=VARCHAR},
  453. </if>
  454. <if test="coolTruth != null" >
  455. #{coolTruth,jdbcType=VARCHAR},
  456. </if>
  457. <if test="coolHumidity != null" >
  458. #{coolHumidity,jdbcType=VARCHAR},
  459. </if>
  460. <if test="temperatureFrontMin != null" >
  461. #{temperatureFrontMin,jdbcType=VARCHAR},
  462. </if>
  463. <if test="temperatureFrontAvg != null" >
  464. #{temperatureFrontAvg,jdbcType=VARCHAR},
  465. </if>
  466. <if test="temperatureAfterMax != null" >
  467. #{temperatureAfterMax,jdbcType=VARCHAR},
  468. </if>
  469. <if test="temperatureAfterMin != null" >
  470. #{temperatureAfterMin,jdbcType=VARCHAR},
  471. </if>
  472. <if test="temperatureAfterAvg != null" >
  473. #{temperatureAfterAvg,jdbcType=VARCHAR},
  474. </if>
  475. <if test="waterFrontMax != null" >
  476. #{waterFrontMax,jdbcType=VARCHAR},
  477. </if>
  478. <if test="waterFrontMin != null" >
  479. #{waterFrontMin,jdbcType=VARCHAR},
  480. </if>
  481. <if test="waterFrontAvg != null" >
  482. #{waterFrontAvg,jdbcType=VARCHAR},
  483. </if>
  484. <if test="waterAfterMax != null" >
  485. #{waterAfterMax,jdbcType=VARCHAR},
  486. </if>
  487. <if test="waterAfterMin != null" >
  488. #{waterAfterMin,jdbcType=VARCHAR},
  489. </if>
  490. <if test="waterAfterAvg != null" >
  491. #{waterAfterAvg,jdbcType=VARCHAR},
  492. </if>
  493. <if test="temperatureWidth != null" >
  494. #{temperatureWidth,jdbcType=VARCHAR},
  495. </if>
  496. <if test="waterWidth != null" >
  497. #{waterWidth,jdbcType=VARCHAR},
  498. </if>
  499. <if test="totalElect != null" >
  500. #{totalElect,jdbcType=VARCHAR},
  501. </if>
  502. <if test="electUnit != null" >
  503. #{electUnit,jdbcType=VARCHAR},
  504. </if>
  505. <if test="aerationBug != null" >
  506. #{aerationBug,jdbcType=VARCHAR},
  507. </if>
  508. <if test="workUser != null" >
  509. #{workUser,jdbcType=VARCHAR},
  510. </if>
  511. <if test="approveUser != null" >
  512. #{approveUser,jdbcType=VARCHAR},
  513. </if>
  514. <if test="remark != null" >
  515. #{remark,jdbcType=VARCHAR},
  516. </if>
  517. <if test="cId != null" >
  518. #{cId,jdbcType=INTEGER},
  519. </if>
  520. <if test="cTime != null" >
  521. #{cTime,jdbcType=TIMESTAMP},
  522. </if>
  523. <if test="uId != null" >
  524. #{uId,jdbcType=INTEGER},
  525. </if>
  526. <if test="uTime != null" >
  527. #{uTime,jdbcType=TIMESTAMP},
  528. </if>
  529. </trim>
  530. </insert>
  531. <select id="countByExample" parameterType="cn.ourwill.module.house.entity.new_entity.DailyRecordCoolNewExample" resultType="java.lang.Integer" >
  532. select count(*) from daily_record_cool_new_file
  533. <if test="_parameter != null" >
  534. <include refid="Example_Where_Clause" />
  535. </if>
  536. </select>
  537. <update id="updateByExampleSelective" parameterType="map" >
  538. update daily_record_cool_new_file
  539. <set >
  540. <if test="record.id != null" >
  541. id = #{record.id,jdbcType=INTEGER},
  542. </if>
  543. <if test="record.houseId != null" >
  544. house_id = #{record.houseId,jdbcType=INTEGER},
  545. </if>
  546. <if test="record.grainId != null" >
  547. grain_id = #{record.grainId,jdbcType=INTEGER},
  548. </if>
  549. <if test="record.type != null" >
  550. type = #{record.type,jdbcType=VARCHAR},
  551. </if>
  552. <if test="record.number != null" >
  553. number = #{record.number,jdbcType=INTEGER},
  554. </if>
  555. <if test="record.houseType != null" >
  556. house_type = #{record.houseType,jdbcType=VARCHAR},
  557. </if>
  558. <if test="record.keepWarm != null" >
  559. keep_warm = #{record.keepWarm,jdbcType=VARCHAR},
  560. </if>
  561. <if test="record.fanType != null" >
  562. fan_type = #{record.fanType,jdbcType=VARCHAR},
  563. </if>
  564. <if test="record.aerationType != null" >
  565. aeration_type = #{record.aerationType,jdbcType=VARCHAR},
  566. </if>
  567. <if test="record.fanStyle != null" >
  568. fan_style = #{record.fanStyle,jdbcType=VARCHAR},
  569. </if>
  570. <if test="record.fanPower != null" >
  571. fan_power = #{record.fanPower,jdbcType=VARCHAR},
  572. </if>
  573. <if test="record.fanPa != null" >
  574. fan_pa = #{record.fanPa,jdbcType=VARCHAR},
  575. </if>
  576. <if test="record.fanNum != null" >
  577. fan_num = #{record.fanNum,jdbcType=VARCHAR},
  578. </if>
  579. <if test="record.foodWidth != null" >
  580. food_width = #{record.foodWidth,jdbcType=VARCHAR},
  581. </if>
  582. <if test="record.fanSupply != null" >
  583. fan_supply = #{record.fanSupply,jdbcType=VARCHAR},
  584. </if>
  585. <if test="record.fanTotal != null" >
  586. fan_total = #{record.fanTotal,jdbcType=VARCHAR},
  587. </if>
  588. <if test="record.fanUnit != null" >
  589. fan_unit = #{record.fanUnit,jdbcType=VARCHAR},
  590. </if>
  591. <if test="record.fanStart != null" >
  592. fan_start = #{record.fanStart,jdbcType=VARCHAR},
  593. </if>
  594. <if test="record.fanEnd != null" >
  595. fan_end = #{record.fanEnd,jdbcType=VARCHAR},
  596. </if>
  597. <if test="record.fanTimeTotal != null" >
  598. fan_time_total = #{record.fanTimeTotal,jdbcType=VARCHAR},
  599. </if>
  600. <if test="record.coolTemperature != null" >
  601. cool_temperature = #{record.coolTemperature,jdbcType=VARCHAR},
  602. </if>
  603. <if test="record.airTemperatureMax != null" >
  604. air_temperature_max = #{record.airTemperatureMax,jdbcType=VARCHAR},
  605. </if>
  606. <if test="record.airTemperatureMin != null" >
  607. air_temperature_min = #{record.airTemperatureMin,jdbcType=VARCHAR},
  608. </if>
  609. <if test="record.airTemperatureAvg != null" >
  610. air_temperature_avg = #{record.airTemperatureAvg,jdbcType=VARCHAR},
  611. </if>
  612. <if test="record.airHumidityMax != null" >
  613. air_humidity_max = #{record.airHumidityMax,jdbcType=VARCHAR},
  614. </if>
  615. <if test="record.airHumidityMin != null" >
  616. air_humidity_min = #{record.airHumidityMin,jdbcType=VARCHAR},
  617. </if>
  618. <if test="record.airHumidityAvg != null" >
  619. air_humidity_avg = #{record.airHumidityAvg,jdbcType=VARCHAR},
  620. </if>
  621. <if test="record.temperatureFrontMax != null" >
  622. temperature_front_max = #{record.temperatureFrontMax,jdbcType=VARCHAR},
  623. </if>
  624. <if test="record.coolTruth != null" >
  625. cool_truth = #{record.coolTruth,jdbcType=VARCHAR},
  626. </if>
  627. <if test="record.coolHumidity != null" >
  628. cool_humidity = #{record.coolHumidity,jdbcType=VARCHAR},
  629. </if>
  630. <if test="record.temperatureFrontMin != null" >
  631. temperature_front_min = #{record.temperatureFrontMin,jdbcType=VARCHAR},
  632. </if>
  633. <if test="record.temperatureFrontAvg != null" >
  634. temperature_front_avg = #{record.temperatureFrontAvg,jdbcType=VARCHAR},
  635. </if>
  636. <if test="record.temperatureAfterMax != null" >
  637. temperature_after_max = #{record.temperatureAfterMax,jdbcType=VARCHAR},
  638. </if>
  639. <if test="record.temperatureAfterMin != null" >
  640. temperature_after_min = #{record.temperatureAfterMin,jdbcType=VARCHAR},
  641. </if>
  642. <if test="record.temperatureAfterAvg != null" >
  643. temperature_after_avg = #{record.temperatureAfterAvg,jdbcType=VARCHAR},
  644. </if>
  645. <if test="record.waterFrontMax != null" >
  646. water_front_max = #{record.waterFrontMax,jdbcType=VARCHAR},
  647. </if>
  648. <if test="record.waterFrontMin != null" >
  649. water_front_min = #{record.waterFrontMin,jdbcType=VARCHAR},
  650. </if>
  651. <if test="record.waterFrontAvg != null" >
  652. water_front_avg = #{record.waterFrontAvg,jdbcType=VARCHAR},
  653. </if>
  654. <if test="record.waterAfterMax != null" >
  655. water_after_max = #{record.waterAfterMax,jdbcType=VARCHAR},
  656. </if>
  657. <if test="record.waterAfterMin != null" >
  658. water_after_min = #{record.waterAfterMin,jdbcType=VARCHAR},
  659. </if>
  660. <if test="record.waterAfterAvg != null" >
  661. water_after_avg = #{record.waterAfterAvg,jdbcType=VARCHAR},
  662. </if>
  663. <if test="record.temperatureWidth != null" >
  664. temperature_width = #{record.temperatureWidth,jdbcType=VARCHAR},
  665. </if>
  666. <if test="record.waterWidth != null" >
  667. water_width = #{record.waterWidth,jdbcType=VARCHAR},
  668. </if>
  669. <if test="record.totalElect != null" >
  670. total_elect = #{record.totalElect,jdbcType=VARCHAR},
  671. </if>
  672. <if test="record.electUnit != null" >
  673. elect_unit = #{record.electUnit,jdbcType=VARCHAR},
  674. </if>
  675. <if test="record.aerationBug != null" >
  676. aeration_bug = #{record.aerationBug,jdbcType=VARCHAR},
  677. </if>
  678. <if test="record.workUser != null" >
  679. work_user = #{record.workUser,jdbcType=VARCHAR},
  680. </if>
  681. <if test="record.approveUser != null" >
  682. approve_user = #{record.approveUser,jdbcType=VARCHAR},
  683. </if>
  684. <if test="record.remark != null" >
  685. remark = #{record.remark,jdbcType=VARCHAR},
  686. </if>
  687. <if test="record.cId != null" >
  688. c_id = #{record.cId,jdbcType=INTEGER},
  689. </if>
  690. <if test="record.cTime != null" >
  691. c_time = #{record.cTime,jdbcType=TIMESTAMP},
  692. </if>
  693. <if test="record.uId != null" >
  694. u_id = #{record.uId,jdbcType=INTEGER},
  695. </if>
  696. <if test="record.uTime != null" >
  697. u_time = #{record.uTime,jdbcType=TIMESTAMP},
  698. </if>
  699. </set>
  700. <if test="_parameter != null" >
  701. <include refid="Update_By_Example_Where_Clause" />
  702. </if>
  703. </update>
  704. <update id="updateByExample" parameterType="map" >
  705. update daily_record_cool_new_file
  706. set id = #{record.id,jdbcType=INTEGER},
  707. house_id = #{record.houseId,jdbcType=INTEGER},
  708. grain_id = #{record.grainId,jdbcType=INTEGER},
  709. type = #{record.type,jdbcType=VARCHAR},
  710. number = #{record.number,jdbcType=INTEGER},
  711. house_type = #{record.houseType,jdbcType=VARCHAR},
  712. keep_warm = #{record.keepWarm,jdbcType=VARCHAR},
  713. fan_type = #{record.fanType,jdbcType=VARCHAR},
  714. aeration_type = #{record.aerationType,jdbcType=VARCHAR},
  715. fan_style = #{record.fanStyle,jdbcType=VARCHAR},
  716. fan_power = #{record.fanPower,jdbcType=VARCHAR},
  717. fan_pa = #{record.fanPa,jdbcType=VARCHAR},
  718. fan_num = #{record.fanNum,jdbcType=VARCHAR},
  719. food_width = #{record.foodWidth,jdbcType=VARCHAR},
  720. fan_supply = #{record.fanSupply,jdbcType=VARCHAR},
  721. fan_total = #{record.fanTotal,jdbcType=VARCHAR},
  722. fan_unit = #{record.fanUnit,jdbcType=VARCHAR},
  723. fan_start = #{record.fanStart,jdbcType=VARCHAR},
  724. fan_end = #{record.fanEnd,jdbcType=VARCHAR},
  725. fan_time_total = #{record.fanTimeTotal,jdbcType=VARCHAR},
  726. cool_temperature = #{record.coolTemperature,jdbcType=VARCHAR},
  727. air_temperature_max = #{record.airTemperatureMax,jdbcType=VARCHAR},
  728. air_temperature_min = #{record.airTemperatureMin,jdbcType=VARCHAR},
  729. air_temperature_avg = #{record.airTemperatureAvg,jdbcType=VARCHAR},
  730. air_humidity_max = #{record.airHumidityMax,jdbcType=VARCHAR},
  731. air_humidity_min = #{record.airHumidityMin,jdbcType=VARCHAR},
  732. air_humidity_avg = #{record.airHumidityAvg,jdbcType=VARCHAR},
  733. temperature_front_max = #{record.temperatureFrontMax,jdbcType=VARCHAR},
  734. cool_truth = #{record.coolTruth,jdbcType=VARCHAR},
  735. cool_humidity = #{record.coolHumidity,jdbcType=VARCHAR},
  736. temperature_front_min = #{record.temperatureFrontMin,jdbcType=VARCHAR},
  737. temperature_front_avg = #{record.temperatureFrontAvg,jdbcType=VARCHAR},
  738. temperature_after_max = #{record.temperatureAfterMax,jdbcType=VARCHAR},
  739. temperature_after_min = #{record.temperatureAfterMin,jdbcType=VARCHAR},
  740. temperature_after_avg = #{record.temperatureAfterAvg,jdbcType=VARCHAR},
  741. water_front_max = #{record.waterFrontMax,jdbcType=VARCHAR},
  742. water_front_min = #{record.waterFrontMin,jdbcType=VARCHAR},
  743. water_front_avg = #{record.waterFrontAvg,jdbcType=VARCHAR},
  744. water_after_max = #{record.waterAfterMax,jdbcType=VARCHAR},
  745. water_after_min = #{record.waterAfterMin,jdbcType=VARCHAR},
  746. water_after_avg = #{record.waterAfterAvg,jdbcType=VARCHAR},
  747. temperature_width = #{record.temperatureWidth,jdbcType=VARCHAR},
  748. water_width = #{record.waterWidth,jdbcType=VARCHAR},
  749. total_elect = #{record.totalElect,jdbcType=VARCHAR},
  750. elect_unit = #{record.electUnit,jdbcType=VARCHAR},
  751. aeration_bug = #{record.aerationBug,jdbcType=VARCHAR},
  752. work_user = #{record.workUser,jdbcType=VARCHAR},
  753. approve_user = #{record.approveUser,jdbcType=VARCHAR},
  754. remark = #{record.remark,jdbcType=VARCHAR},
  755. c_id = #{record.cId,jdbcType=INTEGER},
  756. c_time = #{record.cTime,jdbcType=TIMESTAMP},
  757. u_id = #{record.uId,jdbcType=INTEGER},
  758. u_time = #{record.uTime,jdbcType=TIMESTAMP}
  759. <if test="_parameter != null" >
  760. <include refid="Update_By_Example_Where_Clause" />
  761. </if>
  762. </update>
  763. <update id="updateByPrimaryKeySelective" parameterType="cn.ourwill.module.house.entity.new_entity.DailyRecordCoolNewFile" >
  764. update daily_record_cool_new_file
  765. <set >
  766. <if test="houseId != null" >
  767. house_id = #{houseId,jdbcType=INTEGER},
  768. </if>
  769. <if test="grainId != null" >
  770. grain_id = #{grainId,jdbcType=INTEGER},
  771. </if>
  772. <if test="type != null" >
  773. type = #{type,jdbcType=VARCHAR},
  774. </if>
  775. <if test="number != null" >
  776. number = #{number,jdbcType=INTEGER},
  777. </if>
  778. <if test="houseType != null" >
  779. house_type = #{houseType,jdbcType=VARCHAR},
  780. </if>
  781. <if test="keepWarm != null" >
  782. keep_warm = #{keepWarm,jdbcType=VARCHAR},
  783. </if>
  784. <if test="fanType != null" >
  785. fan_type = #{fanType,jdbcType=VARCHAR},
  786. </if>
  787. <if test="aerationType != null" >
  788. aeration_type = #{aerationType,jdbcType=VARCHAR},
  789. </if>
  790. <if test="fanStyle != null" >
  791. fan_style = #{fanStyle,jdbcType=VARCHAR},
  792. </if>
  793. <if test="fanPower != null" >
  794. fan_power = #{fanPower,jdbcType=VARCHAR},
  795. </if>
  796. <if test="fanPa != null" >
  797. fan_pa = #{fanPa,jdbcType=VARCHAR},
  798. </if>
  799. <if test="fanNum != null" >
  800. fan_num = #{fanNum,jdbcType=VARCHAR},
  801. </if>
  802. <if test="foodWidth != null" >
  803. food_width = #{foodWidth,jdbcType=VARCHAR},
  804. </if>
  805. <if test="fanSupply != null" >
  806. fan_supply = #{fanSupply,jdbcType=VARCHAR},
  807. </if>
  808. <if test="fanTotal != null" >
  809. fan_total = #{fanTotal,jdbcType=VARCHAR},
  810. </if>
  811. <if test="fanUnit != null" >
  812. fan_unit = #{fanUnit,jdbcType=VARCHAR},
  813. </if>
  814. <if test="fanStart != null" >
  815. fan_start = #{fanStart,jdbcType=VARCHAR},
  816. </if>
  817. <if test="fanEnd != null" >
  818. fan_end = #{fanEnd,jdbcType=VARCHAR},
  819. </if>
  820. <if test="fanTimeTotal != null" >
  821. fan_time_total = #{fanTimeTotal,jdbcType=VARCHAR},
  822. </if>
  823. <if test="coolTemperature != null" >
  824. cool_temperature = #{coolTemperature,jdbcType=VARCHAR},
  825. </if>
  826. <if test="airTemperatureMax != null" >
  827. air_temperature_max = #{airTemperatureMax,jdbcType=VARCHAR},
  828. </if>
  829. <if test="airTemperatureMin != null" >
  830. air_temperature_min = #{airTemperatureMin,jdbcType=VARCHAR},
  831. </if>
  832. <if test="airTemperatureAvg != null" >
  833. air_temperature_avg = #{airTemperatureAvg,jdbcType=VARCHAR},
  834. </if>
  835. <if test="airHumidityMax != null" >
  836. air_humidity_max = #{airHumidityMax,jdbcType=VARCHAR},
  837. </if>
  838. <if test="airHumidityMin != null" >
  839. air_humidity_min = #{airHumidityMin,jdbcType=VARCHAR},
  840. </if>
  841. <if test="airHumidityAvg != null" >
  842. air_humidity_avg = #{airHumidityAvg,jdbcType=VARCHAR},
  843. </if>
  844. <if test="temperatureFrontMax != null" >
  845. temperature_front_max = #{temperatureFrontMax,jdbcType=VARCHAR},
  846. </if>
  847. <if test="coolTruth != null" >
  848. cool_truth = #{coolTruth,jdbcType=VARCHAR},
  849. </if>
  850. <if test="coolHumidity != null" >
  851. cool_humidity = #{coolHumidity,jdbcType=VARCHAR},
  852. </if>
  853. <if test="temperatureFrontMin != null" >
  854. temperature_front_min = #{temperatureFrontMin,jdbcType=VARCHAR},
  855. </if>
  856. <if test="temperatureFrontAvg != null" >
  857. temperature_front_avg = #{temperatureFrontAvg,jdbcType=VARCHAR},
  858. </if>
  859. <if test="temperatureAfterMax != null" >
  860. temperature_after_max = #{temperatureAfterMax,jdbcType=VARCHAR},
  861. </if>
  862. <if test="temperatureAfterMin != null" >
  863. temperature_after_min = #{temperatureAfterMin,jdbcType=VARCHAR},
  864. </if>
  865. <if test="temperatureAfterAvg != null" >
  866. temperature_after_avg = #{temperatureAfterAvg,jdbcType=VARCHAR},
  867. </if>
  868. <if test="waterFrontMax != null" >
  869. water_front_max = #{waterFrontMax,jdbcType=VARCHAR},
  870. </if>
  871. <if test="waterFrontMin != null" >
  872. water_front_min = #{waterFrontMin,jdbcType=VARCHAR},
  873. </if>
  874. <if test="waterFrontAvg != null" >
  875. water_front_avg = #{waterFrontAvg,jdbcType=VARCHAR},
  876. </if>
  877. <if test="waterAfterMax != null" >
  878. water_after_max = #{waterAfterMax,jdbcType=VARCHAR},
  879. </if>
  880. <if test="waterAfterMin != null" >
  881. water_after_min = #{waterAfterMin,jdbcType=VARCHAR},
  882. </if>
  883. <if test="waterAfterAvg != null" >
  884. water_after_avg = #{waterAfterAvg,jdbcType=VARCHAR},
  885. </if>
  886. <if test="temperatureWidth != null" >
  887. temperature_width = #{temperatureWidth,jdbcType=VARCHAR},
  888. </if>
  889. <if test="waterWidth != null" >
  890. water_width = #{waterWidth,jdbcType=VARCHAR},
  891. </if>
  892. <if test="totalElect != null" >
  893. total_elect = #{totalElect,jdbcType=VARCHAR},
  894. </if>
  895. <if test="electUnit != null" >
  896. elect_unit = #{electUnit,jdbcType=VARCHAR},
  897. </if>
  898. <if test="aerationBug != null" >
  899. aeration_bug = #{aerationBug,jdbcType=VARCHAR},
  900. </if>
  901. <if test="workUser != null" >
  902. work_user = #{workUser,jdbcType=VARCHAR},
  903. </if>
  904. <if test="approveUser != null" >
  905. approve_user = #{approveUser,jdbcType=VARCHAR},
  906. </if>
  907. <if test="remark != null" >
  908. remark = #{remark,jdbcType=VARCHAR},
  909. </if>
  910. <if test="cId != null" >
  911. c_id = #{cId,jdbcType=INTEGER},
  912. </if>
  913. <if test="cTime != null" >
  914. c_time = #{cTime,jdbcType=TIMESTAMP},
  915. </if>
  916. <if test="uId != null" >
  917. u_id = #{uId,jdbcType=INTEGER},
  918. </if>
  919. <if test="uTime != null" >
  920. u_time = #{uTime,jdbcType=TIMESTAMP},
  921. </if>
  922. </set>
  923. where id = #{id,jdbcType=INTEGER}
  924. </update>
  925. <update id="updateByPrimaryKey" parameterType="cn.ourwill.module.house.entity.new_entity.DailyRecordCoolNewFile" >
  926. update daily_record_cool_new_file
  927. set house_id = #{houseId,jdbcType=INTEGER},
  928. grain_id = #{grainId,jdbcType=INTEGER},
  929. type = #{type,jdbcType=VARCHAR},
  930. number = #{number,jdbcType=INTEGER},
  931. house_type = #{houseType,jdbcType=VARCHAR},
  932. keep_warm = #{keepWarm,jdbcType=VARCHAR},
  933. fan_type = #{fanType,jdbcType=VARCHAR},
  934. aeration_type = #{aerationType,jdbcType=VARCHAR},
  935. fan_style = #{fanStyle,jdbcType=VARCHAR},
  936. fan_power = #{fanPower,jdbcType=VARCHAR},
  937. fan_pa = #{fanPa,jdbcType=VARCHAR},
  938. fan_num = #{fanNum,jdbcType=VARCHAR},
  939. food_width = #{foodWidth,jdbcType=VARCHAR},
  940. fan_supply = #{fanSupply,jdbcType=VARCHAR},
  941. fan_total = #{fanTotal,jdbcType=VARCHAR},
  942. fan_unit = #{fanUnit,jdbcType=VARCHAR},
  943. fan_start = #{fanStart,jdbcType=VARCHAR},
  944. fan_end = #{fanEnd,jdbcType=VARCHAR},
  945. fan_time_total = #{fanTimeTotal,jdbcType=VARCHAR},
  946. cool_temperature = #{coolTemperature,jdbcType=VARCHAR},
  947. air_temperature_max = #{airTemperatureMax,jdbcType=VARCHAR},
  948. air_temperature_min = #{airTemperatureMin,jdbcType=VARCHAR},
  949. air_temperature_avg = #{airTemperatureAvg,jdbcType=VARCHAR},
  950. air_humidity_max = #{airHumidityMax,jdbcType=VARCHAR},
  951. air_humidity_min = #{airHumidityMin,jdbcType=VARCHAR},
  952. air_humidity_avg = #{airHumidityAvg,jdbcType=VARCHAR},
  953. temperature_front_max = #{temperatureFrontMax,jdbcType=VARCHAR},
  954. cool_truth = #{coolTruth,jdbcType=VARCHAR},
  955. cool_humidity = #{coolHumidity,jdbcType=VARCHAR},
  956. temperature_front_min = #{temperatureFrontMin,jdbcType=VARCHAR},
  957. temperature_front_avg = #{temperatureFrontAvg,jdbcType=VARCHAR},
  958. temperature_after_max = #{temperatureAfterMax,jdbcType=VARCHAR},
  959. temperature_after_min = #{temperatureAfterMin,jdbcType=VARCHAR},
  960. temperature_after_avg = #{temperatureAfterAvg,jdbcType=VARCHAR},
  961. water_front_max = #{waterFrontMax,jdbcType=VARCHAR},
  962. water_front_min = #{waterFrontMin,jdbcType=VARCHAR},
  963. water_front_avg = #{waterFrontAvg,jdbcType=VARCHAR},
  964. water_after_max = #{waterAfterMax,jdbcType=VARCHAR},
  965. water_after_min = #{waterAfterMin,jdbcType=VARCHAR},
  966. water_after_avg = #{waterAfterAvg,jdbcType=VARCHAR},
  967. temperature_width = #{temperatureWidth,jdbcType=VARCHAR},
  968. water_width = #{waterWidth,jdbcType=VARCHAR},
  969. total_elect = #{totalElect,jdbcType=VARCHAR},
  970. elect_unit = #{electUnit,jdbcType=VARCHAR},
  971. aeration_bug = #{aerationBug,jdbcType=VARCHAR},
  972. work_user = #{workUser,jdbcType=VARCHAR},
  973. approve_user = #{approveUser,jdbcType=VARCHAR},
  974. remark = #{remark,jdbcType=VARCHAR},
  975. c_id = #{cId,jdbcType=INTEGER},
  976. c_time = #{cTime,jdbcType=TIMESTAMP},
  977. u_id = #{uId,jdbcType=INTEGER},
  978. u_time = #{uTime,jdbcType=TIMESTAMP}
  979. where id = #{id,jdbcType=INTEGER}
  980. </update>
  981. </mapper>