From cd05a7b0ab8dd5838f8998fb36fc0435fd9c5b84 Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期二, 11 七月 2023 14:07:40 +0800
Subject: [PATCH] LEX Community Code Deploy0711

---
 force-app/main/default/classes/LexSaleOrderController.cls |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/classes/LexSaleOrderController.cls b/force-app/main/default/classes/LexSaleOrderController.cls
index df18586..11d88ab 100644
--- a/force-app/main/default/classes/LexSaleOrderController.cls
+++ b/force-app/main/default/classes/LexSaleOrderController.cls
@@ -784,7 +784,6 @@
             Matcher n = Pattern.compile('[0-9]')
               .matcher(newdet2[j].TracingCode__c);
             if (n.find()) {
-              // gzw DB202305352696 鍏ュ簱绠$悊缂栫爜楠岃瘉绋嬪簭璋冩暣 start
               if (newdet2[j].TracingCode__c.length() == 5) {
                 String tr = newdet2[j].TracingCode__c;
                 String Ctr = tr.substring(tr.length() - 3, tr.length());

--
Gitblit v1.9.1