ソースを参照

区县 500万推送重大项目

master
PoffyZhang 1年前
コミット
1ef0bd5765
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      pmapi/src/main/java/com/ningdatech/pmapi/todocenter/handle/WithDrawHandle.java

+ 1
- 1
pmapi/src/main/java/com/ningdatech/pmapi/todocenter/handle/WithDrawHandle.java ファイルの表示

@@ -94,7 +94,7 @@ public class WithDrawHandle {
children = children.stream()
.filter(c -> !NodeTypeEnum.CC.name().equals(c.getNodeType().name()))
.collect(Collectors.toList());
if (CollUtil.isEmpty(currentProgressInfo)){
if (CollUtil.isEmpty(children)){
return Boolean.FALSE;
}
currentProgressNode = children.get(children.size() - 1);


読み込み中…
キャンセル
保存