update 筛选器管理

This commit is contained in:
P3ngSaM 2022-07-29 13:49:35 +08:00
parent affcde8541
commit 914bcc70f4
1 changed files with 0 additions and 13 deletions

View File

@ -300,16 +300,3 @@ class QuestionnaireImpl(object):
return '操作成功'
if __name__ == '__main__':
rating_data = {
"司法指标": None,
"合规指标": None,
"舆情指标": None
}
DB_TEST.insert_single_data(
'C2_企业指标',
'C2.3_风险分析',
rating_data
)