[bug]现在ESB已经不是按钮了,去掉状态采集;构建repo时没有对站台方向赋值
This commit is contained in:
parent
ae5ee2729e
commit
51702238da
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user