|
@@ -84,6 +84,8 @@ func ResolveInfo(v map[string]interface{}) map[string]interface{} {
|
|
|
s_toptype, s_subtype := "", ""
|
|
|
if qu.ObjToString(v["toptype"]) == "拟建" {
|
|
|
s_toptype, s_subtype = "拟建", "拟建"
|
|
|
+ } else if qu.ObjToString(v["toptype"]) == "产权" {
|
|
|
+ s_toptype, s_subtype = "产权", "产权"
|
|
|
} else {
|
|
|
s_toptype, s_subtype = prompt.AcquireClassInfo(detail, title)
|
|
|
}
|