fix cn annotation in PIT script (#958)

This commit is contained in:
bxdd 2022-03-11 10:15:20 +08:00 коммит произвёл GitHub
Родитель 058f976727
Коммит 568a88fddb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -119,7 +119,6 @@ class PitCollector(BaseCollector):
report_list = []
while (rs_report.error_code == "0") & rs_report.next():
report_list.append(rs_report.get_row_data())
# 获取一条记录,将记录合并在一起
df_report = pd.DataFrame(report_list, columns=rs_report.fields)
if {"performanceExpPubDate", "performanceExpStatDate", "performanceExpressROEWa"} <= set(rs_report.fields):