From 928399eceec50e3d37ea08669a12789a9410a9d2 Mon Sep 17 00:00:00 2001
From: 沙世明 <shashiming@prec-tech.com>
Date: 星期二, 22 十一月 2022 16:51:16 +0800
Subject: [PATCH] 111

---
 force-app/main/default/classes/InspectCheckController.cls |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/classes/InspectCheckController.cls b/force-app/main/default/classes/InspectCheckController.cls
index 8e2b5bd..9a6f9ec 100644
--- a/force-app/main/default/classes/InspectCheckController.cls
+++ b/force-app/main/default/classes/InspectCheckController.cls
@@ -43,7 +43,14 @@
       return JsonData;
     }
 
- 
+ //20220913 you SWAG-CJ3DS5 start
+      //鎷涙姇鏍囬」鐩垪琛ㄥ瓧娈� irresponsibleReason__c 鎵�鏈夌殑鍊�
+    @AuraEnabled
+    public  static string GetproInvolvedManual(){
+      String JsonData = CommonUtils.GetSelectedValues( Tender_information__c.proInvolvedManual__c.getDescribe());
+      return JsonData;
+    }
+//20220913 you SWAG-CJ3DS5 end  
   
 
       // 浜у搧绫�
@@ -66,9 +73,11 @@
         try{
             Tender_information__c temp = (Tender_information__c)JSON.deserialize(JsonData,Tender_information__c.class);
             System.debug('temp=='+temp);
+            
             StaticParameter.EscapeOtherUpdateTenOwner = false;
             update temp;
             StaticParameter.EscapeOtherUpdateTenOwner = true;
+            
             //String assvale=AssignValuesToOwner(Id,checkboxValue);
         }catch(Exception ex)
         {

--
Gitblit v1.9.1