소스 검색

支付审批调整(原报签名时间)

Tony Kang 1 년 전
부모
커밋
fe382cffdb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/controller/report_controller.js

+ 1 - 1
app/controller/report_controller.js

@@ -397,7 +397,7 @@ module.exports = app => {
                     stage_order = payment.order;
                     sorder = stage_order;
                     stage_times = payment.times;
-                    stageList.push({ user_id: payment.uid, status: payment.status });
+                    stageList.push({ id: stage_id, user_id: payment.uid, status: payment.status });
                 }
 
                 for (const prjAcc of prjAccList) {