From abef2a801c5246e97ced397d0c7aabe5c4995d23 Mon Sep 17 00:00:00 2001 From: marvzhang Date: Sat, 7 Mar 2020 14:08:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=97=A0=E6=B3=95=E8=AF=BB?= =?UTF-8?q?=E5=8F=96=E5=B7=A5=E4=BD=9C=E8=8A=82=E7=82=B9=E8=AF=AD=E8=A8=80?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/services/system.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/services/system.go b/backend/services/system.go index d2eced84..829c2657 100644 --- a/backend/services/system.go +++ b/backend/services/system.go @@ -165,7 +165,7 @@ func GetLangLocal(lang entity.Lang) entity.Lang { } func GetLangRemote(nodeId string, lang entity.Lang) (entity.Lang, error) { - l, err := RpcClientGetLang(nodeId, lang.Name) + l, err := RpcClientGetLang(nodeId, lang.ExecutableName) if err != nil { return l, err }