Commit 11c1d255 authored by 邱阿朋's avatar 邱阿朋

fix(spa_search): 补充无报告信息发票的输出数据- 为没有报告信息的发票添加默认数据结构

-确保所有发票都有输出数据,避免因缺少信息而导致的错误- 优化日志警告信息,提醒用户某些发票缺少报告信息
parent 074d87a5
......@@ -213,7 +213,7 @@ def main():
'parent_id': "Sheet1",
'order_no': "", # 订单号
}
sheet_data.append([push_data])
sheet_data.append(push_data)
log.warning(f"{invoice_id} 暂无报告信息")
continue
......
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