|
@@ -192,7 +192,7 @@ module.exports = app => {
|
|
|
await transaction.updateRows(this.tableName, updateDatas);
|
|
|
}
|
|
|
|
|
|
- async updateHistory(stage, transaction) {
|
|
|
+ async updateHistory4CheckAgain(stage, transaction) {
|
|
|
const datas = await this.getStageData(stage.id);
|
|
|
if (datas.length === 0) return;
|
|
|
|