Commit e24a47f0 by guojuxing

审批联合商户模块暂停

parent c79a3364
......@@ -113,6 +113,7 @@ public class ProjectApiServiceImpl implements ProjectApiService{
for (ProjectDTO projectDTO : projectList) {
projectDTO.setItemList(group.get(projectDTO.getProjectId()));
}
//todo starrynight 判断是否是联合商户(有没有自有商户列表,并且有没有被授权受审组)。如果否,则需要过滤联合商户的项目
List<ProjectDTO> result = projectList.stream().filter(e -> CollectionUtils.isNotEmpty(e.getItemList())).collect(Collectors.toList());
return ServiceResponse.success(result);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment