|
@@ -480,6 +480,8 @@ func GetXlsxs(mMap []map[string]interface{}, fn, email, id string) {
|
|
for _, v := range mMap {
|
|
for _, v := range mMap {
|
|
row := sh.AddRow()
|
|
row := sh.AddRow()
|
|
// row.AddCell().SetInt(i + 1)
|
|
// row.AddCell().SetInt(i + 1)
|
|
|
|
+ row.AddCell().SetValue(v["departname"])
|
|
|
|
+ row.AddCell().SetValue(v["rulename"])
|
|
row.AddCell().SetValue(v["matchkey"])
|
|
row.AddCell().SetValue(v["matchkey"])
|
|
row.AddCell().SetValue(v["area"])
|
|
row.AddCell().SetValue(v["area"])
|
|
row.AddCell().SetValue(v["city"])
|
|
row.AddCell().SetValue(v["city"])
|