MaiXinRong hace 1 año
padre
commit
260bac7414
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 } });
         }
     }