zhuyiyi 10 mesi fa
parent
commit
a2f0233616
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      SiteCore/Handler/sync.order.cs
  2. 1 1
      SiteCore/taobao/commonHelper.cs

+ 1 - 1
SiteCore/Handler/sync.order.cs

@@ -56,7 +56,7 @@ namespace SiteCore.Handler
 
             string poscode = CurrentUser.UserPost.Post.Code;
             DataStruct dStruct = GetPostStruct();
-            //jiemiUtils.ossFileDecrypt("C:\\Users\\231010\\Downloads\\1.xls");
+            
             //apiHelper.Api_SyncOrderByTime("598825");
             //apiHelper.API_GetWaybill("ZTO-CAINIAO-TZJK", "4233447147588233939");
             //apiHelper.Api_SyacOrder("2460143282114312263", "yujia");

+ 1 - 1
SiteCore/taobao/commonHelper.cs

@@ -1995,7 +1995,7 @@ namespace SiteCore
                         }
 
                         num = getSellerMemoNum(ceErpTradeCell.seller_memo);
-                        if (dt != null && dt.Rows != null && dt.Rows.Count > 0)
+                        if (dt != null && dt.Rows != null && dt.Rows.Count > 1)
                         {
                             foreach (DataRow item in dt.Rows)
                             {