zhuyiyi 5 月之前
父节点
当前提交
cf0572595c
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      SiteCore/Handler/sync.order.cs
  2. 1 1
      SiteCore/taobao/commonHelper.cs

文件差异内容过多而无法显示
+ 2 - 2
SiteCore/Handler/sync.order.cs


+ 1 - 1
SiteCore/taobao/commonHelper.cs

@@ -1909,7 +1909,7 @@ namespace SiteCore
         }
         static List<int> products = new List<int>() { 29, 2489, 2517, 2518, 2519, 2520, 2533, 2534, 2558, 2576, 2577, 2578, 2579, 2580, 2581, 2582, 2583, 2584, 2587, 2588, 2589, 2590, 2591, 2592, 2593, 2594, 2595, 2596, 2597, 2598, 2599, 2600, 2601, 2602, 2603, 2604, 2605, 2606, 2607, 2608, 2609, 2610, 2611, 2612, 2613, 2614, 2615, 2616, 2617, 2618, 2619, 2620, 2621, 2622, 2634, 2644, 2645, 2646, 2648, 2649, 2650 };
         static List<int> shops = new List<int>() { 2, 77, 121, 122, 65, 87, 26, 45, 17, 21, 52, 54, 103, 107, 108, 109, 118, 63, 64, 66, 49, 67, 105, 35, 57, 29, 53, 62, 134 };
-        static List<int> no_design_shops = new List<int>() { 134, 63, 64, 66 };
+        static List<int> no_design_shops = new List<int>() { 134 };
         public static designApiResponseVo checkOrderDesignInfo(CeErpTradeCell ceErpTradeCell, string post = "", DataTable dt = null)
         {
 

部分文件因为文件数量过多而无法显示