|
|
@ -4,6 +4,7 @@ using System.Threading.Tasks; |
|
|
|
using Microsoft.AspNetCore.Authorization; |
|
|
|
using Microsoft.AspNetCore.Mvc; |
|
|
|
using Volo.Abp.Uow; |
|
|
|
using Volo.Abp.Validation; |
|
|
|
using Win.Sfs.SettleAccount.Entities.BQ.Vmi; |
|
|
|
using Win.Sfs.SettleAccount.EntityFrameworkCore; |
|
|
|
|
|
|
@ -41,6 +42,7 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Syncs |
|
|
|
/// <summary>
|
|
|
|
/// 执行JisBBAC发运同步
|
|
|
|
/// </summary>
|
|
|
|
[DisableValidation] |
|
|
|
[UnitOfWork(IsDisabled = true)] |
|
|
|
public async Task Invoke(IServiceProvider serviceProvider) |
|
|
|
{ |
|
|
|