|
@@ -1334,7 +1334,6 @@ func rebind() {
|
|
|
return
|
|
|
}
|
|
|
rebindTimeEnd := cfg.RebindTime
|
|
|
- rebindTimeEnd = "2024-08-27 16:10:10"
|
|
|
sql := fmt.Sprintf(`select * from freeClubSign where sub_again_date > "%s" order by sub_again_date asc`, rebindTimeEnd)
|
|
|
data := BiService.SelectBySql(sql)
|
|
|
if data != nil && *data != nil && len(*data) > 0 {
|