lzk vor 2 Wochen
Ursprung
Commit
9311cf9157
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      3.Service/XYY.Service.Standard.ChannelApi/ChinaPost/Api.cs

+ 1 - 1
3.Service/XYY.Service.Standard.ChannelApi/ChinaPost/Api.cs

@@ -409,7 +409,7 @@ namespace XYY.Service.Standard.ChinaPost
                     //    throw new Exception("未提供税号");
                 }
             }
-            if (receiverTaxNoCountryCode.Contains(order.ReceiverCountryCode))
+            if (!string.IsNullOrEmpty(order.TaxNo))
             {
                 post.taxNo= order.TaxNo;
             }