高德匹配手机号
This commit is contained in:
@@ -306,7 +306,7 @@ class Module:
|
||||
|
||||
@staticmethod
|
||||
def new_dealer_service_order_to_bi():
|
||||
print("data_monitor")
|
||||
print("new_dealer_service_order_to_bi")
|
||||
try:
|
||||
new_dealer_service_order_to_bi = back_ground_module.NewDealerServiceOrderToBI()
|
||||
thread = threading.Thread(target=new_dealer_service_order_to_bi.main)
|
||||
@@ -318,7 +318,7 @@ class Module:
|
||||
|
||||
@staticmethod
|
||||
def non_standar_performance_to_BI():
|
||||
print("data_monitor")
|
||||
print("non_standar_performance_to_BI")
|
||||
try:
|
||||
non_standar_performance_to_BI = back_ground_module.NonStandardPerformanceToBI()
|
||||
thread = threading.Thread(target=non_standar_performance_to_BI.main)
|
||||
@@ -330,7 +330,7 @@ class Module:
|
||||
|
||||
@staticmethod
|
||||
def partner_settlement_to_BI():
|
||||
print("data_monitor")
|
||||
print("partner_settlement_to_BI")
|
||||
try:
|
||||
partner_settlement_to_BI = back_ground_module.PartnerSettlementToBI()
|
||||
thread = threading.Thread(target=partner_settlement_to_BI.main)
|
||||
@@ -340,6 +340,18 @@ class Module:
|
||||
print("data_Exception_Task", e)
|
||||
return False
|
||||
|
||||
@staticmethod
|
||||
def GD_match_phone_number():
|
||||
print("GD_match_phone_number")
|
||||
try:
|
||||
GD_match_phone_number = back_ground_module.GDMatchPhoneNumber()
|
||||
thread = threading.Thread(target=GD_match_phone_number.main)
|
||||
thread.start()
|
||||
return "data_Exception_Task"
|
||||
except Exception as e:
|
||||
print("data_Exception_Task", e)
|
||||
return False
|
||||
|
||||
@staticmethod
|
||||
def text3():
|
||||
print("text3")
|
||||
|
||||
Reference in New Issue
Block a user