Browse Source

指派共创新增公司自用白名单

zhuyiyi 5 months ago
parent
commit
4eeadbc817
1 changed files with 2 additions and 2 deletions
  1. 2 2
      SiteCore/taobao/designHelper.cs

+ 2 - 2
SiteCore/taobao/designHelper.cs

@@ -73,7 +73,7 @@ namespace SiteCore.Handler
             string post_url = pUrl + "createOrder";
             CeErpOrderFormData formData = null;
 
-            if (!ceErpTradeCell.ctid.Contains("S_") && ceErpTradeCell.ShopId != 136 && ceErpTradeCell.ShopId != 95)
+            if (!ceErpTradeCell.ctid.Contains("S_") && ceErpTradeCell.ShopId != 136 && ceErpTradeCell.ShopId != 95 && ceErpTradeCell.ShopId != 34)
             {
                 formData = CeErpOrderFormData.GetByTid(ceErpTradeCell.ctid.ToString());
                 if (formData == null)
@@ -128,7 +128,7 @@ namespace SiteCore.Handler
             string post_url = pUrl + "createAfterOrder";
             CeErpOrderFormData formData = null;
 
-            if (!ceErpTradeCell.ctid.Contains("S_") && ceErpTradeCell.ShopId != 136 && ceErpTradeCell.ShopId != 95)
+            if (!ceErpTradeCell.ctid.Contains("S_") && ceErpTradeCell.ShopId != 136 && ceErpTradeCell.ShopId != 95 && ceErpTradeCell.ShopId != 34)
             {
                 formData = CeErpOrderFormData.GetByTid(ceErpTradeCell.ctid.ToString());
                 if (formData == null)