新签合伙人、非标业绩提报

This commit is contained in:
z66
2025-08-20 17:30:06 +08:00
parent 6e09b431e3
commit 82450a98d3
13 changed files with 1244 additions and 110 deletions
+24
View File
@@ -316,6 +316,30 @@ class Module:
print("data_Exception_Task", e)
return False
@staticmethod
def non_standar_performance_to_BI():
print("data_monitor")
try:
non_standar_performance_to_BI = back_ground_module.NonStandardPerformanceToBI()
thread = threading.Thread(target=non_standar_performance_to_BI.main)
thread.start()
return "data_Exception_Task"
except Exception as e:
print("data_Exception_Task", e)
return False
@staticmethod
def partner_settlement_to_BI():
print("data_monitor")
try:
partner_settlement_to_BI = back_ground_module.PartnerSettlementToBI()
thread = threading.Thread(target=partner_settlement_to_BI.main)
thread.start()
return "data_Exception_Task"
except Exception as e:
print("data_Exception_Task", e)
return False
@staticmethod
def text3():
print("text3")