|
@@ -683,6 +683,7 @@ func DescriptionHandle(stype string, obj map[string]interface{}) string {
|
|
if subtype == "拟建" {
|
|
if subtype == "拟建" {
|
|
buyer = owner
|
|
buyer = owner
|
|
}
|
|
}
|
|
|
|
+ log.Println("3333333333333333publishtime", obj["publishtime"])
|
|
s_winner := util.InterfaceToStr(obj["s_winner"])
|
|
s_winner := util.InterfaceToStr(obj["s_winner"])
|
|
publishtime := util.Int64All(obj["publishtime"])
|
|
publishtime := util.Int64All(obj["publishtime"])
|
|
area := util.InterfaceToStr(obj["area"])
|
|
area := util.InterfaceToStr(obj["area"])
|