Browse Source

upsd

add_mode
DengBiao 1 year ago
parent
commit
bf6fde5e7c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/admin/svc/svc_data_statisstics.go

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

@@ -826,6 +826,7 @@ func CentralKitchenForSchoolDataStatisticsExport(req md.CentralKitchenForSchoolD
Join("LEFT", "class_with_user", "class_with_user.user_identity_id = user_identity.id").
Join("LEFT", "class", "class_with_user.class_id = class.id").
Join("LEFT", "grade", "class.grade_id = grade.id").
Desc("class.id").
FindAndCount(&m)
if err != nil {
logx.Error(err)


Loading…
Cancel
Save