|
@ -255,7 +255,8 @@ public class ProductRecieveService : ApplicationService, IProductRecieveService |
|
|
if (_stockUpdateList != null && _stockUpdateList.Count() > 0) |
|
|
if (_stockUpdateList != null && _stockUpdateList.Count() > 0) |
|
|
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) |
|
|
{ |
|
|
{ |
|
|