Explorar o código

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

Tony Kang %!s(int64=2) %!d(string=hai) anos
pai
achega
fe382cffdb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {