diff --git a/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/Syncs/SeSyncExtendManager.cs b/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/Syncs/SeSyncExtendManager.cs index 1a1103b0..b539558f 100644 --- a/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/Syncs/SeSyncExtendManager.cs +++ b/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/Syncs/SeSyncExtendManager.cs @@ -131,7 +131,7 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Syncs factory = t.BusinessType.ToString() }).ToList(); vmiLogList.AddRange(returnVmiLogList); - await SaveVmiLogsAsync(vmiLogList).ConfigureAwait(false); + //await SaveVmiLogsAsync(vmiLogList).ConfigureAwait(false); } /// @@ -195,7 +195,7 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Syncs }).ToList(); vmiLogList.AddRange(returnVmiLogList); - await SaveVmiLogsAsync(vmiLogList).ConfigureAwait(false); + //await SaveVmiLogsAsync(vmiLogList).ConfigureAwait(false); } /// @@ -265,7 +265,6 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Syncs { return 200802;//找不到的数据默认写到这个区间 } - return int.Parse(version); diff --git a/code/src/Modules/SettleAccount/src/SettleAccount.Application/Reports/ReportServices/ReportMakeService.cs b/code/src/Modules/SettleAccount/src/SettleAccount.Application/Reports/ReportServices/ReportMakeService.cs index b8edf413..c51e4cb6 100644 --- a/code/src/Modules/SettleAccount/src/SettleAccount.Application/Reports/ReportServices/ReportMakeService.cs +++ b/code/src/Modules/SettleAccount/src/SettleAccount.Application/Reports/ReportServices/ReportMakeService.cs @@ -65,15 +65,9 @@ namespace Win.Sfs.SettleAccount.Reports.ReportServices var _taskid = await _service.ExportEnqueueAsync("生成库存余额", ExportExtentsion.Excel, string.Empty, string.Empty, CurrentUser, typeof(BalanceSumService), customConditionList, (rs) => { - - - }).ConfigureAwait(false); return _taskid; - - - }