|
|
@ -7,6 +7,7 @@ using System.Threading.Tasks; |
|
|
|
using TaskJob.EventArgs; |
|
|
|
using TaskJob.Interfaces; |
|
|
|
using Volo.Abp.DependencyInjection; |
|
|
|
using Volo.Abp.Uow; |
|
|
|
using Win.Sfs.SettleAccount.Repository.SettleAccountJob.Report; |
|
|
|
|
|
|
|
namespace SettleAccount.Job.Services.Report |
|
|
@ -66,7 +67,7 @@ namespace SettleAccount.Job.Services.Report |
|
|
|
_outputService = outputService; |
|
|
|
_erpDapper = erpDapper; |
|
|
|
} |
|
|
|
|
|
|
|
[UnitOfWork(false)] |
|
|
|
public string ExportFile(Guid id, List<string> exportName, List<CustomCondition> p_list) |
|
|
|
{ |
|
|
|
var _lsExport= GetReport(id,exportName,p_list); |
|
|
@ -81,7 +82,7 @@ namespace SettleAccount.Job.Services.Report |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[UnitOfWork(false)] |
|
|
|
public List<UnSettledSum> GetFisSum(Guid id, List<string> exportName, List<CustomCondition> p_list) |
|
|
|
{ |
|
|
|
var _first = exportName.FirstOrDefault(); |
|
|
|