vacationDuration5

This commit is contained in:
jiangyong27 2025-05-06 17:46:57 +08:00
parent ab10f90ac6
commit 0c43367e1e
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ func main() {
global.InitGlobal() global.InitGlobal()
worker.NewApproval(1000).Sync("202504", model.ApprovalTypeVacation) worker.NewApproval(1000).Sync("202504", model.ApprovalTypeVacation)
worker.NewApproval(1002).Sync("202504", model.ApprovalTypeRefund)
if err := server.Start(); err != nil { if err := server.Start(); err != nil {
panic(err) panic(err)
} }