Sfoglia il codice sorgente

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

Tony Kang 1 anno fa
parent
commit
fe382cffdb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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) {