Browse Source

养护查看api修改

dev
wenlele 1 year ago
parent
commit
9d090b2b56
  1. 6
      api/app/lib/controllers/report/index.js

6
api/app/lib/controllers/report/index.js

@ -210,9 +210,9 @@ async function reportDetail (ctx) {
},
include: [{
model: models.Road,
where: {
del: false
},
// where: {
// del: false
// },
as: 'road_',
}],
})

Loading…
Cancel
Save