ctu日志

This commit is contained in:
2024-01-15 14:04:27 +08:00
parent 3504aefa0e
commit dca812e6ea

View File

@@ -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)