修改服务组合配置为动态

This commit is contained in:
刘祥超
2021-08-01 14:56:08 +08:00
parent 9245cf9cdb
commit 4cfc7d5387
4 changed files with 71 additions and 40 deletions

View File

@@ -733,7 +733,7 @@ func (this *ServerService) FindEnabledServerConfig(ctx context.Context, req *pb.
}
}
config, err := models.SharedServerDAO.ComposeServerConfig(tx, req.ServerId)
config, err := models.SharedServerDAO.ComposeServerConfigWithServerId(tx, req.ServerId)
if err != nil {
return nil, err
}