worekr 1hao

This commit is contained in:
jiangyong27 2024-01-08 22:33:32 +08:00
parent ba9e99e98f
commit 635a0b5c90
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ func Init() error {
})
// 1-10号计算工资信息
cron.Every(1).Month(1, 2, 3, 4, 5, 6, 7, 8, 9, 10).At("04:30").Do(func() {
cron.Every(1).Month(1).At("04:30").Do(func() {
go staff.SyncStaffSalary("")
})