select id, sheep_id, sheepfold, comment, technician, create_by, create_time from sc_fix_hoof
insert into sc_fix_hoof
sheep_id,sheepfold,comment,technician,create_by,create_time,#{sheepId},#{sheepfold},#{comment},#{technician},#{createBy},#{createTime},
update sc_fix_hoof
sheep_id = #{sheepId},sheepfold = #{sheepfold},comment = #{comment},technician = #{technician},create_by = #{createBy},create_time = #{createTime},
where id = #{id}
delete from sc_fix_hoof where id = #{id}
delete from sc_fix_hoof where id in
#{id}