删除丢弃的方法

This commit is contained in:
wh_zcy 2022-12-27 17:56:49 +08:00
parent 767b546928
commit dc7a055245

View File

@ -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})
}