This commit is contained in:
aozhiwei 2024-07-22 13:55:13 +08:00
parent b65667d3f0
commit 6c38a9dae9

View File

@ -18,11 +18,11 @@ func (this *taskMgr) Init() {
this.sysMail.init()
this.repairOrder.init()
//this.refreshMeta.init()
this.contribution.init()
//this.contribution.init()
}
func (this *taskMgr) UnInit() {
this.contribution.unInit()
//this.contribution.unInit()
//this.refreshMeta.unInit()
this.repairOrder.unInit()
this.sysMail.unInit()