1、bug fix
This commit is contained in:
@@ -127,4 +127,7 @@ public class SpdmNodeDetailReq extends BaseEntity {
|
||||
private String tag10;
|
||||
|
||||
private String exeStatus;
|
||||
|
||||
private String discipline;
|
||||
|
||||
}
|
||||
|
||||
@@ -369,7 +369,9 @@ public class ProjectServiceImpl extends BaseService implements IProjectService {
|
||||
return;
|
||||
}
|
||||
for (NodeAllBase fChild : fChildren) {
|
||||
summaryWorkspaceNode((ProjectNodePo) fChild,fChild.getChildren());
|
||||
if (!NodeTypeEnum.TASK.getValue().equals(fChild.getNodeType()) && !NodeTypeEnum.PERFORMANCE.getValue().equals(fChild.getNodeType())) {
|
||||
summaryWorkspaceNode((ProjectNodePo) fChild,fChild.getChildren());
|
||||
}
|
||||
}
|
||||
}
|
||||
if (CollectionUtils.isEmpty(children)) {
|
||||
|
||||
Reference in New Issue
Block a user