|
@@ -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 = [];
|