修复bug
This commit is contained in:
@@ -131,9 +131,9 @@ namespace WMS.Web.Api.Controllers
|
||||
if (loginInfo == null || loginInfo.UserInfo == null)
|
||||
return ResultList<GetOutStockTaskByNoResponse>.ReFailure(ResultCodes.Token_Invalid_Error);
|
||||
|
||||
List<string> str = new List<string>();
|
||||
str.Add(billNo);
|
||||
var res2 = await _repositories.GetListBySourceBillNo(str);
|
||||
//List<string> str = new List<string>();
|
||||
//str.Add(billNo);
|
||||
//var res2 = await _repositories.GetListBySourceBillNo(str);
|
||||
var res = await _repositories.GetOutStockTaskListByNo(billNo);
|
||||
|
||||
if (res == null || res.Count() == 0) return ResultList<GetOutStockTaskByNoResponse>.ReFailure(ResultCodes.OutStockTaskNoData);
|
||||
|
||||
Reference in New Issue
Block a user