From d8dc84a3d56df839895f1c417a4d9cbee763d262 Mon Sep 17 00:00:00 2001
From: 高章伟 <gaozhangwei@prec-tech.com>
Date: 星期五, 03 三月 2023 14:50:59 +0800
Subject: [PATCH] gzw 测试环境代码更新
---
force-app/main/default/classes/ConsumApplySplitController.cls | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/force-app/main/default/classes/ConsumApplySplitController.cls b/force-app/main/default/classes/ConsumApplySplitController.cls
index fd7895e..86f777f 100644
--- a/force-app/main/default/classes/ConsumApplySplitController.cls
+++ b/force-app/main/default/classes/ConsumApplySplitController.cls
@@ -1,3 +1,10 @@
+/**
+ * @description :
+ * @author : ChangeMeIn@UserSettingsUnder.SFDoc
+ * @group :
+ * @last modified on : 04-01-2022
+ * @last modified by : ChangeMeIn@UserSettingsUnder.SFDoc
+**/
public with sharing class ConsumApplySplitController {
/*--------- private ---------*/
@@ -316,8 +323,11 @@
// OLY_OCM-583 Start 鍒嗗崟鏃跺鍔犳嫹璐濆瓧娈礕I鏈儴鍖哄垎
//GI_Diff__c, // GI鏈儴鍖哄垎
Assign_Person__c, // 鍒嗛厤浜�
- Is_Special_Rental__c // 鏄惁鐗规畩鐢宠
+ Is_Special_Rental__c, // 鏄惁鐗规畩鐢宠
// OLY_OCM-583 End
+ //Dennis updated for pi
+ Direct_Shippment_Address_Encrypt__c,
+ Phone_Number_Encrypt__c
FROM Consum_Apply__c
WHERE Id = :this.objId];
}
--
Gitblit v1.9.1