This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_Acura_MES_Backend
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
33
Wiki
Activity
Browse Source
添加定时解析callof文件的代码
pull/35/head
zhangxin
3 years ago
parent
9b7b89e392
commit
3112b9b795
1 changed files
with
4 additions
and
4 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-4
task/scheduler.go
+ 4
- 4
task/scheduler.go
View File
@ -46,10 +46,10 @@ func Start() error {
//}
//}
// 添加派工
// 添加派工
err
=
c
.
AddFunc
(
"*/3 * * * * ?"
,
StartApsRelease
)
if
err
!=
nil
{
return
err
}
//err = c.AddFunc("*/3 * * * * ?", StartApsRelease)
//if err != nil {
// return err
//}
c
.
Start
(
)
c
.
Start
(
)
Write
Preview
Loading…
Cancel
Save