添加新的判断依据

This commit is contained in:
jackyu66git
2025-11-16 20:58:03 +08:00
parent 03c5148c29
commit d61cbbec21
8 changed files with 24 additions and 76 deletions
+2 -2
View File
@@ -115,7 +115,7 @@ class ChanLun():
return self.tf_df.cal_bi_zs(seg_list)
def get_decimal(self, value):
return Decimal("{:.2f}".format(value))
def get_klc_list(self, dataframe):
return self.tf_df.get_klc_list(dataframe)
def get_klc_list(self, klu_list):
return self.tf_df.get_klc_list(klu_list)
def get_klu_list(self, dataframe):
return self.tf_df.cal_klu_pattern(self.get_kl_data(dataframe))