瀏覽代碼

修改服务

FLH 4 周之前
父節點
當前提交
932300128c
共有 1 個文件被更改,包括 11 次插入2 次删除
  1. 11 2
      3.Service/XYY.Service.Standard.ChannelApi/PSE/Api.cs

+ 11 - 2
3.Service/XYY.Service.Standard.ChannelApi/PSE/Api.cs

@@ -455,8 +455,17 @@ namespace XYY.Service.Standard.ChannelApi.PSE
                 if (order.CustomerWeight < 453)
                     throw new Exception("下单重量不可小于454克");
             }
-
-            if (trackingChannelId.Contains(channel.Id))
+            int[] noFirstTracking = new int[] {814,
+854,
+855,
+856,
+857,
+858,
+882,
+883,
+906,
+918 };
+            if (trackingChannelId.Contains(channel.Id) || noFirstTracking.Contains(channel.Id))
             {
                 param.orderExtJson = "{\"poZipCode\":\"" + poZipCode + "\",\"partnerEvent\":\"N\"}";
             }