From 96778f656fa80358c9d87e36a13e93fe994deadf Mon Sep 17 00:00:00 2001
From: yangjieke <yangjieke@prec-tech.com>
Date: 星期五, 18 三月 2022 19:41:26 +0800
Subject: [PATCH] 产品名称、型号的判断改为大小写敏感
---
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