zhangzengfei
2025-02-11 e4fc307d58856a0b319c41f0930cd3b731cb0b24
修复规律分析bug
1个文件已修改
6 ■■■■ 已修改文件
models/accessRegularity.go 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
models/accessRegularity.go
@@ -115,9 +115,9 @@
            snapshot_count_summary
        WHERE
            last_appearance_time > ?
            AND (p.community_id IN ?
            OR p.org_id IN ?)
            AND p.status IN ?
            AND (community_id IN ?
            OR org_id IN ?)
            AND status IN ?
        `, startDate.Unix(), m.AreaIds, m.OrgIds, m.IdentityType).Scan(&baseFilter).Error
    if err != nil {
        logger.Warnf(err.Error())