From bae4d41e9e63cbeed024cf8209011dd9c854d54c Mon Sep 17 00:00:00 2001
From: 涂煌豪 <tuhuanghao@prec-tech.com>
Date: 星期一, 11 四月 2022 20:01:12 +0800
Subject: [PATCH] Sfdc2PoContactBatch修改2.0
---
force-app/main/default/classes/ConsumFixtureSetSelectController.cls | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/force-app/main/default/classes/ConsumFixtureSetSelectController.cls b/force-app/main/default/classes/ConsumFixtureSetSelectController.cls
index 2c619ba..c67a0b0 100644
--- a/force-app/main/default/classes/ConsumFixtureSetSelectController.cls
+++ b/force-app/main/default/classes/ConsumFixtureSetSelectController.cls
@@ -165,6 +165,8 @@
else{
saveType = false;
}
+ system.debug('==zheli1=='+this.parentId);
+
caes = new Consum_Apply_Equipment_Set__c();
caes.Consum_Start_Date__c = Date.today();
//澶囧搧閰嶅涓嬬殑鎵�鏈夋槑缁�
@@ -187,6 +189,8 @@
if (parentObjs.size() > 0) {
parentObj = parentObjs.get(0);
}
+ //Integer aaa=Integer.valueof(parentObjs);
+
}
if (parentObj == null) {
--
Gitblit v1.9.1