|
@@ -503,7 +503,7 @@ module.exports = app => {
|
|
|
}
|
|
|
|
|
|
async clearCacheOrder(stage, transaction) {
|
|
|
- await transaction.update(this.tableName, { porder: 1}, { where: { sid: stage.id } });
|
|
|
+ await transaction.update(this.tableName, { porder: 0 }, { where: { sid: stage.id } });
|
|
|
}
|
|
|
}
|
|
|
|