From cdcd7ebced39e63ebbca5295ed8e34b66d515130 Mon Sep 17 00:00:00 2001
From: Liu Cheng <liucheng@prec-tech.com>
Date: 星期四, 09 六月 2022 09:47:32 +0800
Subject: [PATCH] XLIU-CF6DL4【委托】RS-202206-609790 直返地址无法选择

---
 force-app/main/default/classes/StraightBackAddressController.cls |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/force-app/main/default/classes/StraightBackAddressController.cls b/force-app/main/default/classes/StraightBackAddressController.cls
index 23aa63b..2564baa 100644
--- a/force-app/main/default/classes/StraightBackAddressController.cls
+++ b/force-app/main/default/classes/StraightBackAddressController.cls
@@ -1,4 +1,4 @@
-public without sharing class StraightBackAddressController {
+global without sharing class StraightBackAddressController {
     /**
      * 椤甸潰椤堕儴妫�绱㈡暟鎹�
      */
@@ -320,7 +320,7 @@
         ref.setRedirect(true);
         return ref;
     }
-	
+    
 
     /**
      * 妫�绱㈡暟鎹煡璇�
@@ -684,7 +684,7 @@
     }
     
     @RemoteAction
-    public static string SaveEx(string repaire_json,string asset_json, string address_id){
+    global static string SaveEx(string repaire_json,string asset_json, string address_id){
         return SaveExCore(repaire_json,asset_json,address_id);
     }
 
@@ -708,7 +708,7 @@
             System.debug(e.getDmlMessage(index));
             System.debug(e.getDmlStatusCode(index));
             System.debug(e.getDmlType(index));
-			system.debug(e.getMessage());
+            system.debug(e.getMessage());
             system.debug(e.getStackTraceString());
 
             System.debug('into catch'+e.getMessage());

--
Gitblit v1.9.1