Merge branch 'dev' of https://git.tuotong-tech.com/tnb/tnb.server into dev
This commit is contained in:
@@ -354,7 +354,8 @@ namespace Tnb.WarehouseMgr
|
|||||||
{
|
{
|
||||||
taskCode = it.bill_code,
|
taskCode = it.bill_code,
|
||||||
sourceName = it.startpoint_code,
|
sourceName = it.startpoint_code,
|
||||||
targetName = it.endpoint_code
|
targetName = it.endpoint_code,
|
||||||
|
carryCode = it.carry_code,
|
||||||
}));
|
}));
|
||||||
Log.Information($"请求地址:{url}");
|
Log.Information($"请求地址:{url}");
|
||||||
foreach (var (k, v) in taskChainCodeDic)
|
foreach (var (k, v) in taskChainCodeDic)
|
||||||
|
|||||||
Reference in New Issue
Block a user