@@ -102,7 +102,7 @@ func EntnicheSub(entUserId, entId int64, types int64, mg mongodb.MongodbSim) *ma
},
}
- if _, ok := (*ojy)["o_area"]; ok {
+ if _, ok := (*ojy)["o_area"]; !ok {
(*entnicheJy)["o_area"] = map[string]interface{}{}
} else {
(*entnicheJy)["o_area"] = (*ojy)["o_area"]