对Module树状关系,重新优化管理

This commit is contained in:
boyce
2019-08-30 17:43:11 +08:00
parent 489c699bcb
commit ab377bbb5f
2 changed files with 61 additions and 77 deletions

View File

@@ -2,7 +2,6 @@ package service
import (
"fmt"
"sync"
"reflect"
"strings"
@@ -81,7 +80,6 @@ func (slf *BaseService) Init(iservice IService) error {
}
slf.serviceid = InstanceServiceMgr().GenServiceID()
slf.BaseModule.rwModuleLocker = &sync.Mutex{}
return nil
}