From 54e8e2a3db28d2eeaafdb3188fee5fac2f55d4aa Mon Sep 17 00:00:00 2001 From: zty Date: Sun, 28 Apr 2024 17:44:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E5=90=8C=E6=AD=A5pdf?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/apps/information/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/apps/information/views.py b/server/apps/information/views.py index 74817df..177a460 100644 --- a/server/apps/information/views.py +++ b/server/apps/information/views.py @@ -23,7 +23,7 @@ import traceback import shutil EXCEL_PATH = os.path.join(settings.BASE_DIR, "media/default/检验检测服务业统计数据上报任务-空表.xlsx") -print("EXCEL_PATH", EXCEL_PATH) +# print("EXCEL_PATH", EXCEL_PATH) # EXCEL_PATH = "C:/code/pdf_exc/检验检测服务业统计数据上报任务-空表.xlsx"