.gitignore&修复mdwule引用

This commit is contained in:
z66
2025-12-26 10:16:52 +08:00
parent 37fb802c1e
commit 5d7c26484c
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
### Example user template template
### Example user template
# IntelliJ project files
.idea
*.iml
out
gen
.logs
+1 -1
View File
@@ -356,7 +356,7 @@ class Module:
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()
province_city_person_relation_to_bi = back_ground_module.ProvinceCityPersonRelationToBI()
thread = threading.Thread(target=province_city_person_relation_to_bi.main)
thread.start()
return "data_Exception_Task"