mirror of https://gitee.com/stylefeng/roses
【8.3.0】【tree】更新子集pids删掉未生效代码
parent
1eaca2a03f
commit
bddc093197
|
@ -69,9 +69,6 @@ public class CalcParentIdListUtil {
|
|||
return;
|
||||
}
|
||||
|
||||
// 计算出来新的parentIdListString,并填充到新Item上
|
||||
fillParentIds(newItem, pidGetterService);
|
||||
|
||||
// 计算出被更新的pids
|
||||
String oldPids = oldItem.getParentIdListString();
|
||||
oldPids = oldPids + SymbolConstant.LEFT_SQUARE_BRACKETS + oldItem.getCurrentId() + SymbolConstant.RIGHT_SQUARE_BRACKETS + SymbolConstant.COMMA;
|
||||
|
|
Loading…
Reference in New Issue