select id , examine_name, template_id , time_range , frequency , state , create_time , create_user , update_time , update_user , description from t_check_publish insert into t_check_publish id, examine_name, template_id, time_range, frequency, state, create_time, create_user, update_time, update_user, description, #{id}, #{examineName}, #{templateId}, #{timeRange}, #{frequency}, #{state}, #{createTime}, #{createUser}, #{updateTime}, #{updateUser}, #{description}, update t_check_publish examine_name = #{examineName}, template_id = #{templateId}, time_range = #{timeRange}, frequency = #{frequency}, state = #{state}, create_time = #{createTime}, create_user = #{createUser}, update_time = #{updateTime}, update_user = #{updateUser}, description = #{description}, where id = #{id} delete from t_check_publish where id = #{id} delete from t_check_publish where id in #{id}