This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_GAAS_GFrame_BACKEND
Watch
2
Star
2
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
添加定时任务
pull/141/head
zhangxin
3 years ago
parent
ea97de5ef7
commit
8368b37fb9
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
scheduler/ParseDemand.go
+ 8
- 0
scheduler/ParseDemand.go
View File
@ -4,7 +4,15 @@ import (
services
"LAPP_GAAS_GFrame_BACKEND/services/om"
)
var
status
int
func
ParseDemandFile
(
)
{
if
status
==
0
{
status
=
1
}
else
{
return
}
omService
:=
services
.
NewDemandHeadService
(
)
omService
.
OMParseDemand
(
)
status
=
0
}
Write
Preview
Loading…
Cancel
Save