|
@@ -82,7 +82,7 @@ func (l *ShowSearchLogic) ShowSearch(in *bxbase.ShowSearchReq) (res *bxbase.Show
|
|
|
listSearch.Publishtime = publishTime
|
|
|
listSearch.Area = common.InterfaceToStr(vlu["area"])
|
|
|
listSearch.Buyer = common.InterfaceToStr(vlu["buyer"])
|
|
|
- listSearch.Winner = common.InterfaceToStr(vlu["buyer"])
|
|
|
+ listSearch.Winner = common.InterfaceToStr(vlu["winner"])
|
|
|
listSearch.Agency = common.InterfaceToStr(vlu["agency"])
|
|
|
listSearch.District = common.InterfaceToStr(vlu["district"])
|
|
|
listSearch.City = common.InterfaceToStr(vlu["city"])
|