|
@@ -266,6 +266,7 @@ func SearchListFormat(userid, subInformation, propertyForm, industry string, rep
|
|
}
|
|
}
|
|
if bidField == "BIProperty" {
|
|
if bidField == "BIProperty" {
|
|
searchList.FileExists = false
|
|
searchList.FileExists = false
|
|
|
|
+ searchList.Bi = &bxcore.BI{}
|
|
//物业数据处理
|
|
//物业数据处理
|
|
if v["tag_topinformation"] != nil {
|
|
if v["tag_topinformation"] != nil {
|
|
searchList.Bi.TagTopInformation = gconv.SliceStr(v["tag_topinformation"])
|
|
searchList.Bi.TagTopInformation = gconv.SliceStr(v["tag_topinformation"])
|