modify scripts

This commit is contained in:
2026-01-09 11:25:03 +08:00
parent 80fea29fb5
commit 4f15b4b1ea
2 changed files with 118 additions and 0 deletions

6
cron/cmd.md Normal file
View File

@ -0,0 +1,6 @@
# 拉取 研报
```Bash
cd /root/projects/stock/
export DB_ENV=nas && python3 -m src.em_reports.fetch --begin=2025-12-06 --end=2025-12-15 --mode=fetch
export DB_ENV=nas && python3 -m src.em_reports.fetch --begin=2025-12-06 --end=2025-12-15 --mode=down
```