select id, score, unit_id, examine_id, operate_category, score_category, create_time, create_by from t_examine_score
insert into t_examine_score
score,unit_id,examine_id,operate_category,score_category,create_time,create_by,#{score},#{unitId},#{examineId},#{operateCategory},#{scoreCategory},#{createTime},#{createBy},
update t_examine_score
score = #{score},unit_id = #{unitId},examine_id = #{examineId},operate_category = #{operateCategory},score_category = #{scoreCategory},create_time = #{createTime},create_by = #{createBy},
where id = #{id}
delete from t_examine_score where id = #{id}
delete from t_examine_score where id in
#{id}