From 4c5d1b6ea13ba852b6bb3e8dc853be311d2a9ec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=80=E1=B4=8D=E1=B4=9B=E1=B4=8F=E1=B4=80=E1=B4=87?= =?UTF-8?q?=CA=80?= Date: Tue, 9 Jul 2024 22:47:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20exist=5Flabels=20?= =?UTF-8?q?=E5=8F=AF=E8=83=BD=E5=88=A4=E6=96=AD=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20(#132)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/bili_sync/src/adapter/collection.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bili_sync/src/adapter/collection.rs b/crates/bili_sync/src/adapter/collection.rs index 8ded88b..93e294e 100644 --- a/crates/bili_sync/src/adapter/collection.rs +++ b/crates/bili_sync/src/adapter/collection.rs @@ -117,7 +117,7 @@ impl VideoListModel for collection::Model { .and(video::Column::Bvid.is_in(bvids)), ) .select_only() - .columns([video::Column::Bvid, video::Column::Favtime]) + .columns([video::Column::Bvid, video::Column::Pubtime]) .into_tuple() .all(connection) .await?