소스 검색

goods_art_no_image_dir

rambo 8 달 전
부모
커밋
7cfc49d400
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      python/api.py

+ 1 - 1
python/api.py

@@ -132,7 +132,7 @@ def fromExcelHandler(params: HandlerDetail):
     if "商品货号" not in excel_df.columns:
         raise UnicornException("缺失 [商品货号] 列")
     for index, row in excel_df.iterrows():
-        goods_art_no_image_dir = row["文件夹名称"]
+        goods_art_no_image_dir = str(row["文件夹名称"])
         goods_art_no = row["商品货号"]
         try:
             if not goods_art_no: