Browse Source

(*) 养护抽查列表返回公里数

dev
peng.peng 1 year ago
parent
commit
972108db7d
  1. 3
      api/app/lib/controllers/report/index.js

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

@ -903,6 +903,9 @@ async function roadSpotList(ctx) {
countyRoadId: item.countyRoadId,
townshipRoadId: item.townshipRoadId,
villageRoadId: item.villageRoadId,
villageMil: item.villageMil,
townMil: item.townMil,
countryMil: item.countryMil
}
})
} catch (error) {

Loading…
Cancel
Save