rambo 3 dienas atpakaļ
vecāks
revīzija
90b61bd88e
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  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("缺失 [商品货号] 列")