Explorar el Código

update

add_mode
DengBiao hace 1 año
padre
commit
d98f14a396
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      app/admin/svc/svc_data_statisstics.go

+ 2
- 2
app/admin/svc/svc_data_statisstics.go Ver fichero

@@ -1482,8 +1482,8 @@ func CentralKitchenForSchoolDataStatisticsExport(req md.CentralKitchenForSchoolD
panic(err)
}
xlsx.SetCellStyle("Sheet1", "A1", "E1", style)
xlsx.SetColWidth("Sheet1", "A", "E", 25)
xlsx.SetColWidth("Sheet1", "A", "A", 30)
xlsx.SetColWidth("Sheet1", "B", "E", 15)
j := 3 //表头前两行用了,只能从第三行开始
total := int64(0)
total1 := int64(0)


Cargando…
Cancelar
Guardar