sunty
2019-07-29 75c6f6fea50b977cb72a50f4609a5cbbbf235c35
delete analyServerId omitempty
2个文件已修改
4 ■■■■ 已修改文件
controllers/tasklist.go 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
models/dbtables.go 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
controllers/tasklist.go
@@ -41,7 +41,7 @@
            source["title"] = key.(string)
            source["value"] = key.(string)
            source["key"] = key.(string)
            sources = append(sources, source)
            sources := append(sources, source)
            fmt.Println(key)
        }
models/dbtables.go
@@ -9,7 +9,7 @@
    StartTime     string `json:"startTime,omitempty" example:"2019-01-12 12:14:56"`           //有效期开始时间
    EndTime       string `json:"endTime,omitempty" example:"2019-10-12 12:14:56"`             //有效期结束时间
    IsSync        string `json:"isSync,omitempty" example:"1:同步到管理平台,2:不同步"`
    AnalyServerId string `json:"analyServerId,omitempty" example:"本地库所属的分析设备id,如果是同步库就不需要记录"` // 分析设备id(本地库所属的分析设备id,如果是同步库就不需要记录)
    AnalyServerId string `json:"analyServerId" example:"本地库所属的分析设备id,如果是同步库就不需要记录"` // 分析设备id(本地库所属的分析设备id,如果是同步库就不需要记录)
}
//UploadFlag string `json:"uploadFlag,omitempty" example:"上传标志"` //