From 910c648c73e35fced481de35b406642282e70ddb Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期四, 16 十一月 2023 12:27:16 +0800 Subject: [PATCH] bug修复 --- code_attribute/code_nature_analyse.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code_attribute/code_nature_analyse.py b/code_attribute/code_nature_analyse.py index 86f126f..60838cf 100644 --- a/code_attribute/code_nature_analyse.py +++ b/code_attribute/code_nature_analyse.py @@ -192,9 +192,9 @@ # 璁剧疆鍘嗗彶K绾� def set_record_datas(code, limit_up_price, record_datas): k_format = get_k_format(float(limit_up_price), record_datas) - CodeNatureRecordManager.save_k_format(code, k_format) + CodeNatureRecordManager().save_k_format(code, k_format) natures = get_nature(record_datas) - CodeNatureRecordManager.save_nature(code, natures) + CodeNatureRecordManager().save_nature(code, natures) # 鑾峰彇K绾垮舰鎬� -- Gitblit v1.8.0