|
@@ -580,7 +580,7 @@ func GetXlsxs(mMap []map[string]interface{}, fn, email, id string) {
|
|
|
row.AddCell().SetValue(v["district"]) //县区
|
|
|
row.AddCell().SetValue(v["projectname"]) //项目名称
|
|
|
row.AddCell().SetValue(v["buyer"]) //采购单位
|
|
|
- row.AddCell().SetValue(v["tagname"]) //采购单位类别---私有标签tagname
|
|
|
+ row.AddCell().SetValue(v["buyer_type"]) //采购单位类别---私有标签tagname
|
|
|
if v["bidamount"] != nil { //中标金额
|
|
|
row.AddCell().SetFloat(qu.Float64All(v["bidamount"]))
|
|
|
} else {
|
|
@@ -602,7 +602,7 @@ func GetXlsxs(mMap []map[string]interface{}, fn, email, id string) {
|
|
|
row.AddCell()
|
|
|
}
|
|
|
row.AddCell().SetValue(v["s_winner"]) //中标单位
|
|
|
- row.AddCell().SetValue(v[""]) //中标模式--移动、电信、联通
|
|
|
+ row.AddCell().SetValue(v["winner_type"]) //中标模式--移动、电信、联通
|
|
|
row.AddCell().SetValue(v["title"]) //公告标题
|
|
|
row.AddCell().SetValue(v["subtype"]) //公告类别
|
|
|
row.AddCell().SetValue(v["area"]) //省份
|