Browse Source

update

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

@@ -306,7 +306,7 @@ func SelfSupportForSchoolDataStatisticsExport(req md.SelfSupportForSchoolDataSta
downloadPath = "/export/self_support_for_school/" + fileName

//查询出所有的设备
var deviceList []*db.Device
var deviceList []*model.Device
err := db.Db.Where("enterprise_id != 0").Find(&deviceList)
if err != nil {
logx.Error(err)


Loading…
Cancel
Save