Эх сурвалжийг харах

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

zhuyiyi 5 сар өмнө
parent
commit
4eeadbc817

+ 2 - 2
SiteCore/taobao/designHelper.cs

@@ -73,7 +73,7 @@ namespace SiteCore.Handler
             string post_url = pUrl + "createOrder";
             string post_url = pUrl + "createOrder";
             CeErpOrderFormData formData = null;
             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());
                 formData = CeErpOrderFormData.GetByTid(ceErpTradeCell.ctid.ToString());
                 if (formData == null)
                 if (formData == null)
@@ -128,7 +128,7 @@ namespace SiteCore.Handler
             string post_url = pUrl + "createAfterOrder";
             string post_url = pUrl + "createAfterOrder";
             CeErpOrderFormData formData = null;
             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());
                 formData = CeErpOrderFormData.GetByTid(ceErpTradeCell.ctid.ToString());
                 if (formData == null)
                 if (formData == null)