Browse Source

update

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

@@ -527,7 +527,7 @@ func CentralKitchenForSchoolDataStatisticsExport(req md.CentralKitchenForSchoolD
}
var reserveDays string
for _, v1 := range list {
reserveDays += v1.Date
reserveDays += v1.Date + ", "
}
if v.Grade.Name == "" {
v.Grade.Name = "教师"


Loading…
Cancel
Save