续约待办上线
This commit is contained in:
@@ -364,6 +364,18 @@ class Module:
|
||||
print("data_Exception_Task", e)
|
||||
return False
|
||||
|
||||
@staticmethod
|
||||
def renewal_to_do():
|
||||
print("GD_match_phone_number")
|
||||
try:
|
||||
renewal_to_do = back_ground_module.RenewalToDo()
|
||||
thread = threading.Thread(target=renewal_to_do.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