a.id ,
a.uuid ,
a.record_unite ,
a.keep_unite ,
a.location_num ,
a.quality ,
a.`type` ,
a.htype ,
a.`number` ,
a.stand_number ,
a.input_year ,
a.output_year ,
a.grow_year ,
a.keep_method ,
a.`level` ,
a.weight ,
a.impurity ,
a.water ,
a.unsound ,
a.recorder ,
a.house_type ,
a.design_house_capacity ,
a.valid_house_capacity ,
a.price ,
a.place_of_origin ,
a.storage_location ,
a.disperse_capacity ,
a.`length` ,
a.width ,
a.height ,
a.pack_num ,
a.pack_average_weight ,
a.filling_time ,
a.c_id ,
a.c_time ,
a.u_id ,
a.u_time ,
a.version ,
a.house_id ,
a.line_height,
a.file_date,
a.file_maker_uuid
INSERT INTO daily_record_foodbasicinfo_file
uuid,
record_unite,
keep_unite,
location_num,
quality,
type,
htype,
number,
stand_number,
input_year,
output_year,
grow_year,
keep_method,
level,
weight,
impurity,
water,
unsound,
recorder,
house_type,
design_house_capacity,
valid_house_capacity,
price,
place_of_origin,
storage_location,
disperse_capacity,
length,
width,
height,
pack_num,
pack_average_weight,
filling_time,
c_id,
c_time,
u_id,
u_time,
version,
house_id,
line_height,
file_date,
file_maker_uuid
#{uuid},
#{recordUnite},
#{keepUnite},
#{locationNum},
#{quality},
#{type},
#{htype},
#{number},
#{standNumber},
#{inputYear},
#{outputYear},
#{growYear},
#{keepMethod},
#{level},
#{weight},
#{impurity},
#{water},
#{unsound},
#{recorder},
#{houseType},
#{designHouseCapacity},
#{validHouseCapacity},
#{price},
#{placeOfOrigin},
#{storageLocation},
#{disperseCapacity},
#{length},
#{width},
#{height},
#{packNum},
#{packAverageWeight},
#{fillingTime},
#{cId},
#{cTime},
#{uId},
#{uTime},
#{version},
#{houseId},
#{lineHeight},
#{fileDate},
#{fileMakerUuid}