省市区人员关系表同步到bi
This commit is contained in:
@@ -352,6 +352,18 @@ class Module:
|
||||
print("data_Exception_Task", e)
|
||||
return False
|
||||
|
||||
@staticmethod
|
||||
def province_city_person_relation_to_bi():
|
||||
print("GD_match_phone_number")
|
||||
try:
|
||||
province_city_person_relation_to_bi = back_ground_module.province_city_person_relation_to_bi()
|
||||
thread = threading.Thread(target=province_city_person_relation_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")
|
||||
|
||||
Reference in New Issue
Block a user