创建任务链增加载具编号字段

This commit is contained in:
FanLian
2023-08-14 09:07:59 +08:00
parent a42be24180
commit 767bfe2d49

View File

@@ -354,7 +354,8 @@ namespace Tnb.WarehouseMgr
{
taskCode = it.bill_code,
sourceName = it.startpoint_code,
targetName = it.endpoint_code
targetName = it.endpoint_code,
carryCode = it.carry_code,
}));
Log.Information($"请求地址:{url}");
foreach (var (k, v) in taskChainCodeDic)