调整呼梯逻辑代码

This commit is contained in:
yang.lee
2023-11-23 17:09:02 +08:00
parent 31c4deb0e2
commit 5c639049be
2 changed files with 14 additions and 10 deletions

View File

@@ -90,7 +90,7 @@ namespace Tnb.WarehouseMgr
.Select((a, b, c, d) => new WmsElevatorH
{
distask_id = c.id,
device_id = c.device_id,
device_id = a.elevator_id,
}, true)
.FirstAsync();