Commit 235f7228 authored by 邱阿朋's avatar 邱阿朋

spa数据查询

parent 7f607f47
......@@ -113,8 +113,6 @@ def main():
new_coop_data = []
for _, coop in coop_list.iterrows():
if i == 20: break
i += 1
invoice_id = coop.get("Invoice ID") # 获取发票 ID
print({"index": i, "invoice_id": invoice_id})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment