更新研发

This commit is contained in:
hoteas
2022-02-14 19:10:58 +08:00
parent ebf0df5ca8
commit a2c49452b4
36 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
}