DengBiao pirms 8 mēnešiem
vecāks
revīzija
c598cd6901
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. +2
    -1
      app/admin/svc/svc_data_statisstics.go

+ 2
- 1
app/admin/svc/svc_data_statisstics.go Parādīt failu

@@ -2288,7 +2288,6 @@ func CentralKitchenForSchoolDataStatisticsContrast(req md.CentralKitchenForSchoo
var fileName, downloadPath string
var now = time.Now()

xlsx := excelize.NewFile()
//数据对比
fileName = "数据对比_" + utils.Int64ToStr(now.UnixMilli()) + ".zip"
downloadPath = "/export/central_kitchen_for_school/" + fileName
@@ -2411,6 +2410,8 @@ func CentralKitchenForSchoolDataStatisticsContrast(req md.CentralKitchenForSchoo
println("<<<<CentralKitchenForSchoolDataStatisticsExport4>>>>>Error:::", err.Error())
panic(err)
}

xlsx := excelize.NewFile()
for _, class := range *classList {
for k2, v2 := range v1 {
if k2 == "" {


Notiek ielāde…
Atcelt
Saglabāt