vacationDuration5
This commit is contained in:
parent
ab10f90ac6
commit
0c43367e1e
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue