一生一代一双人
2022-03-01 e42a9df5ac26b05cc8d35728bfd9f9d323bff73a
force-app/main/default/classes/FixtureUtil.cls
@@ -1522,6 +1522,10 @@
        if (!sobj.isEmpty()) upsert sobj UniqueKey__c;
    }
    public static void withoutUpsertIhCopy(List<Inventory_Header_Copy__c> sobj) {
        if (!sobj.isEmpty()) upsert sobj UniqueKey__c;
    }
    public static void withoutUpsertRaesd(List<Rental_Apply_Equipment_Set_Detail__c> sobj) {
        if (!sobj.isEmpty()) upsert sobj UniqueKey__c;
    }