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;
             }