lzk 2 周之前
父节点
当前提交
9311cf9157
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
             }