DengBiao 1 anno fa
parent
commit
4a68ee8f65
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      app/admin/svc/svc_data_statisstics.go

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

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

//整合数据
var data = map[string]map[string]map[string]map[string]float64{}
shopName := req.StartDate + "~" + req.EndDate
shopName := req.StartDate + " ~ " + req.EndDate
for _, vv := range m {
if data[vv.Enterprise.Name] == nil {
data[vv.Enterprise.Name] = make(map[string]map[string]map[string]float64)


Caricamento…
Annulla
Salva