diff --git a/BBWY.Server.Business/Sync/OrderSyncBusiness.cs b/BBWY.Server.Business/Sync/OrderSyncBusiness.cs index 3ff53502..6531393b 100644 --- a/BBWY.Server.Business/Sync/OrderSyncBusiness.cs +++ b/BBWY.Server.Business/Sync/OrderSyncBusiness.cs @@ -164,6 +164,11 @@ namespace BBWY.Server.Business private void SyncJDOrder(JArray orderTokenJArray, long shopId, string relayAPIHost, string appKey, string appSecret, string appToken, decimal platformCommissionRatio) { + if (shopId == 10388155) + { + nLogManager.GetLogger("订单同步-布莱特玩具专营店").Info(JsonConvert.SerializeObject(orderTokenJArray)); + } + #region 数据库操作 List insertOrderList = new List(); List insertOrderConsigneeList = new List(); @@ -743,9 +748,9 @@ namespace BBWY.Server.Business update.ExecuteAffrows(); } - if (updateSkuDailySalesDetailList.Count > 0) - foreach (var update in updateSkuDailySalesDetailList) - update.ExecuteAffrows(); + //if (updateSkuDailySalesDetailList.Count > 0) + // foreach (var update in updateSkuDailySalesDetailList) + // update.ExecuteAffrows(); }); }