|
@ -256,6 +256,7 @@ public class ProductRecieveService : ApplicationService, IProductRecieveService |
|
|
await _tmPgWmsUpdate.UpdateTsStock(_stockUpdateList); |
|
|
await _tmPgWmsUpdate.UpdateTsStock(_stockUpdateList); |
|
|
await _tlTransactionRepository.AddAsync(_transList); |
|
|
await _tlTransactionRepository.AddAsync(_transList); |
|
|
} |
|
|
} |
|
|
|
|
|
await CurrentUnitOfWork.SaveChangesAsync(); |
|
|
} |
|
|
} |
|
|
catch (Exception ex) |
|
|
catch (Exception ex) |
|
|
{ |
|
|
{ |
|
|