sync
This commit is contained in:
parent
7947739e8e
commit
549342ec85
|
@ -3,6 +3,7 @@ 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,8 +16,8 @@ func main() {
|
||||||
|
|
||||||
worker.InitCorp()
|
worker.InitCorp()
|
||||||
//
|
//
|
||||||
//approve := worker.NewApproval(1002)
|
approve := worker.NewApproval(1002)
|
||||||
//approve.Sync("202503", model.ApprovalTypeRefund)
|
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