修复bug

This commit is contained in:
18942506660
2023-11-15 14:46:36 +08:00
parent 79f57894fa
commit bff2ce4b3e
4 changed files with 35 additions and 7 deletions

View File

@@ -47,8 +47,8 @@ namespace WMS.Web.Domain.IService.Public
/// <summary>
/// 同步金蝶数据 不传源订单号则更新所有
/// </summary>
/// <param name="sourceBillNos"></param>
/// <param name="billNos"></param>
/// <returns></returns>
Task<Result> Sync(List<string> sourceBillNos = null);
Task<Result> Sync(List<string> billNos = null);
}
}