|
@ -9,6 +9,7 @@ using System.Threading.Tasks; |
|
|
using Volo.Abp.DependencyInjection; |
|
|
using Volo.Abp.DependencyInjection; |
|
|
using Volo.Abp.Domain.Repositories.Dapper; |
|
|
using Volo.Abp.Domain.Repositories.Dapper; |
|
|
using Volo.Abp.EntityFrameworkCore; |
|
|
using Volo.Abp.EntityFrameworkCore; |
|
|
|
|
|
using Volo.Abp.Uow; |
|
|
using Win.Sfs.SettleAccount.Entities; |
|
|
using Win.Sfs.SettleAccount.Entities; |
|
|
|
|
|
|
|
|
namespace Win.Sfs.SettleAccount.Repository.SettleAccountJob.Report |
|
|
namespace Win.Sfs.SettleAccount.Repository.SettleAccountJob.Report |
|
@ -165,7 +166,7 @@ namespace Win.Sfs.SettleAccount.Repository.SettleAccountJob.Report |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[UnitOfWork(false)] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public virtual void InsertWmsSum(List<WmsDetailReport> p_list,string version,DateTime accountDate) |
|
|
public virtual void InsertWmsSum(List<WmsDetailReport> p_list,string version,DateTime accountDate) |
|
|