更新研发

This commit is contained in:
hoteas
2022-02-14 19:10:58 +08:00
parent 7c2cc695b7
commit 9187960f66
35 changed files with 671 additions and 11697 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ func (this *Company) GetCompanyOtherAll(name string) Map {
if e != nil {
fmt.Println(e)
} else {
res["ProfileTags"] = data.GetMap("data")
res["ProfileTags"] = data.GetSlice("data")
}
return res
}