接车宝派发更新

This commit is contained in:
z66
2025-12-29 15:48:07 +08:00
parent 3462c8df55
commit 82c6c5f94a
7 changed files with 986 additions and 20 deletions
+1 -1
View File
@@ -274,7 +274,7 @@ class CommonModule:
else: # 如果没有数据,返回空 DataFrame
data_NGV = pd.DataFrame()
headers = [
"门店编码", "类型", "占位", "价格"
"门店编码", "类型", "订单商品名称", "价格"
]
data_NGV.columns = headers