From fb04e7c01d119c60632b4298d18fd93f3ccb3d79 Mon Sep 17 00:00:00 2001
From: Li Jun <buli@deloitte.com.cn>
Date: 星期三, 06 四月 2022 10:32:05 +0800
Subject: [PATCH] 20220405DeployProduction

---
 force-app/main/default/classes/NFM203Rest.cls |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/force-app/main/default/classes/NFM203Rest.cls b/force-app/main/default/classes/NFM203Rest.cls
index 098d9af..bbb2c9b 100644
--- a/force-app/main/default/classes/NFM203Rest.cls
+++ b/force-app/main/default/classes/NFM203Rest.cls
@@ -1151,9 +1151,9 @@
             
         for (Consignee_Info consigneeInfo : gda.Consignee_Info) {
             // 鑱旂郴浜哄悕绉�
-            if (String.isBlank(consigneeInfo.ContactName)) {
-                continue;
-            }
+            // if (String.isBlank(consigneeInfo.ContactName)) {
+            //     continue;
+            // }
             // 鑱旂郴浜哄湴鍧�
             if (String.isBlank(consigneeInfo.ContactAddress)) {
                 continue;

--
Gitblit v1.9.1