This commit is contained in:
jiangyong 2025-03-06 01:19:38 +08:00
parent 8de8d23b88
commit 614806c52d
1 changed files with 0 additions and 4 deletions

View File

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