sync
This commit is contained in:
parent
8de8d23b88
commit
614806c52d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue