上传日常任务代码
This commit is contained in:
parent
87640ae775
commit
5b1085cd04
@ -53,6 +53,10 @@ func (this *WTask) Start() (err error) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
this.caravan = module.(comm.ICaravan)
|
this.caravan = module.(comm.ICaravan)
|
||||||
|
if module, err = this.service.GetModule(comm.ModuleDailytask); err != nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
this.dailytask = module.(comm.IDailytask)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user