|
|
@ -190,9 +190,7 @@ namespace SettleAccount.Job.Services |
|
|
|
.Append(report1List, "按物料价格差异明细表") |
|
|
|
.SeparateBySheet() |
|
|
|
.Append(report2List.ToList(), "差异汇总验证表") |
|
|
|
|
|
|
|
.ExportAppendDataAsByteArray(); |
|
|
|
|
|
|
|
.ExportAppendDataAsByteArray(); |
|
|
|
result.ShouldNotBeNull(); |
|
|
|
_fileContainer.SaveAsync(_filename, result.Result, true); |
|
|
|
|
|
|
|