From f230c720655620fccb5cc5fd8d1991ffbf10c982 Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期二, 30 五月 2023 14:13:04 +0800
Subject: [PATCH] bakcupclass

---
 force-app/main/default/classes/NewAgencyContactController.cls |   36 +++---------------------------------
 1 files changed, 3 insertions(+), 33 deletions(-)

diff --git a/force-app/main/default/classes/NewAgencyContactController.cls b/force-app/main/default/classes/NewAgencyContactController.cls
index 6c199fa..2b49738 100644
--- a/force-app/main/default/classes/NewAgencyContactController.cls
+++ b/force-app/main/default/classes/NewAgencyContactController.cls
@@ -3,7 +3,8 @@
     static string sobjectType = 'Agency_Contact__c';
     
     @AuraEnabled
-    public static ControllerResponse Init(string rid,Id pid, string record_type_id){
+    public static ControllerResponse init(string rid,Id pid, string record_type_id){
+        system.debug('Debug lighting');
         system.debug('rid='+rid+',length='+(rid==null?'null':rid.length()+''));
         system.debug('record_type_id='+record_type_id+',length='+(record_type_id==null?'null':record_type_id.length()+''));
         
@@ -172,38 +173,7 @@
 
     public static void improveTestRate(){
         Integer i = 1;
-        i++;
-        i++;
-        i++;
-        i++;
-        i++;
-        i++;
-        i++;
-        i++;
-        i++;
-        i++;
-        i++;
-        i++;
-        i++;
-        i++;
-        i++;
-        i++;
-        i++;
-        i++;
-        i++;
-        i++;
-        i++;
-        i++;
-        i++;
-        i++;
-        i++;
-        i++;
-        i++;
-        i++;
-        i++;
-        i++;
-        i++;
-        i++;
+        
     }
     //zhj MEBG鏂版柟妗堟敼閫� 2022-11-29 end    
 }
\ No newline at end of file

--
Gitblit v1.9.1