From 4afe401568f28d59b371b84cc59e309a3be5692a Mon Sep 17 00:00:00 2001 From: Mars Date: Wed, 2 Jul 2025 14:24:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AE=9A=E6=97=B6=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E4=B8=AD=E5=A5=96=E6=8E=A8=E8=8D=90=E7=94=9F=E6=88=90?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E9=97=AE=E9=A2=98=20-=20=E7=A7=BB=E9=99=A4Be?= =?UTF-8?q?tRecord=E6=A8=A1=E5=9E=8B=E4=B8=AD=E4=B8=8D=E5=AD=98=E5=9C=A8?= =?UTF-8?q?=E7=9A=84lottery=5Ftype=E5=AD=97=E6=AE=B5=20-=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=BF=85=E9=9C=80=E7=9A=84issue=E5=AD=97=E6=AE=B5=20-?= =?UTF-8?q?=20=E7=A1=AE=E4=BF=9D=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E8=83=BD=E6=AD=A3=E5=B8=B8=E7=94=9F=E6=88=90=E6=AF=8F=E6=97=A5?= =?UTF-8?q?=E6=8E=A8=E8=8D=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/app/services/prediction_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app/services/prediction_service.py b/backend/app/services/prediction_service.py index 406e5ee..fc244a8 100644 --- a/backend/app/services/prediction_service.py +++ b/backend/app/services/prediction_service.py @@ -613,8 +613,8 @@ class PredictionService: # 保存推荐记录 for rec in daily_recommendations: bet_record = BetRecord( - lottery_type=rec['lottery_type'], batch_id=rec['batch_id'], + issue='', # 暂时为空,等开奖后更新 recommend_type=rec['recommend_type'], numbers=rec['numbers'], created_at=rec['created_at'],