insert into mgt_year_pig_base(eartag,day_age,unit_id,weight,breed,sex,birthday,origin_place,pigsty_id,period_id,in_fence_time,mother_eartag,father_eartag) values
(#{item.eartag},
#{item.dayAge},
#{item.unitId},
#{item.weight},
#{item.breed},
#{item.sex},
#{item.birthday},
#{item.originPlace},
#{item.pigstyId},
#{item.periodId},
#{item.inFenceTime},
#{item.motherEartag},
#{item.fatherEartag})