From 2d4a8d2dcad5a17127d2c73c48ddc4b67ec79448 Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期三, 06 四月 2022 11:51:58 +0800
Subject: [PATCH] PIPLDeploy0405
---
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