12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106 |
- <?xml version="1.0" encoding="UTF-8" ?>
- <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
- <mapper namespace="cn.ourwill.module.house.dao.daily.DailyRecordTaskFileDao">
- <resultMap type="cn.ourwill.module.house.entity.daily.DailyRecordTaskFile" id="baseMap">
- <result column="id" property="id"/>
- <result column="type" property="type"/>
- <result column="sub_type" property="subType"/>
- <result column="uuid" property="uuid"/>
- <result column="house_id" property="houseId"/>
- <result column="volume" property="volume"/>
- <result column="wind_reason" property="windReason"/>
- <result column="height" property="height"/>
- <result column="task_start_time" property="taskStartTime"/>
- <result column="task_end_time" property="taskEndTime"/>
- <result column="keeper" property="keeper"/>
- <result column="wind_total" property="windTotal"/>
- <result column="unite_wind" property="uniteWind"/>
- <result column="blower_model" property="blowerModel"/>
- <result column="blower_power" property="blowerPower"/>
- <result column="blower_type" property="blowerType"/>
- <result column="blower_type_unit" property="blowerTypeUnit"/>
- <result column="blower_total_forces" property="blowerTotalForces"/>
- <result column="wind_type" property="windType"/>
- <result column="blower_number" property="blowerNumber"/>
- <result column="task_time" property="taskTime"/>
- <result column="temp_high" property="tempHigh"/>
- <result column="temp_low" property="tempLow"/>
- <result column="temp_average" property="tempAverage"/>
- <result column="humidity_high" property="humidityHigh"/>
- <result column="humidity_low" property="humidityLow"/>
- <result column="humidity_average" property="humidityAverage"/>
- <result column="temp_before_high" property="tempBeforeHigh"/>
- <result column="temp_after_high" property="tempAfterHigh"/>
- <result column="temp_before_low" property="tempBeforeLow"/>
- <result column="temp_after_low" property="tempAfterLow"/>
- <result column="temp_before_average" property="tempBeforeAverage"/>
- <result column="temp_end_average" property="tempEndAverage"/>
- <result column="water_before_high" property="waterBeforeHigh"/>
- <result column="water_before_low" property="waterBeforeLow"/>
- <result column="water_before_average" property="waterBeforeAverage"/>
- <result column="water_after_high" property="waterAfterHigh"/>
- <result column="water_after_low" property="waterAfterLow"/>
- <result column="water_after_average" property="waterAfterAverage"/>
- <result column="temp_grads" property="tempGrads"/>
- <result column="water_grads" property="waterGrads"/>
- <result column="total_power" property="totalPower"/>
- <result column="weather" property="weather"/>
- <result column="air_temp" property="airTemp"/>
- <result column="drug_time" property="drugTime"/>
- <result column="house_temp" property="houseTemp"/>
- <result column="averate_temp" property="averateTemp"/>
- <result column="number" property="number"/>
- <result column="house_food_capacity" property="houseFoodCapacity"/>
- <result column="drug_purity" property="drugPurity"/>
- <result column="house_space_capacity" property="houseSpaceCapacity"/>
- <result column="house_sum_capacity" property="houseSumCapacity"/>
- <result column="sequence" property="sequence"/>
- <result column="material_capacity" property="materialCapacity"/>
- <result column="drug_name" property="drugName"/>
- <result column="drug_way" property="drugWay"/>
- <result column="drug_people_count" property="drugPeopleCount"/>
- <result column="unite_power" property="unitePower"/>
- <result column="is_fumigation" property="isFumigation"/>
- <result column="close_way" property="closeWay"/>
- <result column="director" property="director"/>
- <result column="drug_capacity_count" property="drugCapacityCount"/>
- <result column="durg_count" property="durgCount"/>
- <result column="temp_before_fumigation" property="tempBeforeFumigation"/>
- <result column="temp_after_fumigation" property="tempAfterFumigation"/>
- <result column="pest_before_fumigation" property="pestBeforeFumigation"/>
- <result column="pest_after_fumigation" property="pestAfterFumigation"/>
- <result column="fumigation_kind" property="fumigationKind"/>
- <result column="water" property="water"/>
- <result column="close_time" property="closeTime"/>
- <result column="kill_ratio" property="killRatio"/>
- <result column="remain_ratio" property="remainRatio"/>
- <result column="is_bad_things" property="isBadThings"/>
- <result column="manager_user" property="managerUser"/>
- <result column="device_no" property="deviceNo"/>
- <result column="power" property="power"/>
- <result column="loop_time" property="loopTime"/>
- <result column="air_condition_state" property="airConditionState"/>
- <result column="problems" property="problems"/>
- <result column="improvement" property="improvement"/>
- <result column="temp_before_loop" property="tempBeforeLoop"/>
- <result column="temp_after_loop" property="tempAfterLoop"/>
- <result column="operator" property="operator"/>
- <result column="remark" property="remark"/>
- <result column="c_id" property="cId"/>
- <result column="u_id" property="uId"/>
- <result column="c_time" property="cTime"/>
- <result column="u_time" property="uTime"/>
- <result column="version" property="version"/>
- <result column="outside_temp" property="outsideTemp"/>
- <result column="circulation_power" property="circulationPower"/>
- <result column="circulation_time" property="circulationTime"/>
- <result column="circulation_number" property="circulationNumber"/>
- <result column="loop_time_start" property="loopTimeStart"/>
- <result column="loop_time_end" property="loopTimeEnd"/>
- <result column="avg_grain_temp" property="avgGrainTemp"/>
- <result column="grainstack_avg_temp" property="grainstackAvgTemp"/>
- <result column="air_tightness" property="airTightness"/>
- <result column="security_officer" property="securityOfficer"/>
- <result column="close_time_end" property="closeTimeEnd"/>
- <result column="aeration_start_time" property="aerationStartTime"/>
- <result column="aeration_end_time" property="aerationEndTime"/>
- <result column="aeration_mode" property="aerationMode"/>
- <result column="file_uuid" property="fileUuid"/>
- </resultMap>
- <sql id="columns">
- id ,
- `type` ,
- sub_type ,
- uuid ,
- house_id ,
- volume ,
- wind_reason ,
- height ,
- task_start_time ,
- task_end_time ,
- keeper ,
- wind_total ,
- unite_wind ,
- blower_model ,
- blower_power ,
- blower_type ,
- blower_type_unit ,
- blower_total_forces ,
- wind_type ,
- blower_number ,
- task_time ,
- temp_high ,
- temp_low ,
- temp_average ,
- humidity_high ,
- humidity_low ,
- humidity_average ,
- temp_before_high ,
- temp_after_high ,
- temp_before_low ,
- temp_after_low ,
- temp_before_average ,
- temp_end_average ,
- water_before_high ,
- water_before_low ,
- water_before_average ,
- water_after_high ,
- water_after_low ,
- water_after_average ,
- temp_grads ,
- water_grads ,
- total_power ,
- weather ,
- air_temp ,
- drug_time ,
- house_temp ,
- averate_temp ,
- `number` ,
- house_food_capacity ,
- drug_purity ,
- house_space_capacity ,
- house_sum_capacity ,
- sequence ,
- material_capacity ,
- drug_name ,
- drug_way ,
- drug_people_count ,
- unite_power ,
- is_fumigation ,
- close_way ,
- director ,
- drug_capacity_count ,
- durg_count ,
- temp_before_fumigation ,
- temp_after_fumigation ,
- pest_before_fumigation ,
- pest_after_fumigation ,
- fumigation_kind ,
- water ,
- close_time ,
- kill_ratio ,
- remain_ratio ,
- is_bad_things ,
- manager_user ,
- device_no ,
- power ,
- loop_time ,
- air_condition_state ,
- problems ,
- improvement ,
- temp_before_loop ,
- temp_after_loop ,
- operator ,
- remark ,
- c_id ,
- u_id ,
- c_time ,
- u_time ,
- version ,
- outside_temp ,
- circulation_power ,
- circulation_time ,
- circulation_number ,
- loop_time_start ,
- loop_time_end ,
- avg_grain_temp ,
- grainstack_avg_temp ,
- air_tightness ,
- security_officer ,
- close_time_end ,
- aeration_start_time ,
- aeration_end_time ,
- aeration_mode,
- file_uuid
- </sql>
- <sql id="joinCols">
- </sql>
- <select id="get" resultMap="baseMap">
- SELECT
- <include refid="columns"/>
- FROM daily_record_task_file a
- <include refid="joinCols"/>
- WHERE a.id = #{id}
- </select>
- <select id="findList" resultMap="baseMap">
- SELECT
- <include refid="columns"/>
- FROM daily_record_task_file a
- <include refid="joinCols"/>
- <where>
- <if test="id !=null">
- and id = #{id}
- </if>
- <if test="searchStartDate !=null">
- and task_start_time <![CDATA[ >= ]]> #{searchStartDate}
- </if>
- <if test="searchEndDate !=null">
- and task_start_time <= #{searchEndDate}
- </if>
- <if test="type !=null">
- and `type` = #{type}
- </if>
- <if test="subType !=null">
- and sub_type = #{subType}
- </if>
- <if test="uuid !=null">
- and uuid = #{uuid}
- </if>
- <if test="houseId !=null">
- and house_id = #{houseId}
- </if>
- <if test="volume !=null">
- and volume = #{volume}
- </if>
- <if test="windReason !=null">
- and wind_reason = #{windReason}
- </if>
- <if test="height !=null">
- and height = #{height}
- </if>
- <if test="taskStartTime !=null">
- and task_start_time = #{taskStartTime}
- </if>
- <if test="taskEndTime !=null">
- and task_end_time = #{taskEndTime}
- </if>
- <if test="keeper !=null">
- and keeper = #{keeper}
- </if>
- <if test="windTotal !=null">
- and wind_total = #{windTotal}
- </if>
- <if test="uniteWind !=null">
- and unite_wind = #{uniteWind}
- </if>
- <if test="blowerModel !=null">
- and blower_model = #{blowerModel}
- </if>
- <if test="blowerPower !=null">
- and blower_power = #{blowerPower}
- </if>
- <if test="blowerType !=null">
- and blower_type = #{blowerType}
- </if>
- <if test="blowerTypeUnit !=null">
- and blower_type_unit = #{blowerTypeUnit}
- </if>
- <if test="blowerTotalForces !=null">
- and blower_total_forces = #{blowerTotalForces}
- </if>
- <if test="windType !=null">
- and wind_type = #{windType}
- </if>
- <if test="blowerNumber !=null">
- and blower_number = #{blowerNumber}
- </if>
- <if test="taskTime !=null">
- and task_time = #{taskTime}
- </if>
- <if test="tempHigh !=null">
- and temp_high = #{tempHigh}
- </if>
- <if test="tempLow !=null">
- and temp_low = #{tempLow}
- </if>
- <if test="tempAverage !=null">
- and temp_average = #{tempAverage}
- </if>
- <if test="humidityHigh !=null">
- and humidity_high = #{humidityHigh}
- </if>
- <if test="humidityLow !=null">
- and humidity_low = #{humidityLow}
- </if>
- <if test="humidityAverage !=null">
- and humidity_average = #{humidityAverage}
- </if>
- <if test="tempBeforeHigh !=null">
- and temp_before_high = #{tempBeforeHigh}
- </if>
- <if test="tempAfterHigh !=null">
- and temp_after_high = #{tempAfterHigh}
- </if>
- <if test="tempBeforeLow !=null">
- and temp_before_low = #{tempBeforeLow}
- </if>
- <if test="tempAfterLow !=null">
- and temp_after_low = #{tempAfterLow}
- </if>
- <if test="tempBeforeAverage !=null">
- and temp_before_average = #{tempBeforeAverage}
- </if>
- <if test="tempEndAverage !=null">
- and temp_end_average = #{tempEndAverage}
- </if>
- <if test="waterBeforeHigh !=null">
- and water_before_high = #{waterBeforeHigh}
- </if>
- <if test="waterBeforeLow !=null">
- and water_before_low = #{waterBeforeLow}
- </if>
- <if test="waterBeforeAverage !=null">
- and water_before_average = #{waterBeforeAverage}
- </if>
- <if test="waterAfterHigh !=null">
- and water_after_high = #{waterAfterHigh}
- </if>
- <if test="waterAfterLow !=null">
- and water_after_low = #{waterAfterLow}
- </if>
- <if test="waterAfterAverage !=null">
- and water_after_average = #{waterAfterAverage}
- </if>
- <if test="tempGrads !=null">
- and temp_grads = #{tempGrads}
- </if>
- <if test="waterGrads !=null">
- and water_grads = #{waterGrads}
- </if>
- <if test="totalPower !=null">
- and total_power = #{totalPower}
- </if>
- <if test="weather !=null">
- and weather = #{weather}
- </if>
- <if test="airTemp !=null">
- and air_temp = #{airTemp}
- </if>
- <if test="drugTime !=null">
- and drug_time = #{drugTime}
- </if>
- <if test="houseTemp !=null">
- and house_temp = #{houseTemp}
- </if>
- <if test="averateTemp !=null">
- and averate_temp = #{averateTemp}
- </if>
- <if test="number !=null">
- and `number` = #{number}
- </if>
- <if test="houseFoodCapacity !=null">
- and house_food_capacity = #{houseFoodCapacity}
- </if>
- <if test="drugPurity !=null">
- and drug_purity = #{drugPurity}
- </if>
- <if test="houseSpaceCapacity !=null">
- and house_space_capacity = #{houseSpaceCapacity}
- </if>
- <if test="houseSumCapacity !=null">
- and house_sum_capacity = #{houseSumCapacity}
- </if>
- <if test="sequence !=null">
- and sequence = #{sequence}
- </if>
- <if test="materialCapacity !=null">
- and material_capacity = #{materialCapacity}
- </if>
- <if test="drugName !=null">
- and drug_name = #{drugName}
- </if>
- <if test="drugWay !=null">
- and drug_way = #{drugWay}
- </if>
- <if test="drugPeopleCount !=null">
- and drug_people_count = #{drugPeopleCount}
- </if>
- <if test="unitePower !=null">
- and unite_power = #{unitePower}
- </if>
- <if test="isFumigation !=null">
- and is_fumigation = #{isFumigation}
- </if>
- <if test="closeWay !=null">
- and close_way = #{closeWay}
- </if>
- <if test="director !=null">
- and director = #{director}
- </if>
- <if test="drugCapacityCount !=null">
- and drug_capacity_count = #{drugCapacityCount}
- </if>
- <if test="durgCount !=null">
- and durg_count = #{durgCount}
- </if>
- <if test="tempBeforeFumigation !=null">
- and temp_before_fumigation = #{tempBeforeFumigation}
- </if>
- <if test="tempAfterFumigation !=null">
- and temp_after_fumigation = #{tempAfterFumigation}
- </if>
- <if test="pestBeforeFumigation !=null">
- and pest_before_fumigation = #{pestBeforeFumigation}
- </if>
- <if test="pestAfterFumigation !=null">
- and pest_after_fumigation = #{pestAfterFumigation}
- </if>
- <if test="fumigationKind !=null">
- and fumigation_kind = #{fumigationKind}
- </if>
- <if test="water !=null">
- and water = #{water}
- </if>
- <if test="closeTime !=null">
- and close_time = #{closeTime}
- </if>
- <if test="killRatio !=null">
- and kill_ratio = #{killRatio}
- </if>
- <if test="remainRatio !=null">
- and remain_ratio = #{remainRatio}
- </if>
- <if test="isBadThings !=null">
- and is_bad_things = #{isBadThings}
- </if>
- <if test="managerUser !=null">
- and manager_user = #{managerUser}
- </if>
- <if test="deviceNo !=null">
- and device_no = #{deviceNo}
- </if>
- <if test="power !=null">
- and power = #{power}
- </if>
- <if test="loopTime !=null">
- and loop_time = #{loopTime}
- </if>
- <if test="airConditionState !=null">
- and air_condition_state = #{airConditionState}
- </if>
- <if test="problems !=null">
- and problems = #{problems}
- </if>
- <if test="improvement !=null">
- and improvement = #{improvement}
- </if>
- <if test="tempBeforeLoop !=null">
- and temp_before_loop = #{tempBeforeLoop}
- </if>
- <if test="tempAfterLoop !=null">
- and temp_after_loop = #{tempAfterLoop}
- </if>
- <if test="operator !=null">
- and operator = #{operator}
- </if>
- <if test="remark !=null">
- and remark = #{remark}
- </if>
- <if test="cId !=null">
- and c_id = #{cId}
- </if>
- <if test="uId !=null">
- and u_id = #{uId}
- </if>
- <if test="cTime !=null">
- and c_time = #{cTime}
- </if>
- <if test="uTime !=null">
- and u_time = #{uTime}
- </if>
- <if test="version !=null">
- and version = #{version}
- </if>
- <if test="outsideTemp !=null">
- and outside_temp = #{outsideTemp}
- </if>
- <if test="circulationPower !=null">
- and circulation_power = #{circulationPower}
- </if>
- <if test="circulationTime !=null">
- and circulation_time = #{circulationTime}
- </if>
- <if test="circulationNumber !=null">
- and circulation_number = #{circulationNumber}
- </if>
- <if test="loopTimeStart !=null">
- and loop_time_start = #{loopTimeStart}
- </if>
- <if test="loopTimeEnd !=null">
- and loop_time_end = #{loopTimeEnd}
- </if>
- <if test="avgGrainTemp !=null">
- and avg_grain_temp = #{avgGrainTemp}
- </if>
- <if test="grainstackAvgTemp !=null">
- and grainstack_avg_temp = #{grainstackAvgTemp}
- </if>
- <if test="airTightness !=null">
- and air_tightness = #{airTightness}
- </if>
- <if test="securityOfficer !=null">
- and security_officer = #{securityOfficer}
- </if>
- <if test="closeTimeEnd !=null">
- and close_time_end = #{closeTimeEnd}
- </if>
- <if test="aerationStartTime !=null">
- and aeration_start_time = #{aerationStartTime}
- </if>
- <if test="aerationEndTime !=null">
- and aeration_end_time = #{aerationEndTime}
- </if>
- <if test="aerationMode !=null">
- and aeration_mode = #{aerationMode}
- </if>
- <if test="fileUuid !=null">
- and file_uuid = #{fileUuid}
- </if>
- </where>
- <choose>
- <when test="page !=null and page.orderBy != null and page.orderBy != ''">
- ORDER BY ${page.orderBy}
- </when>
- <otherwise>
- order by id desc
- </otherwise>
- </choose>
- </select>
- <insert id="insert" keyColumn="id" keyProperty="id" useGeneratedKeys="true"
- parameterType="cn.ourwill.module.house.entity.daily.DailyRecordTaskFile">
- INSERT INTO daily_record_task_file
- <trim prefix="(" suffix=")" suffixOverrides=",">
- <!-- <if test=" id != null">
- id,
- </if>-->
- <if test=" type != null">
- `type`,
- </if>
- <if test=" subType != null">
- sub_type,
- </if>
- <if test=" uuid != null">
- uuid,
- </if>
- <if test=" houseId != null">
- house_id,
- </if>
- <if test=" volume != null">
- volume,
- </if>
- <if test=" windReason != null">
- wind_reason,
- </if>
- <if test=" height != null">
- height,
- </if>
- <if test=" taskStartTime != null">
- task_start_time,
- </if>
- <if test=" taskEndTime != null">
- task_end_time,
- </if>
- <if test=" keeper != null">
- keeper,
- </if>
- <if test=" windTotal != null">
- wind_total,
- </if>
- <if test=" uniteWind != null">
- unite_wind,
- </if>
- <if test=" blowerModel != null">
- blower_model,
- </if>
- <if test=" blowerPower != null">
- blower_power,
- </if>
- <if test=" blowerType != null">
- blower_type,
- </if>
- <if test=" blowerTypeUnit != null">
- blower_type_unit,
- </if>
- <if test=" blowerTotalForces != null">
- blower_total_forces,
- </if>
- <if test=" windType != null">
- wind_type,
- </if>
- <if test=" blowerNumber != null">
- blower_number,
- </if>
- <if test=" taskTime != null">
- task_time,
- </if>
- <if test=" tempHigh != null">
- temp_high,
- </if>
- <if test=" tempLow != null">
- temp_low,
- </if>
- <if test=" tempAverage != null">
- temp_average,
- </if>
- <if test=" humidityHigh != null">
- humidity_high,
- </if>
- <if test=" humidityLow != null">
- humidity_low,
- </if>
- <if test=" humidityAverage != null">
- humidity_average,
- </if>
- <if test=" tempBeforeHigh != null">
- temp_before_high,
- </if>
- <if test=" tempAfterHigh != null">
- temp_after_high,
- </if>
- <if test=" tempBeforeLow != null">
- temp_before_low,
- </if>
- <if test=" tempAfterLow != null">
- temp_after_low,
- </if>
- <if test=" tempBeforeAverage != null">
- temp_before_average,
- </if>
- <if test=" tempEndAverage != null">
- temp_end_average,
- </if>
- <if test=" waterBeforeHigh != null">
- water_before_high,
- </if>
- <if test=" waterBeforeLow != null">
- water_before_low,
- </if>
- <if test=" waterBeforeAverage != null">
- water_before_average,
- </if>
- <if test=" waterAfterHigh != null">
- water_after_high,
- </if>
- <if test=" waterAfterLow != null">
- water_after_low,
- </if>
- <if test=" waterAfterAverage != null">
- water_after_average,
- </if>
- <if test=" tempGrads != null">
- temp_grads,
- </if>
- <if test=" waterGrads != null">
- water_grads,
- </if>
- <if test=" totalPower != null">
- total_power,
- </if>
- <if test=" weather != null">
- weather,
- </if>
- <if test=" airTemp != null">
- air_temp,
- </if>
- <if test=" drugTime != null">
- drug_time,
- </if>
- <if test=" houseTemp != null">
- house_temp,
- </if>
- <if test=" averateTemp != null">
- averate_temp,
- </if>
- <if test=" number != null">
- `number`,
- </if>
- <if test=" houseFoodCapacity != null">
- house_food_capacity,
- </if>
- <if test=" drugPurity != null">
- drug_purity,
- </if>
- <if test=" houseSpaceCapacity != null">
- house_space_capacity,
- </if>
- <if test=" houseSumCapacity != null">
- house_sum_capacity,
- </if>
- <if test=" sequence != null">
- sequence,
- </if>
- <if test=" materialCapacity != null">
- material_capacity,
- </if>
- <if test=" drugName != null">
- drug_name,
- </if>
- <if test=" drugWay != null">
- drug_way,
- </if>
- <if test=" drugPeopleCount != null">
- drug_people_count,
- </if>
- <if test=" unitePower != null">
- unite_power,
- </if>
- <if test=" isFumigation != null">
- is_fumigation,
- </if>
- <if test=" closeWay != null">
- close_way,
- </if>
- <if test=" director != null">
- director,
- </if>
- <if test=" drugCapacityCount != null">
- drug_capacity_count,
- </if>
- <if test=" durgCount != null">
- durg_count,
- </if>
- <if test=" tempBeforeFumigation != null">
- temp_before_fumigation,
- </if>
- <if test=" tempAfterFumigation != null">
- temp_after_fumigation,
- </if>
- <if test=" pestBeforeFumigation != null">
- pest_before_fumigation,
- </if>
- <if test=" pestAfterFumigation != null">
- pest_after_fumigation,
- </if>
- <if test=" fumigationKind != null">
- fumigation_kind,
- </if>
- <if test=" water != null">
- water,
- </if>
- <if test=" closeTime != null">
- close_time,
- </if>
- <if test=" killRatio != null">
- kill_ratio,
- </if>
- <if test=" remainRatio != null">
- remain_ratio,
- </if>
- <if test=" isBadThings != null">
- is_bad_things,
- </if>
- <if test=" managerUser != null">
- manager_user,
- </if>
- <if test=" drugFoodCount != null">
- drug_food_count,
- </if>
- <if test=" deviceNo != null">
- device_no,
- </if>
- <if test=" power != null">
- power,
- </if>
- <if test=" loopTime != null">
- loop_time,
- </if>
- <if test=" airConditionState != null">
- air_condition_state,
- </if>
- <if test=" problems != null">
- problems,
- </if>
- <if test=" improvement != null">
- improvement,
- </if>
- <if test=" tempBeforeLoop != null">
- temp_before_loop,
- </if>
- <if test=" tempAfterLoop != null">
- temp_after_loop,
- </if>
- <if test=" operator != null">
- operator,
- </if>
- <if test=" remark != null">
- remark,
- </if>
- <if test=" cId != null">
- c_id,
- </if>
- <if test=" uId != null">
- u_id,
- </if>
- <if test=" cTime != null">
- c_time,
- </if>
- <if test=" uTime != null">
- u_time,
- </if>
- <if test=" version != null">
- version,
- </if>
- <if test=" outsideTemp != null">
- outside_temp,
- </if>
- <if test=" circulationPower != null">
- circulation_power,
- </if>
- <if test=" circulationTime != null">
- circulation_time,
- </if>
- <if test=" circulationNumber != null">
- circulation_number,
- </if>
- <if test=" loopTimeStart != null">
- loop_time_start,
- </if>
- <if test=" loopTimeEnd != null">
- loop_time_end,
- </if>
- <if test=" avgGrainTemp != null">
- avg_grain_temp,
- </if>
- <if test=" grainstackAvgTemp != null">
- grainstack_avg_temp,
- </if>
- <if test=" airTightness != null">
- air_tightness,
- </if>
- <if test=" securityOfficer != null">
- security_officer,
- </if>
- <if test=" closeTimeEnd != null">
- close_time_end,
- </if>
- <if test=" aerationStartTime != null">
- aeration_start_time,
- </if>
- <if test=" aerationEndTime != null">
- aeration_end_time,
- </if>
- <if test=" aerationMode != null">
- aeration_mode,
- </if>
- <if test=" fileUuid != null">
- file_uuid
- </if>
- </trim>
- <trim prefix="values (" suffix=")" suffixOverrides=",">
- <!--<if test="id !=null">
- #{id},
- </if>-->
- <if test=" type != null">
- #{type}, </if>
- <if test=" subType != null">
- #{subType}, </if>
- <if test=" uuid != null">
- #{uuid}, </if>
- <if test=" houseId != null">
- #{houseId}, </if>
- <if test=" volume != null">
- #{volume}, </if>
- <if test=" windReason != null">
- #{windReason}, </if>
- <if test=" height != null">
- #{height}, </if>
- <if test=" taskStartTime != null">
- #{taskStartTime}, </if>
- <if test=" taskEndTime != null">
- #{taskEndTime}, </if>
- <if test=" keeper != null">
- #{keeper}, </if>
- <if test=" windTotal != null">
- #{windTotal}, </if>
- <if test=" uniteWind != null">
- #{uniteWind}, </if>
- <if test=" blowerModel != null">
- #{blowerModel}, </if>
- <if test=" blowerPower != null">
- #{blowerPower}, </if>
- <if test=" blowerType != null">
- #{blowerType}, </if>
- <if test=" blowerTypeUnit != null">
- #{blowerTypeUnit}, </if>
- <if test=" blowerTotalForces != null">
- #{blowerTotalForces}, </if>
- <if test=" windType != null">
- #{windType}, </if>
- <if test=" blowerNumber != null">
- #{blowerNumber}, </if>
- <if test=" taskTime != null">
- #{taskTime}, </if>
- <if test=" tempHigh != null">
- #{tempHigh}, </if>
- <if test=" tempLow != null">
- #{tempLow}, </if>
- <if test=" tempAverage != null">
- #{tempAverage}, </if>
- <if test=" humidityHigh != null">
- #{humidityHigh}, </if>
- <if test=" humidityLow != null">
- #{humidityLow}, </if>
- <if test=" humidityAverage != null">
- #{humidityAverage}, </if>
- <if test=" tempBeforeHigh != null">
- #{tempBeforeHigh}, </if>
- <if test=" tempAfterHigh != null">
- #{tempAfterHigh}, </if>
- <if test=" tempBeforeLow != null">
- #{tempBeforeLow}, </if>
- <if test=" tempAfterLow != null">
- #{tempAfterLow}, </if>
- <if test=" tempBeforeAverage != null">
- #{tempBeforeAverage}, </if>
- <if test=" tempEndAverage != null">
- #{tempEndAverage}, </if>
- <if test=" waterBeforeHigh != null">
- #{waterBeforeHigh}, </if>
- <if test=" waterBeforeLow != null">
- #{waterBeforeLow}, </if>
- <if test=" waterBeforeAverage != null">
- #{waterBeforeAverage}, </if>
- <if test=" waterAfterHigh != null">
- #{waterAfterHigh}, </if>
- <if test=" waterAfterLow != null">
- #{waterAfterLow}, </if>
- <if test=" waterAfterAverage != null">
- #{waterAfterAverage}, </if>
- <if test=" tempGrads != null">
- #{tempGrads}, </if>
- <if test=" waterGrads != null">
- #{waterGrads}, </if>
- <if test=" totalPower != null">
- #{totalPower}, </if>
- <if test=" weather != null">
- #{weather}, </if>
- <if test=" airTemp != null">
- #{airTemp}, </if>
- <if test=" drugTime != null">
- #{drugTime}, </if>
- <if test=" houseTemp != null">
- #{houseTemp}, </if>
- <if test=" averateTemp != null">
- #{averateTemp}, </if>
- <if test=" number != null">
- #{number}, </if>
- <if test=" houseFoodCapacity != null">
- #{houseFoodCapacity}, </if>
- <if test=" drugPurity != null">
- #{drugPurity}, </if>
- <if test=" houseSpaceCapacity != null">
- #{houseSpaceCapacity}, </if>
- <if test=" houseSumCapacity != null">
- #{houseSumCapacity}, </if>
- <if test=" sequence != null">
- #{sequence}, </if>
- <if test=" materialCapacity != null">
- #{materialCapacity}, </if>
- <if test=" drugName != null">
- #{drugName}, </if>
- <if test=" drugWay != null">
- #{drugWay}, </if>
- <if test=" drugPeopleCount != null">
- #{drugPeopleCount}, </if>
- <if test=" unitePower != null">
- #{unitePower}, </if>
- <if test=" isFumigation != null">
- #{isFumigation}, </if>
- <if test=" closeWay != null">
- #{closeWay}, </if>
- <if test=" director != null">
- #{director}, </if>
- <if test=" drugCapacityCount != null">
- #{drugCapacityCount}, </if>
- <if test=" durgCount != null">
- #{durgCount}, </if>
- <if test=" tempBeforeFumigation != null">
- #{tempBeforeFumigation}, </if>
- <if test=" tempAfterFumigation != null">
- #{tempAfterFumigation}, </if>
- <if test=" pestBeforeFumigation != null">
- #{pestBeforeFumigation}, </if>
- <if test=" pestAfterFumigation != null">
- #{pestAfterFumigation}, </if>
- <if test=" fumigationKind != null">
- #{fumigationKind}, </if>
- <if test=" water != null">
- #{water}, </if>
- <if test=" closeTime != null">
- #{closeTime}, </if>
- <if test=" killRatio != null">
- #{killRatio}, </if>
- <if test=" remainRatio != null">
- #{remainRatio}, </if>
- <if test=" isBadThings != null">
- #{isBadThings}, </if>
- <if test=" managerUser != null">
- #{managerUser}, </if>
- <if test=" drugFoodCount != null">
- #{drugFoodCount}, </if>
- <if test=" deviceNo != null">
- #{deviceNo}, </if>
- <if test=" power != null">
- #{power}, </if>
- <if test=" loopTime != null">
- #{loopTime}, </if>
- <if test=" airConditionState != null">
- #{airConditionState}, </if>
- <if test=" problems != null">
- #{problems}, </if>
- <if test=" improvement != null">
- #{improvement}, </if>
- <if test=" tempBeforeLoop != null">
- #{tempBeforeLoop}, </if>
- <if test=" tempAfterLoop != null">
- #{tempAfterLoop}, </if>
- <if test=" operator != null">
- #{operator}, </if>
- <if test=" remark != null">
- #{remark}, </if>
- <if test=" cId != null">
- #{cId}, </if>
- <if test=" uId != null">
- #{uId}, </if>
- <if test=" cTime != null">
- #{cTime}, </if>
- <if test=" uTime != null">
- #{uTime}, </if>
- <if test=" version != null">
- #{version}, </if>
- <if test=" outsideTemp != null">
- #{outsideTemp}, </if>
- <if test=" circulationPower != null">
- #{circulationPower}, </if>
- <if test=" circulationTime != null">
- #{circulationTime}, </if>
- <if test=" circulationNumber != null">
- #{circulationNumber}, </if>
- <if test=" loopTimeStart != null">
- #{loopTimeStart}, </if>
- <if test=" loopTimeEnd != null">
- #{loopTimeEnd}, </if>
- <if test=" avgGrainTemp != null">
- #{avgGrainTemp}, </if>
- <if test=" grainstackAvgTemp != null">
- #{grainstackAvgTemp}, </if>
- <if test=" airTightness != null">
- #{airTightness}, </if>
- <if test=" securityOfficer != null">
- #{securityOfficer}, </if>
- <if test=" closeTimeEnd != null">
- #{closeTimeEnd}, </if>
- <if test=" aerationStartTime != null">
- #{aerationStartTime}, </if>
- <if test=" aerationEndTime != null">
- #{aerationEndTime}, </if>
- <if test=" aerationMode != null">
- #{aerationMode} , </if>
- <if test=" fileUuid!= null">
- #{fileUuid} </if>
- </trim>
- </insert>
- </mapper>
|