- fix globals init bug

This commit is contained in:
gazebo
2019-03-21 09:15:06 +08:00
parent 15c703b469
commit 75406c8d49
3 changed files with 3 additions and 2 deletions

View File

@@ -145,7 +145,7 @@ func init() {
sch := &DefScheduler{}
basesch.FixedBaseScheduler = &sch.BaseScheduler
FixedScheduler = sch
sch.IsReallyCallPlatformAPI = globals.ReallyCallPlatformAPI
sch.IsReallyCallPlatformAPI = true //globals.ReallyCallPlatformAPI
scheduler.CurrentScheduler = sch
sch.defWorkflowConfig = []map[int]*StatusActionConfig{
map[int]*StatusActionConfig{