|
|
@ -93,7 +93,7 @@ namespace SettleAccount.Job.Services.Report |
|
|
|
//.Append(_lsleft, "汇总核对表2")
|
|
|
|
.ExportAppendDataAsByteArray(); |
|
|
|
result.ShouldNotBeNull(); |
|
|
|
_fileContainer.SaveAsync("结算未结寄售核对表", result.Result, true); |
|
|
|
_fileContainer.SaveAsync(String.Format("结算未结寄售核对表{0}.xlsx",Guid.NewGuid().ToString("N")), result.Result, true); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|