From bdb9e4198f42d2294cea2b339e6fd1003ca062bb Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Fri, 15 Dec 2023 11:56:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9db=E9=93=BE=E6=8E=A5=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sys/db/db.go | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/db/db.go b/sys/db/db.go index 11ea3926a..820cd8ded 100644 --- a/sys/db/db.go +++ b/sys/db/db.go @@ -90,6 +90,7 @@ func (this *DB) readercrossconf(path string) (err error) { Serverid: this.options.ServiceId, ServerName: this.options.ServiceId, Owner: this.options.CrossChannel, + Cross: this.options.CrossChannel, CrossId: this.options.CrossChannel, RedisIsCluster: this.options.RedisIsCluster, RedisAddr: this.options.RedisAddr,