创建任务链增加载具编号字段
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user