校准方法名称优化

This commit is contained in:
tongfei
2023-11-10 11:40:05 +08:00
parent e6aa55a454
commit e10ef1c136
4 changed files with 11 additions and 7 deletions

View File

@@ -98,7 +98,7 @@ namespace WMS.Web.Api.Controllers
if (loginInfo == null || loginInfo.UserInfo == null)
return ResultList<InStockTaskBillNoQueryResponse>.ReFailure(ResultCodes.Token_Invalid_Error);
return await _inStockTaskService.GetPurchaseInstockTask(sourceBillNo);
return await _inStockTaskService.Adjust(sourceBillNo);
}
/// <summary>