|
|
@@ -1556,8 +1556,8 @@ func CentralKitchenForSchoolDataStatisticsExport(req md.CentralKitchenForSchoolD |
|
|
|
println("<<<<CentralKitchenForSchoolDataStatisticsExport3>>>>>Error:::", err.Error()) |
|
|
|
panic(err) |
|
|
|
} |
|
|
|
xlsx.SetCellStyle(k3, "A1", "M1", style) |
|
|
|
xlsx.SetColWidth(k3, "A", "M", 20) |
|
|
|
xlsx.SetCellStyle(k3, "A1", "D1", style) |
|
|
|
xlsx.SetColWidth(k3, "A", "D", 20) |
|
|
|
|
|
|
|
var sumTotal = map[string]int64{} |
|
|
|
j := 3 //表头前两行用了,只能从第三行开始 |
|
|
|