models/locationAnalysis.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
models/locationAnalysis.go
@@ -189,6 +189,7 @@ document_number_list = []string{} for _, i := range labelFilter { document_number_list = append(document_number_list, i.Id) document_number_list = append(document_number_list, i.Id) } } if len(m.KeyTypes) > 0 { @@ -344,8 +345,8 @@ filters = append(filters, map[string]interface{}{ "range": map[string]interface{}{ "picDate": map[string]interface{}{ "gte": start.Format(time.RFC3339), "lte": end.Format(time.RFC3339), "gte": start.Format("2006-01-02 15:04:05"), "lte": end.Format("2006-01-02 15:04:05"), }, }, })