修复bug

This commit is contained in:
18942506660
2023-11-25 15:59:31 +08:00
parent 71e3bde35d
commit 53abdd58b5
6 changed files with 9 additions and 10 deletions

View File

@@ -122,7 +122,7 @@ namespace WMS.Web.Domain.IService.Public
/// 获取仓位信息信息 根据仓库编码
/// </summary>
/// <returns></returns>
Task<ResultList<ErpStockDto>> BillQueryForSubStock(string code=null);
Task<ResultList<ErpStockDto>> BillQueryForSubStock(string code=null, string orgCode = null);
//同步数据(保存提交审核)
Task<Result<string>> Save<T>(T dto, string formId);
//提交