INSERT INTO inspection_product_list (name, method, ask, unit, required, internal, create_time,
update_time,inspection_material_list_id, user_id) VALUES
(#{i.name}, #{i.method}, #{i.ask}, #{i.unit}, #{i.required}, #{i.internal}, #{i.createTime},
#{i.updateTime}, #{i.inspectionMaterialListId},
#{i.userId})