校准接口优化
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user