|
@@ -992,7 +992,7 @@ func GetXlsxs(mMap []map[string]interface{}, fn, email, id string, isfile bool)
|
|
row.AddCell()
|
|
row.AddCell()
|
|
}
|
|
}
|
|
row.AddCell().SetValue(v["href"])
|
|
row.AddCell().SetValue(v["href"])
|
|
- row.AddCell().SetValue(v["s_jyhref"])
|
|
|
|
|
|
+ row.AddCell().SetValue(v["jybxhref"])
|
|
row.AddCell().SetValue(v["projectcode"])
|
|
row.AddCell().SetValue(v["projectcode"])
|
|
row.AddCell().SetValue(v["projectname"])
|
|
row.AddCell().SetValue(v["projectname"])
|
|
row.AddCell().SetValue(v["projectscope"])
|
|
row.AddCell().SetValue(v["projectscope"])
|