zhuyiyi 6 meses atrás
pai
commit
ae02af88eb

+ 0 - 1
BizCom/Dao/CeErpTradeAfterSaleExtend.cs

@@ -183,7 +183,6 @@ namespace BizCom
         /// 重印超时次数
         /// </summary>
         [Property]
-
         public int ReprintOut
         {
             get { return _reprintOut; }

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

@@ -61,7 +61,7 @@ namespace SiteCore.Handler
             string poscode = CurrentUser.UserPost.Post.Code;
             DataStruct dStruct = GetPostStruct();
             //string a = SecurityHelper.DecryptSymmetric("YDaPXIhsKgw=");
-            //jiemiUtils.ossFileDecrypt("C:\\Users\\231010\\Downloads\\水标售价(1).xlsx");
+            //jiemiUtils.ossFileDecrypt("C:\\Users\\231010\\Downloads\\镭射银吊牌(1).xlsx");
             //apiHelper.Api_SyncOrderByTime("598825");
             //apiHelper.API_GetWaybill("ZTO-CAINIAO-TZJK", "4233447147588233939");
             //apiHelper.Api_SyacOrder("2460143282114312263", "yujia");

+ 2 - 2
SiteCore/taobao/commonHelper.cs

@@ -111,10 +111,10 @@ namespace SiteCore
                     if (state == "0")
                     {
                         //节假日120小时
-                        if (DateTime.Compare(DateTime.Now, date.AddHours(120)) <= 0)
+                        /*if (DateTime.Compare(DateTime.Now, date.AddHours(120)) <= 0)
                         {
                             continue;
-                        }
+                        }*/
                         CeErpTradeResponsible ceErpTradeResponsible = CeErpTradeResponsible.GetById(dr["ID"].ToString());
                         if (ceErpTradeResponsible != null)
                         {

+ 1 - 1
SiteCore/taobao/tmcHelper.cs

@@ -390,7 +390,7 @@ namespace SiteCore
 
         static List<string> postcodes = new List<string>()
         {
-           "yujia","taolai","zhufan","dingyi","lingtao","yangguangmao","xinkeli","yuejia","maiyu","xiyinshuo","SP","zhuosheng","aolifu","GQ"
+           "yujia","taolai","zhufan","dingyi","lingtao","yangguangmao","xinkeli","yuejia","xiyinshuo","SP","zhuosheng","aolifu","GQ"
         };
 
         public static void Api_TmcTradeMsg(string res)