rambo 3 天之前
父節點
當前提交
90b61bd88e
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      python/api.py

+ 0 - 2
python/api.py

@@ -148,8 +148,6 @@ def __createExcelGoodsArray(excel_path):
         excel_df = pd.read_excel(excel_path, sheet_name=0, header=0, dtype={
     "款号": str,
     "商品货号": str,
-    "颜色名称": str,
-    "其他列名": str
 })
         if "商品货号" not in excel_df.columns:
             raise UnicornException("缺失 [商品货号] 列")