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 | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/force-app/main/default/classes/NewAgencyContactController.cls b/force-app/main/default/classes/NewAgencyContactController.cls
index 8020002..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()+''));
--
Gitblit v1.9.1