1
This commit is contained in:
@@ -12,7 +12,7 @@ import (
|
||||
|
||||
var SystemTempObj map[string]*model.SystemTemp
|
||||
|
||||
func init() {
|
||||
func Init() {
|
||||
SystemTempObj = make(map[string]*model.SystemTemp, 0)
|
||||
sysTempList, err := QuerySystemTemp()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user