|
@@ -221,6 +221,8 @@ func InfoFind(id string, employType int64) map[string]interface{} {
|
|
|
data["budget"] = obj["budget"]
|
|
|
data["bidamount"] = obj["bidamount"]
|
|
|
data["annex"] = 0
|
|
|
+ data["buyer"] = obj["buyer"]
|
|
|
+ data["winner"] = obj["s_winner"]
|
|
|
//类型处理
|
|
|
toptype := common.InterfaceToStr(obj["toptype"])
|
|
|
subtype := common.InterfaceToStr(obj["subtype"])
|