MaiXinRong 3 年之前
父節點
當前提交
055d0df769
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/router.js

+ 1 - 1
app/router.js

@@ -288,7 +288,7 @@ module.exports = app => {
     app.post('/tender/:id/measure/stage/:order/pay/detail', sessionAuth, tenderCheck, uncheckTenderCheck, stageCheck, 'stageController.chapterDetail');
     app.post('/tender/:id/measure/stage/:order/pay/save', sessionAuth, tenderCheck, uncheckTenderCheck, stageCheck, 'stageController.savePayData');
     app.post('/tender/:id/measure/stage/:order/pay/upload/file', sessionAuth, tenderCheck, uncheckTenderCheck, stageCheck, 'stageController.payUploadFile');
-    app.get('/tender/:id/measure/stage/:order/pay/download/file/:pid', sessionAuth, 'stageController.payDownloadFile');
+    app.get('/tender/:id/measure/stage/:order/pay/download/file/:id', sessionAuth, 'stageController.payDownloadFile');
     app.post('/tender/:id/measure/stage/:order/pay/delete/file', sessionAuth, tenderCheck, uncheckTenderCheck, stageCheck, 'stageController.payDeleteFile');
 
     // 变更概况