소스 검색

区县 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);


불러오는 중...
취소
저장