zhaoqingang
2025-02-08 def7497d1fb46430053f103ba9e1ea1a8a06e25c
测试 场景分析 bug
1个文件已修改
5 ■■■■■ 已修改文件
models/locationAnalysis.go 5 ●●●●● 补丁 | 查看 | 原始文档 | 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"),
                },
            },
        })