同步金蝶

This commit is contained in:
18942506660
2023-11-09 15:30:59 +08:00
parent e1a3a87ac3
commit 3450a98119
6 changed files with 50 additions and 7 deletions

View File

@@ -80,7 +80,7 @@ namespace WMS.Web.Api.Controllers
if (loginInfo == null || loginInfo.UserInfo == null)
return Result.ReFailure(ResultCodes.Token_Invalid_Error);
return await _outStockService.Sync(dto);
return await _outStockService.Sync(dto, loginInfo);
}
}
}