From 9eb2c9b4c0759dbdb6cf2b3be46b65f41e822d98 Mon Sep 17 00:00:00 2001
From: 黄千龙 <huangqianlong@prec-tech.com>
Date: 星期二, 01 三月 2022 10:57:44 +0800
Subject: [PATCH] 

---
 force-app/main/default/classes/FixtureUtil.cls |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/force-app/main/default/classes/FixtureUtil.cls b/force-app/main/default/classes/FixtureUtil.cls
index 4c4a585..abbbd25 100644
--- a/force-app/main/default/classes/FixtureUtil.cls
+++ b/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;
     }

--
Gitblit v1.9.1