From c5e93169adc8428021e18ad20481cd1b9e16373f Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 13 Aug 2025 10:10:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20subscribe=5Foper.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/db/subscribe_oper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/db/subscribe_oper.py b/app/db/subscribe_oper.py index 7f4bb3be..e4ad4418 100644 --- a/app/db/subscribe_oper.py +++ b/app/db/subscribe_oper.py @@ -108,7 +108,7 @@ class SubscribeOper(DbOper): """ 获取订阅 """ - return await Subscribe.async_get(self._db, id=sid) + return await Subscribe.async_get(self._db, rid=sid) def list(self, state: Optional[str] = None) -> List[Subscribe]: """