소스 검색

修复bug

laiguoran 2 년 전
부모
커밋
344f03b5c7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/service/stage_bonus.js

+ 1 - 1
app/service/stage_bonus.js

@@ -191,7 +191,7 @@ module.exports = app => {
         }
 
         async updateHistory4CheckCancel(stage, newTimes, newOrder, transaction) {
-            const datas = await this.getStageData(stage, true);
+            const datas = await this.getStageData(stage.id, true);
             if (datas.length === 0) return;
 
             const updateDatas = [];