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