diff --git a/api/app/lib/controllers/report/index.js b/api/app/lib/controllers/report/index.js index 13018c7c..49363ae7 100644 --- a/api/app/lib/controllers/report/index.js +++ b/api/app/lib/controllers/report/index.js @@ -820,8 +820,15 @@ async function roadSpotPrepare (ctx) { let village = await getRoadTotalMileage('村', where, false) gather.push({ name: d.name, + code: d.code, township: township, - village: village + townshipParticipate: 0, + townshipPresent: 0, + townshipDifferenceValue: 0, + village: village, + villageParticipate: 0, + villagePresent: 0, + villageDifferenceValue: 0 }) }