laiguoran 3 年 前
コミット
814531c1eb
1 ファイル変更0 行追加3 行削除
  1. 0 3
      app/service/change_ledger.js

+ 0 - 3
app/service/change_ledger.js

@@ -963,9 +963,6 @@ module.exports = app => {
                 }
                 // 选中节点--全部后兄弟节点 收编为子节点 修改pid, order, full_path
                 await this._syncUpLevelNexts(last);
-                if (selects) {
-                    throw '阻断';
-                }
                 await this.transaction.commit();
                 this.transaction = null;
             } catch (err) {