删除丢弃的方法
This commit is contained in:
parent
767b546928
commit
dc7a055245
@ -4,7 +4,6 @@ import (
|
||||
"go_dreamfactory/comm"
|
||||
"go_dreamfactory/lego/core"
|
||||
"go_dreamfactory/lego/sys/event"
|
||||
"go_dreamfactory/lego/sys/log"
|
||||
"go_dreamfactory/modules"
|
||||
"go_dreamfactory/pb"
|
||||
)
|
||||
@ -43,7 +42,3 @@ func (this *ModuleSys) GetType() core.M_Modules {
|
||||
func (this *ModuleSys) IsAccess(funcName string, userId string) (code pb.ErrorCode) {
|
||||
return this.modelSys.IsAccess(funcName, userId)
|
||||
}
|
||||
|
||||
func (this *ModuleSys) EventOpenCond(funcIds []string) {
|
||||
this.Debug("EventOpenCond", log.Field{Key: "funcIds", Value: funcIds})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user