修复bug
This commit is contained in:
@@ -215,6 +215,7 @@ namespace WMS.Web.Domain.Services
|
||||
public Task<Result> Sync(OperateRequest dto, LoginInDto loginInfo, bool isRepeatSync = true)
|
||||
{
|
||||
var list = _outStockRepositories.GetEntityList(dto.Ids).GetAwaiter().GetResult();
|
||||
list = list.Where(w => w.Type == OutStockType.Sal).ToList();
|
||||
var isSuccess = true;
|
||||
if (isRepeatSync)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user