This commit is contained in:
jiangyong 2025-03-06 00:45:39 +08:00
parent 7947739e8e
commit 549342ec85
1 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@ package main
import (
"enterprise/common/config"
"enterprise/common/global"
"enterprise/common/model"
"enterprise/server"
_ "enterprise/service/salary_calculator"
"enterprise/worker"
@ -15,8 +16,8 @@ func main() {
worker.InitCorp()
//
//approve := worker.NewApproval(1002)
//approve.Sync("202503", model.ApprovalTypeRefund)
approve := worker.NewApproval(1002)
approve.Sync("202503", model.ApprovalTypeRefund)
if err := server.Start(); err != nil {
panic(err)