|
@@ -268,6 +268,7 @@ func InfoPub(info map[string]interface{}) {
|
|
|
jyMap[f] = InfoCodes[it-1].Name
|
|
|
}
|
|
|
saveMap["infoAttribute"] = InfoCodes[it-1].Code
|
|
|
+ saveMap["isPublic"] = InfoCodes[it-1].IsPublic //是否公开
|
|
|
}
|
|
|
} else if f == "recommended_service" {
|
|
|
saveMap[SaveFields[f]] = util.IntAll(tmp[f])
|