/**取消同一组的分类并卷规则*/ update m_archive_auto_rule_wbs set is_deleted = 1 where is_deleted = 0 and project_id = #{projectId} and archive_auto_group_id = #{archiveAutoGroupId} /**取消同一组的分类并卷规则*/ update m_archive_auto_rule_wbs set is_deleted = 1, update_time = #{time} where id = #{id}