Skip to content

Commit

Permalink
fix: 修复 LP 理事会推荐文章记录数据迁移脚本校验报错的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
FHU-yezi committed Mar 16, 2024
1 parent d342607 commit 2837ed5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ async def main() -> None:
)
exit()
new_start_time, new_end_time = await get_collection_data_time_range(
LPRecommendedArticleRecordDocument, "fetch_date"
LPRecommendedArticleRecordDocument, "date"
)
if old_start_time != new_start_time or old_end_time != new_end_time:
logger.critical(
Expand Down
File renamed without changes.

0 comments on commit 2837ed5

Please sign in to comment.