省市区人员关系表同步到bi

This commit is contained in:
z66
2025-12-25 16:01:44 +08:00
parent 5e53157a78
commit 37fb802c1e
10 changed files with 499 additions and 53 deletions
+12
View File
@@ -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")