select id, dept_id, publish_id, examine_category, check_score, publish, check_time, update_time, deleted from t_check_result insert into t_check_result dept_id, publish_id, examine_category, check_score, publish, check_time, update_time, deleted, #{deptId}, #{publishId}, #{examineCategory}, #{checkScore}, #{publish}, #{checkTime}, #{updateTime}, #{deleted}, update t_check_result dept_id = #{deptId}, publish_id = #{publishId}, examine_category = #{examineCategory}, check_score = #{checkScore}, publish = #{publish}, check_time = #{checkTime}, update_time = #{updateTime}, deleted = #{deleted}, where id = #{id} delete from t_check_result where id = #{id} delete from t_check_result where id in #{id}