From 3d29090cfcde7bfb1b72de7e9d470a6a32931f3a Mon Sep 17 00:00:00 2001
From: Li Jun <buli@deloitte.com.cn>
Date: 星期四, 17 三月 2022 21:32:18 +0800
Subject: [PATCH] PIPLFunctionDeployV3
---
force-app/main/default/classes/StraightBackAddressController.cls | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/force-app/main/default/classes/StraightBackAddressController.cls b/force-app/main/default/classes/StraightBackAddressController.cls
index c2a0a89..fefec47 100644
--- a/force-app/main/default/classes/StraightBackAddressController.cls
+++ b/force-app/main/default/classes/StraightBackAddressController.cls
@@ -100,9 +100,7 @@
* 寮�濮嬫柟娉�
*/
public PageReference init(){
- System.debug('RepairId-----'+RepairId);
String RepairSql = makeTextRepairSql(RepairId);
- System.debug('RepairSql-----'+RepairSql);
try{
pc = Database.query(RepairSql);
system.debug('pc = ' + pc);
@@ -144,8 +142,6 @@
}catch(exception e){
//澶辫触鎻愮ず
ApexPages.addMessages(e);
- System.debug(e.getMessage());
- System.debug(e.getlineNumber());
}
insUpdData = new Address__c();
newCon = new Contact();
--
Gitblit v1.9.1