|
@@ -265,7 +265,7 @@ func InfoPub(info map[string]interface{}) {
|
|
}
|
|
}
|
|
if len(InfoCodes) >= it {
|
|
if len(InfoCodes) >= it {
|
|
if infoType == "" {
|
|
if infoType == "" {
|
|
- jyMap[f] = InfoCodes[it-1]
|
|
|
|
|
|
+ jyMap[f] = InfoCodes[it-1].Name
|
|
}
|
|
}
|
|
saveMap["infoAttribute"] = InfoCodes[it-1].Code
|
|
saveMap["infoAttribute"] = InfoCodes[it-1].Code
|
|
}
|
|
}
|