[bug]现在ESB已经不是按钮了,去掉状态采集;构建repo时没有对站台方向赋值

This commit is contained in:
thesai 2024-08-09 11:38:53 +08:00
parent ae5ee2729e
commit 51702238da

View File

@ -279,7 +279,7 @@ func buildEsbRelationship(source *proto.Repository, repository *Repository) erro
plaCode = "XEMPFA" plaCode = "XEMPFA"
relayCode = "XEMPJ" relayCode = "XEMPJ"
default: default:
panic(fmt.Sprintf("未知的站台方向:%s", platform.dir)) panic(fmt.Sprintf("站台[%s]的方向[%s]不正确", platform.Id(), platform.dir))
} }
esb := repository.esbMap[protoData.Id] esb := repository.esbMap[protoData.Id]
station := platform.station station := platform.station