Browse Source

update

master
dengbiao 2 months ago
parent
commit
6c0616b3a1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/admin/svc/svc_data_statisstics.go

+ 1
- 1
app/admin/svc/svc_data_statisstics.go View File

@@ -1239,7 +1239,7 @@ func CentralKitchenForSchoolDataStatisticsExport(req md.CentralKitchenForSchoolD
continue
}
for kkk, vvv := range vv {
list[v.Enterprise.Name][v.Grade.Name][v.Class.Name][kkk] = vvv
list[v.Enterprise.Name][v.Grade.Name][v.Class.Name][kkk] += vvv
}
}
}


Loading…
Cancel
Save