ctu日志
This commit is contained in:
@@ -233,6 +233,7 @@ namespace Tnb.WarehouseMgr
|
|||||||
.Where(whereExpr)
|
.Where(whereExpr)
|
||||||
//.OrderByIF((a,b,c)=>SqlFunc.IsNullOrEmpty())
|
//.OrderByIF((a,b,c)=>SqlFunc.IsNullOrEmpty())
|
||||||
.OrderBy(policy.policy)
|
.OrderBy(policy.policy)
|
||||||
|
|
||||||
.Select<WmsCarryH>()
|
.Select<WmsCarryH>()
|
||||||
.ToListAsync();
|
.ToListAsync();
|
||||||
return input.Size > 0 ? items.Take(input.Size).ToList() : items;
|
return input.Size > 0 ? items.Take(input.Size).ToList() : items;
|
||||||
@@ -767,6 +768,7 @@ namespace Tnb.WarehouseMgr
|
|||||||
reqBody.taskList = v;
|
reqBody.taskList = v;
|
||||||
reqBody.inOut = type;
|
reqBody.inOut = type;
|
||||||
dynamic respBody = await HttpClientHelper.PostStreamAsync(url, reqBody, token);
|
dynamic respBody = await HttpClientHelper.PostStreamAsync(url, reqBody, token);
|
||||||
|
Logger.Information($"CTU任务下发:{respBody}");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
|
|||||||
Reference in New Issue
Block a user