任务下发将carryCode 改为 containerCode
This commit is contained in:
@@ -353,7 +353,7 @@ namespace Tnb.WarehouseMgr
|
||||
taskCode = it.bill_code,
|
||||
sourceName = it.startpoint_code,
|
||||
targetName = it.endpoint_code,
|
||||
carryCode = it.carry_code,
|
||||
containerCode = it.carry_code,
|
||||
}));
|
||||
Log.Information($"请求地址:{url}");
|
||||
foreach (var (k, v) in taskChainCodeDic)
|
||||
|
||||
Reference in New Issue
Block a user