From 51702238da69fcf28d7c07ddccfc6e240222456e Mon Sep 17 00:00:00 2001 From: thesai <1021828630@qq.com> Date: Fri, 9 Aug 2024 11:38:53 +0800 Subject: [PATCH] =?UTF-8?q?[bug]=E7=8E=B0=E5=9C=A8ESB=E5=B7=B2=E7=BB=8F?= =?UTF-8?q?=E4=B8=8D=E6=98=AF=E6=8C=89=E9=92=AE=E4=BA=86=EF=BC=8C=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E7=8A=B6=E6=80=81=E9=87=87=E9=9B=86=EF=BC=9B=E6=9E=84?= =?UTF-8?q?=E5=BB=BArepo=E6=97=B6=E6=B2=A1=E6=9C=89=E5=AF=B9=E7=AB=99?= =?UTF-8?q?=E5=8F=B0=E6=96=B9=E5=90=91=E8=B5=8B=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repository/repository_manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository/repository_manager.go b/repository/repository_manager.go index 955780f..813ac96 100644 --- a/repository/repository_manager.go +++ b/repository/repository_manager.go @@ -279,7 +279,7 @@ func buildEsbRelationship(source *proto.Repository, repository *Repository) erro plaCode = "XEMPFA" relayCode = "XEMPJ" default: - panic(fmt.Sprintf("未知的站台方向:%s", platform.dir)) + panic(fmt.Sprintf("站台[%s]的方向[%s]不正确", platform.Id(), platform.dir)) } esb := repository.esbMap[protoData.Id] station := platform.station