From fea5db0b78f451d9a5194549136131fefa350cc1 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Mon, 4 Dec 2023 10:55:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B0=B4=E6=B3=A5=E6=96=B0=E6=9D=90?= =?UTF-8?q?=E9=99=A2=E6=B2=A1=E6=9C=89=E5=8F=91=E5=B8=83=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mycode/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mycode/main.py b/mycode/main.py index c5342e3..7fa4900 100644 --- a/mycode/main.py +++ b/mycode/main.py @@ -283,7 +283,7 @@ def get_cbma_info_from_db_and_ana(year: str = '2023'): sheet.cell(row=24, column=3, value=df_fx.at[dw_list.index('中岩科技'), f'{i}发布数']) sheet.cell(row=24, column=6, value=df_fx.at[dw_list.index('中岩科技'), f'供总院{i}稿数']) - sheet.cell(row=25, column=3, value=df_fx.at[dw_list.index('水泥新材院'), f'{i}发布数']) + # sheet.cell(row=25, column=3, value=df_fx.at[dw_list.index('水泥新材院'), f'{i}发布数']) sheet.cell(row=25, column=6, value=df_fx.at[dw_list.index('水泥新材院'), f'供总院{i}稿数']) # sheet.cell(row=26, column=3, value=df_fx.at[dw_list.index('中建材科创院'), f'{i}发布数'])