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