Browse Source

资料归集,移动节点问题

MaiXinRong 1 năm trước cách đây
mục cha
commit
c0c247e064
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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] };
         }