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
INSERT INTO daily_record_task_file
`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,
drug_food_count,
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
#{type},
#{subType},
#{uuid},
#{houseId},
#{volume},
#{windReason},
#{height},
#{taskStartTime},
#{taskEndTime},
#{keeper},
#{windTotal},
#{uniteWind},
#{blowerModel},
#{blowerPower},
#{blowerType},
#{blowerTypeUnit},
#{blowerTotalForces},
#{windType},
#{blowerNumber},
#{taskTime},
#{tempHigh},
#{tempLow},
#{tempAverage},
#{humidityHigh},
#{humidityLow},
#{humidityAverage},
#{tempBeforeHigh},
#{tempAfterHigh},
#{tempBeforeLow},
#{tempAfterLow},
#{tempBeforeAverage},
#{tempEndAverage},
#{waterBeforeHigh},
#{waterBeforeLow},
#{waterBeforeAverage},
#{waterAfterHigh},
#{waterAfterLow},
#{waterAfterAverage},
#{tempGrads},
#{waterGrads},
#{totalPower},
#{weather},
#{airTemp},
#{drugTime},
#{houseTemp},
#{averateTemp},
#{number},
#{houseFoodCapacity},
#{drugPurity},
#{houseSpaceCapacity},
#{houseSumCapacity},
#{sequence},
#{materialCapacity},
#{drugName},
#{drugWay},
#{drugPeopleCount},
#{unitePower},
#{isFumigation},
#{closeWay},
#{director},
#{drugCapacityCount},
#{durgCount},
#{tempBeforeFumigation},
#{tempAfterFumigation},
#{pestBeforeFumigation},
#{pestAfterFumigation},
#{fumigationKind},
#{water},
#{closeTime},
#{killRatio},
#{remainRatio},
#{isBadThings},
#{managerUser},
#{drugFoodCount},
#{deviceNo},
#{power},
#{loopTime},
#{airConditionState},
#{problems},
#{improvement},
#{tempBeforeLoop},
#{tempAfterLoop},
#{operator},
#{remark},
#{cId},
#{uId},
#{cTime},
#{uTime},
#{version},
#{outsideTemp},
#{circulationPower},
#{circulationTime},
#{circulationNumber},
#{loopTimeStart},
#{loopTimeEnd},
#{avgGrainTemp},
#{grainstackAvgTemp},
#{airTightness},
#{securityOfficer},
#{closeTimeEnd},
#{aerationStartTime},
#{aerationEndTime},
#{aerationMode} ,
#{fileUuid}