From 5835379ec30b1667c4e522db9d294c9b7bb8633a Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期二, 26 四月 2022 12:00:31 +0800
Subject: [PATCH] SSBG Back up
---
force-app/main/default/classes/LoanerLendDeliverController.cls | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/force-app/main/default/classes/LoanerLendDeliverController.cls b/force-app/main/default/classes/LoanerLendDeliverController.cls
index dfc92b2..16ca356 100644
--- a/force-app/main/default/classes/LoanerLendDeliverController.cls
+++ b/force-app/main/default/classes/LoanerLendDeliverController.cls
@@ -6,6 +6,10 @@
public loaner_application__c lac {get;private set;}
public loaner_application__c la { get; private set; }
+ // // 20220311 PI鏀归�� --start
+ // public string staticResource { get; private set; }
+ // // 20220311 PI鏀归�� --end
+
public Set<String> laSet {get; private set;}
/* 鐢婚潰姝ラ
* 涓嬫灦:StockDown
@@ -23,6 +27,7 @@
public LoanerLendDeliverController() {
laId = System.currentPageReference().getParameters().get('id');
step = System.currentPageReference().getParameters().get('step');
+ //staticResource = JSON.serialize(PIHelper.getPIIntegrationInfo('Contact')); //20220311 PI鏀归��
}
public PageReference init() {
@@ -373,6 +378,7 @@
le.Name = temp.day()+ '鏃�'+str+'鐗╂祦鍗�';
if(str.equals('鍥炲瘎')) le.IsDeliveryLogistics__c = false;
try{
+ system.debug('le:'+le);
insert le;
}catch(Exception ex){
ApexPages.addmessage(new ApexPages.message(ApexPages.severity.Error, ex.getMessage() + ' | Line:' + ex.getLineNumber()));
--
Gitblit v1.9.1