|
@@ -62,7 +62,7 @@ func (l *ShowSearchLogic) ShowSearch(in *bxcol.ShowSearchReq) (res *bxcol.ShowSe
|
|
listSearch.Buyerclass = common.InterfaceToStr(vlu["buyer_class"])
|
|
listSearch.Buyerclass = common.InterfaceToStr(vlu["buyer_class"])
|
|
listSearch.Buyertel = common.InterfaceToStr(vlu["buyer_tel"])
|
|
listSearch.Buyertel = common.InterfaceToStr(vlu["buyer_tel"])
|
|
listSearch.Winnertel = common.InterfaceToStr(vlu["winner_tel"])
|
|
listSearch.Winnertel = common.InterfaceToStr(vlu["winner_tel"])
|
|
- listSearch.FileExists = common.InterfaceToStr(vlu["attachment"])
|
|
|
|
|
|
+ listSearch.FileExists = common.InterfaceToStr(vlu["file_exists"])
|
|
listSearch.NotKey = common.InterfaceToStr(vlu["not_key"])
|
|
listSearch.NotKey = common.InterfaceToStr(vlu["not_key"])
|
|
listSearch.Tabularflag = common.InterfaceToStr(vlu["tabular_flag"])
|
|
listSearch.Tabularflag = common.InterfaceToStr(vlu["tabular_flag"])
|
|
//ppa,buyer,winner,agency
|
|
//ppa,buyer,winner,agency
|