public static void ignoreValidationRules(List<Sobject> dmlList, String dmlType) { //跳过验证规则 GlobalSetting__c gs; GlobalSetting__c oldGS; ...