MaiXinRong 1 年之前
父节点
当前提交
260bac7414
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/service/stage_pay.js

+ 1 - 1
app/service/stage_pay.js

@@ -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 } });
         }
     }