校准方法名称优化
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user