|
|
@@ -1816,8 +1816,8 @@ func CentralKitchenForSchoolDataStatisticsExport(req md.CentralKitchenForSchoolD |
|
|
|
if list[dateName][enum.CentralKitchenForSchoolUserWithDayKind(vv).String()] == nil { |
|
|
|
list[dateName][enum.CentralKitchenForSchoolUserWithDayKind(vv).String()] = map[string]float64{} |
|
|
|
} |
|
|
|
if data[dateName]["合计"] == nil { |
|
|
|
data[dateName]["合计"] = make(map[string]float64) |
|
|
|
if list[dateName]["合计"] == nil { |
|
|
|
list[dateName]["合计"] = make(map[string]float64) |
|
|
|
} |
|
|
|
|
|
|
|
list[dateName][enum.CentralKitchenForSchoolUserWithDayKind(vv).String()]["sum"] = tmpSum |
|
|
|