高章伟
2022-03-10 1312ba82d4c880bdb5357d28e0d4af5b285f610f
force-app/main/default/classes/FixtureUtil.cls
@@ -1521,7 +1521,11 @@
    public static void withoutUpsertIh(List<Inventory_Header__c> sobj) {
        if (!sobj.isEmpty()) upsert sobj UniqueKey__c;
    }
    // 20220224 ljh 113盘点 Copy  start
    public static void withoutUpsertIhCopy(List<Inventory_Header_Copy__c> sobj) {
        if (!sobj.isEmpty()) upsert sobj UniqueKey__c;
    }
    // 20220224 ljh 113盘点 Copy  end
    public static void withoutUpsertRaesd(List<Rental_Apply_Equipment_Set_Detail__c> sobj) {
        if (!sobj.isEmpty()) upsert sobj UniqueKey__c;
    }