rambo 3 dní pred
rodič
commit
90b61bd88e
1 zmenil súbory, kde vykonal 0 pridanie a 2 odobranie
  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("缺失 [商品货号] 列")