【8.3.0】【tree】更新子集pids删掉未生效代码

master
stylefeng 2024-08-30 23:33:34 +08:00
parent 1eaca2a03f
commit bddc093197
1 changed files with 0 additions and 3 deletions

View File

@ -69,9 +69,6 @@ public class CalcParentIdListUtil {
return; return;
} }
// 计算出来新的parentIdListString并填充到新Item上
fillParentIds(newItem, pidGetterService);
// 计算出被更新的pids // 计算出被更新的pids
String oldPids = oldItem.getParentIdListString(); String oldPids = oldItem.getParentIdListString();
oldPids = oldPids + SymbolConstant.LEFT_SQUARE_BRACKETS + oldItem.getCurrentId() + SymbolConstant.RIGHT_SQUARE_BRACKETS + SymbolConstant.COMMA; oldPids = oldPids + SymbolConstant.LEFT_SQUARE_BRACKETS + oldItem.getCurrentId() + SymbolConstant.RIGHT_SQUARE_BRACKETS + SymbolConstant.COMMA;