From ee7be3fab6b67928a00874c4c125140512f25dab Mon Sep 17 00:00:00 2001 From: jiangyong27 Date: Thu, 18 Jan 2024 11:07:49 +0800 Subject: [PATCH] SyncCheckinDay4 --- cmd/enterprise.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") }