|
@@ -418,7 +418,7 @@ func (pwp *PortraitProjectScreen) GetBuyerListSearch() (list *[]map[string]inter
|
|
|
}
|
|
|
|
|
|
start, limit := (pwp.PageNum-1)*pwp.PageSize, pwp.PageSize
|
|
|
- fields := `"bidstatus","_id","title","subtype","projectname","publishtime","area","city","district"`
|
|
|
+ fields := `"bidstatus","_id","title","subtype","toptype","projectname","publishtime","area","city","district"`
|
|
|
if start+limit <= tableShowNumLimit { //表格数据
|
|
|
fields += `,"bidamount","budget","bidopentime","s_winner","entidlist"`
|
|
|
}
|