From fd9df05c48c09b4d7f39a3b401882bda226dedea Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期二, 31 十月 2023 20:38:18 +0800
Subject: [PATCH] 近期修改
---
force-app/main/default/classes/lexLostCancelReportControllerTest.cls | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/force-app/main/default/classes/lexLostCancelReportControllerTest.cls b/force-app/main/default/classes/lexLostCancelReportControllerTest.cls
index 9393530..b942179 100644
--- a/force-app/main/default/classes/lexLostCancelReportControllerTest.cls
+++ b/force-app/main/default/classes/lexLostCancelReportControllerTest.cls
@@ -81,8 +81,6 @@
// 澶卞崟
Lost_cancel_report__c lcr1 = new Lost_cancel_report__c(
Opportunity__c = opp1.Id,
- CompetitorProduct1__c = prd1.Id,
- CompetitorProduct2__c = prd2.Id,
RecordTypeId = rectLost[0].Id
);
// 鍙栨秷
@@ -95,6 +93,7 @@
lexLostCancelReportController.initForEditCancelReport(lcr2.Id);
lexLostCancelReportController.initSubmitReportButton(lcr2.Id);
lexLostCancelReportController.updateSubmitReportButton(lcr2.Id);
+ lexLostCancelReportController.updateSubmitReportButton(rectLost[0].Id);
Test.stopTest();
}
}
\ No newline at end of file
--
Gitblit v1.9.1