This commit is contained in:
邹宗楠
2022-08-22 14:20:42 +08:00
parent 123c0971da
commit 8818dc957c
3 changed files with 12 additions and 10 deletions

View File

@@ -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 {