Ver código fonte

update

add_mode
DengBiao 1 ano atrás
pai
commit
f6da628bd9
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      app/admin/svc/svc_data_statisstics.go

+ 1
- 1
app/admin/svc/svc_data_statisstics.go Ver arquivo

@@ -1680,7 +1680,7 @@ func CentralKitchenForSchoolDataStatisticsContrast(req md.CentralKitchenForSchoo
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").
FindAndCount(&m)
FindAndCount(&m1)
if err1 != nil {
logx.Error(err1)
println("<<<<CentralKitchenForSchoolDataStatisticsContrast>>>>>Error:::", err.Error())


Carregando…
Cancelar
Salvar