zhangzengfei
2025-02-11 e4fc307d58856a0b319c41f0930cd3b731cb0b24
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())