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,