From 928399eceec50e3d37ea08669a12789a9410a9d2 Mon Sep 17 00:00:00 2001
From: 沙世明 <shashiming@prec-tech.com>
Date: 星期二, 22 十一月 2022 16:51:16 +0800
Subject: [PATCH] 111
---
force-app/main/default/classes/TenderInformationHandlerTest.cls | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/force-app/main/default/classes/TenderInformationHandlerTest.cls b/force-app/main/default/classes/TenderInformationHandlerTest.cls
index f17ab49..754c58c 100644
--- a/force-app/main/default/classes/TenderInformationHandlerTest.cls
+++ b/force-app/main/default/classes/TenderInformationHandlerTest.cls
@@ -110,13 +110,13 @@
// insert u5;
// StaticParameter.EscapeOpportunityBefUpdTrigger = true;
- // OCM_Management_Province__c mp1 = new OCM_Management_Province__c();
- // mp1.Name = '鍖椾含';
- // mp1.GI_assistant__c = u1.Id;
- // mp1.SP_assistant__c = u2.Id;
- // mp1.Window2__c = u3.Id;
- // mp1.Admin_assistant3__c = u4.Id;
- // insert mp1;
+ OCM_Management_Province__c mp1 = new OCM_Management_Province__c();
+ mp1.Name = '鍖椾含';
+ mp1.GI_assistant__c = u1.Id;
+ mp1.SP_assistant__c = u2.Id;
+ mp1.Window2__c = u3.Id;
+ mp1.Admin_assistant3__c = u4.Id;
+ insert mp1;
// RecordType rt1 = [select Id from RecordType where IsActive = true and SobjectType = 'Account' and Name = '鐥呴櫌'];
// Schema.SObjectType.Account.getRecordTypeInfosByDeveloperName().get('HP').getRecordTypeId();
// RecordType rt2 = [select Id from RecordType where IsActive = true and SobjectType = 'Account' and Name = '鎴︾暐绉戝鍒嗛 鍛煎惛绉�'];
--
Gitblit v1.9.1