.gitignore&修复mdwule引用
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
### Example user template template
|
||||||
|
### Example user template
|
||||||
|
|
||||||
|
# IntelliJ project files
|
||||||
|
.idea
|
||||||
|
*.iml
|
||||||
|
out
|
||||||
|
gen
|
||||||
|
.logs
|
||||||
@@ -356,7 +356,7 @@ class Module:
|
|||||||
def province_city_person_relation_to_bi():
|
def province_city_person_relation_to_bi():
|
||||||
print("GD_match_phone_number")
|
print("GD_match_phone_number")
|
||||||
try:
|
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 = threading.Thread(target=province_city_person_relation_to_bi.main)
|
||||||
thread.start()
|
thread.start()
|
||||||
return "data_Exception_Task"
|
return "data_Exception_Task"
|
||||||
|
|||||||
Reference in New Issue
Block a user