校准接口优化

This commit is contained in:
tongfei
2023-11-10 10:16:26 +08:00
parent f1543a78d5
commit 6eb99c2082
4 changed files with 31 additions and 1 deletions

View File

@@ -52,7 +52,7 @@ namespace WMS.Web.Domain.Services
bool isTransaction = false;
//2.查看是否有入库任务单
var task = await _inStockTaskRepositories.GetBy(sourceBillNo);
var task = await _inStockTaskRepositories.GetBySource(sourceBillNo);
if (task == null)
return ResultList<InStockTaskBillNoQueryResponse>.ReFailure(ResultCodes.OrderNoData);