From e2902cdf1fdb61a16634f50aaca0a26c0f9d27af Mon Sep 17 00:00:00 2001 From: claude_dev Date: Fri, 4 Sep 2026 07:59:19 +0800 Subject: [PATCH] =?UTF-8?q?fix(data):=20ak=5Fevents=5Fwrapper=20=E4=BF=AE?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=E7=BA=A7=E8=AF=AD=E6=B3=95=E9=94=99+?= =?UTF-8?q?=E5=8A=A0BOM=E2=80=94=E2=80=9409-03=2019:30=E9=A6=96=E8=B7=91?= =?UTF-8?q?=E5=8D=B3=E6=AD=BB(rc=3D1=E9=9B=B6=E6=97=A5=E5=BF=97=3D?= =?UTF-8?q?=E8=A7=A3=E6=9E=90=E6=9C=9F=E6=AD=BB=E4=BA=A1):=E7=9C=9F?= =?UTF-8?q?=E6=A0=B9=E5=9B=A0=3Dline14=20(Get-Date).AddDays(-1)=20-Format?= =?UTF-8?q?=20yyyyMMdd=20=E4=B8=BA=E9=9D=9E=E6=B3=95PS=E8=AF=AD=E6=B3=95(?= =?UTF-8?q?=E8=A1=A8=E8=BE=BE=E5=BC=8F=E5=90=8E=E4=B8=8D=E8=83=BD=E6=8E=A5?= =?UTF-8?q?=E5=91=BD=E4=BB=A4=E5=8F=82=E6=95=B0),=E6=97=A0BOM=E6=97=B6GBK?= =?UTF-8?q?=E8=AF=AF=E8=AF=BB=E6=8A=8A=E6=8A=A5=E9=94=99=E8=A1=8C=E5=8F=B7?= =?UTF-8?q?=E6=90=85=E5=88=B013=E8=AF=AF=E5=AF=BC=E8=A7=86=E7=BA=BF;?= =?UTF-8?q?=E4=BF=AE=3D.ToString('yyyyMMdd')+=E5=89=8D=E7=BD=AEUTF-8=20BOM?= =?UTF-8?q?=E6=A0=B9=E6=B2=BBPS5.1=E5=AF=B9=E6=97=A0BOM=E4=B8=AD=E6=96=87?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E7=9A=84GBK=E8=AF=AF=E8=AF=BB=E9=9A=90?= =?UTF-8?q?=E6=82=A3;=E4=B8=89=E5=90=91hash=E5=B7=B2=E8=AF=81=E6=9C=AC?= =?UTF-8?q?=E5=9C=B0=3Dgit=3DVPS=E6=97=A0=E9=83=A8=E7=BD=B2=E6=8D=9F?= =?UTF-8?q?=E5=9D=8F;=E6=95=99=E8=AE=AD=3Dps1=E6=94=B9=E5=8A=A8=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E5=89=8D=E5=BF=85=E9=A1=BBParser=E9=A2=84=E6=A3=80(VP?= =?UTF-8?q?S=E5=B7=B2=E9=AA=8CPARSE=5FOK);=E4=BB=8A=E6=99=9A=E6=89=8B?= =?UTF-8?q?=E5=8A=A8=E8=A1=A5=E8=B7=9113=E7=B1=BB+margin=5Fsse=200902(T-1?= =?UTF-8?q?=E7=AA=97=E9=A6=96=E9=AA=8C)=20[vps]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/data_platform/ak_events_wrapper.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/data_platform/ak_events_wrapper.ps1 b/scripts/data_platform/ak_events_wrapper.ps1 index 9594ae1..9c0742b 100644 --- a/scripts/data_platform/ak_events_wrapper.ps1 +++ b/scripts/data_platform/ak_events_wrapper.ps1 @@ -1,4 +1,4 @@ -# ak_events_wrapper.ps1 — sanguo-ak-events schtask wrapper (daily 19:30 akshare 事件类 per-date 当日) +# ak_events_wrapper.ps1 — sanguo-ak-events schtask wrapper (daily 19:30 akshare 事件类 per-date 当日) # dragon_tiger/block_trade/restricted/zt_pool 三件套/新浪资金流×2/同花顺行业概念/雪球热度/新浪行业对账 --start today --end today; # per-date 每类1 unit 快; zt_pool 系 (2026-09-02 双机实测 push2ex 集群稳定) 供情绪/打板因子; # hot_rank (东财人气榜) 墙待恢复窗测量, 拍板后加入 --types (fetcher/注册已就位); @@ -11,7 +11,7 @@ $env:https_proxy = '' $env:all_proxy = '' Set-Location C:\sanguo_vnpy_v2 $today = Get-Date -Format yyyyMMdd -$yesterday = (Get-Date).AddDays(-1) -Format yyyyMMdd +$yesterday = (Get-Date).AddDays(-1).ToString('yyyyMMdd') $ts = Get-Date -Format 'yyyyMMdd_HHmmss' $logDir = 'C:\sanguo_vnpy_v2\data\migration_logs' if (-not (Test-Path $logDir)) { New-Item -ItemType Directory -Path $logDir -Force | Out-Null }