From 1727a4f4d02e429475608e60f142a63bc24127bc Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期一, 23 十月 2023 10:07:34 +0800
Subject: [PATCH] 近期修改

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

diff --git a/force-app/main/default/classes/OpportunityLightingButtonControllerTest.cls b/force-app/main/default/classes/OpportunityLightingButtonControllerTest.cls
index d037288..927ddfa 100644
--- a/force-app/main/default/classes/OpportunityLightingButtonControllerTest.cls
+++ b/force-app/main/default/classes/OpportunityLightingButtonControllerTest.cls
@@ -112,6 +112,11 @@
         OpportunityLightingButtonController.changeTrade(oppList[0].Id);
         OpportunityLightingButtonController.queryQuote('');
         OpportunityLightingButtonController.queryForNewOpportunityAgencyButtonToRecTypeList('Product','',true);
+        
         Test.stopTest();
     }
+
+    static testMethod void test2(){
+        OCMManagementProvinceWebService.updateOpportunity();
+    }
 }
\ No newline at end of file

--
Gitblit v1.9.1