diff --git a/cmd/enterprise.go b/cmd/enterprise.go index 9cd99cc..27a7895 100644 --- a/cmd/enterprise.go +++ b/cmd/enterprise.go @@ -25,6 +25,6 @@ func main22() { global.InitGlobal() //cfg := config.GetConfig() - new(worker.Checkin).SyncCheckinDay("2024-01-16") + new(worker.Checkin).SyncCheckinDay("2024-01-17") }