models/accessRegularity.go | ●●●●● 补丁 | 查看 | 原始文档 | 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())