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/TenderResultConfirmTaskBatchTest.cls | 32 ++++++++++++++++----------------
1 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/force-app/main/default/classes/TenderResultConfirmTaskBatchTest.cls b/force-app/main/default/classes/TenderResultConfirmTaskBatchTest.cls
index 8ee0a87..9901737 100644
--- a/force-app/main/default/classes/TenderResultConfirmTaskBatchTest.cls
+++ b/force-app/main/default/classes/TenderResultConfirmTaskBatchTest.cls
@@ -133,23 +133,23 @@
update opp3;
- //鏂板缓璇环4
- Opportunity opp4 = new Opportunity(
- StageName = '鏁楁垿',
- Name = 'tenderTest璇环4',
- Close_Forecasted_Date__c = Date.today().addDays(-5),
- CloseDate = Date.today(),
- ConfirmationofAward__c = '绔炰簤瀵规墜涓爣'
- );
- insert opp4;
- //鏂板缓 璇环澶卞崟/鍙栨秷鎶ュ憡
- Lost_cancel_report__c lcr1 = new Lost_cancel_report__c(
- Opportunity__c = opp4.Id
- );
- insert lcr1;
+ // //鏂板缓璇环4
+ // Opportunity opp4 = new Opportunity(
+ // StageName = '鏁楁垿',
+ // Name = 'tenderTest璇环4',
+ // Close_Forecasted_Date__c = Date.today().addDays(-5),
+ // CloseDate = Date.today(),
+ // ConfirmationofAward__c = '绔炰簤瀵规墜涓爣'
+ // );
+ // insert opp4;
+ // //鏂板缓 璇环澶卞崟/鍙栨秷鎶ュ憡
+ // Lost_cancel_report__c lcr1 = new Lost_cancel_report__c(
+ // Opportunity__c = opp4.Id
+ // );
+ // insert lcr1;
- opp4.Lost_Cancel_Report__c = lcr.Id;
- update opp4;
+ // opp4.Lost_Cancel_Report__c = lcr.Id;
+ // // update opp4;
List<Tender_Opportunity_Link__c> slist = [select id,name,Tender_information__r.InfoType__c,Tender_information__r.subInfoType__c,Tender_information__r.status__c,Tender_information__r.LastModifiedDate,Tender_information__r.OpportunityStatus__c,Tender_information__r.OpportunityNum__c,
Opportunity__r.StageName__c,Opportunity__r.If_Need_PriceApply__c,Opportunity__r.Contract_DB_complite_day__c,Opportunity__r.Contract_Authorize_Lock__c
--
Gitblit v1.9.1