select id, month_score_id, dept_id, dept_name, maintenance_type, order_count, project_score, calculated_score, month_period from gxt_month_repair_project
insert into gxt_month_repair_project
month_score_id,dept_id,dept_name,maintenance_type,order_count,project_score,calculated_score,month_period,#{monthScoreId},#{deptId},#{deptName},#{maintenanceType},#{orderCount},#{projectScore},#{calculatedScore},#{monthPeriod},
update gxt_month_repair_project
month_score_id = #{monthScoreId},dept_id = #{deptId},dept_name = #{deptName},maintenance_type = #{maintenanceType},order_count = #{orderCount},project_score = #{projectScore},calculated_score = #{calculatedScore},month_period = #{monthPeriod},
where id = #{id}
delete from gxt_month_repair_project where id = #{id}
delete from gxt_month_repair_project where id in
#{id}