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