Selaa lähdekoodia

资料归集,移动节点问题

MaiXinRong 1 vuosi sitten
vanhempi
commit
c0c247e064
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      app/service/filing.js

+ 0 - 1
app/service/filing.js

@@ -230,7 +230,6 @@ module.exports = app => {
                 await conn.rollback();
                 throw err;
             }
-            await this.db.updateRows(this.tableName, updateData);
             return { update: [updateData, ...posterityUpdateData, ...siblingUpdateData] };
         }