|
@@ -244,6 +244,7 @@ class Mvp:
|
|
:return:
|
|
:return:
|
|
"""
|
|
"""
|
|
people_info_city = self.marketing_db.select(self.sql_15)
|
|
people_info_city = self.marketing_db.select(self.sql_15)
|
|
|
|
+ return people_info_city
|
|
people_infos = []
|
|
people_infos = []
|
|
for people in people_info_city:
|
|
for people in people_info_city:
|
|
uuid = people[0]
|
|
uuid = people[0]
|