瀏覽代碼

code sync

Tony Kang 3 月之前
父節點
當前提交
8edb4a6fc5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/controller/report_controller.js

+ 1 - 1
app/controller/report_controller.js

@@ -1679,7 +1679,7 @@ module.exports = app => {
                     const payment = paymentDetailList[0];
                     const payment = paymentDetailList[0];
                     stageList.push({ id: params.stage_id, user_id: payment.uid, status: payment.status });
                     stageList.push({ id: params.stage_id, user_id: payment.uid, status: payment.status });
                 }
                 }
-            } else if ([-300, -301, -302, -303, -400, -500].includes(params.stage_id)) {
+            } else if ([-150, -300, -301, -302, -303, -400, -500].includes(params.stage_id)) {
                 stgAudit = [];
                 stgAudit = [];
                 stageFlow = [];
                 stageFlow = [];
                 await this._commonGetAudit(ctx, params, stgAudit, stageFlow);
                 await this._commonGetAudit(ctx, params, stgAudit, stageFlow);