select id, enterprise_name, standardized_grade from b_standardization
insert into b_standardization
enterprise_name,standardized_grade,#{enterpriseName},#{standardizedGrade},
update b_standardization
enterprise_name = #{enterpriseName},standardized_grade = #{standardizedGrade},
where id = #{id}
delete from b_standardization where id = #{id}
delete from b_standardization where id in
#{id}