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