From fd1234ddc5be42b9ec2fad9d9286cd2aa58eb0ef Mon Sep 17 00:00:00 2001
From: unknown <sunxia@prec-tech.com>
Date: 星期二, 11 四月 2023 14:29:54 +0800
Subject: [PATCH] Merge branch 'LEX_dev' of http://47.92.229.245:8089/r/lightningupdate into LEX_dev

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

diff --git a/force-app/main/default/classes/otherButtonMaintenanceContractCtl.cls b/force-app/main/default/classes/otherButtonMaintenanceContractCtl.cls
index 2538a48..32661b4 100644
--- a/force-app/main/default/classes/otherButtonMaintenanceContractCtl.cls
+++ b/force-app/main/default/classes/otherButtonMaintenanceContractCtl.cls
@@ -32,6 +32,7 @@
         return res;
     }   
 
+    // 缁翠慨鍚堝悓澶卞崟鎶ュ憡
     @AuraEnabled
     public static List<Lost_Report__c> selectRecords(String recordId){
         List<Lost_Report__c> res = new List<Lost_Report__c>();
@@ -43,6 +44,7 @@
         return res;
     }
 
+    // 宸ヤ綔娴佺姸鎬�
     @AuraEnabled
     public static void processResults(String recordId){
         Approval.ProcessSubmitRequest psr = new Approval.ProcessSubmitRequest();

--
Gitblit v1.9.1