From d2ef556f29fee3925f06221bba078dcbb8f85c0b Mon Sep 17 00:00:00 2001
From: 张宇恒 <bxyun0@163.com>
Date: 星期五, 18 三月 2022 19:23:13 +0800
Subject: [PATCH] contactTrigger
---
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