@@ -103,6 +103,7 @@ def tg_group_create_api(request): |
||
103 | 103 |
|
104 | 104 |
|
105 | 105 |
def set_geo_submit_flag(uinfo, geo_at, gather_at): |
106 |
+ """ 是否上传过位置字段(即是否失联) """ |
|
106 | 107 |
uinfo['geo_submited'] = False |
107 | 108 |
if geo_at and gather_at: |
108 | 109 |
current_dt = tc.utc_datetime() |