唉,太不认真了。
```
hycc = finance.run_query(query(finance.SW1_DAILY_PRICE.close).filter(
finance.SW1_DAILY_PRICE.code == sshy[s]['sw_l1']['industry_code']).order_by(
finance.SW1_DAILY_PRICE.date.asc()).limit(20))
```
你加一个字段,finance.SW1_DAILY_PRICE.date, 然后print(hycc)看看,你都是取的什么数据!
2023-11-10