删除错误引用
This commit is contained in:
parent
4f32f23c0f
commit
544dd3b374
@ -19,14 +19,12 @@ type ModelTask struct {
|
||||
modules.MCompModel
|
||||
moduleTask *ModuleTask
|
||||
|
||||
handleHandle ITaskHandle
|
||||
}
|
||||
|
||||
func (this *ModelTask) Init(service core.IService, module core.IModule, comp core.IModuleComp, options core.IModuleOptions) (err error) {
|
||||
err = this.MCompModel.Init(service, module, comp, options)
|
||||
this.moduleTask = module.(*ModuleTask)
|
||||
this.TableName = string(TableTask)
|
||||
this.handleHandle = new(TaskHandler)
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user