Browse Source

1

add_mode
DengBiao 1 year ago
parent
commit
ce8cb0c80f
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

@@ -344,7 +344,7 @@ func SelfSupportForSchoolDataStatisticsExport(req md.SelfSupportForSchoolDataSta
}

//整合数据
var data map[string]map[string]map[string]map[string]float64
var data = map[string]map[string]map[string]map[string]float64{}
for _, vv := range m {
shopName := deviceListMapping[vv.SelfSupportForSchoolOrd.DeviceSn].Name
if data[vv.Enterprise.Name] == nil {


Loading…
Cancel
Save