|
@@ -1371,7 +1371,6 @@ func activeUsers() {
|
|
|
}
|
|
|
//活跃用户查询
|
|
|
activeTimeEnd := cfg.ActiveTime
|
|
|
- activeTimeEnd = "2024-09-02 15:00:00"
|
|
|
sql := fmt.Sprintf(`select * from freeClubSign where act_again_date > "%s" order by act_again_date asc`, activeTimeEnd)
|
|
|
data := BiService.SelectBySql(sql)
|
|
|
if data != nil && *data != nil && len(*data) > 0 {
|