|
|
@ -197,7 +197,7 @@ public class ProjectService implements IProjectService { |
|
|
|
ProjectVo.ProjectUnreadMsg unreadMsg = getUnreadMsgByProject(currentUserId,projectInfo.getId()); |
|
|
|
projectInfo.setProjectUnreadMsg(unreadMsg); |
|
|
|
//获取wps文件路径
|
|
|
|
projectInfo.setWbsFilePaths(wpsService.queryVisitUrls(projectInfo.getId(), (byte) 0,token)); |
|
|
|
projectInfo.setWpsFilePaths(wpsService.queryVisitUrls(projectInfo.getId(), (byte) 0,token)); |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
@ -333,7 +333,7 @@ public class ProjectService implements IProjectService { |
|
|
|
projectInfo.setLabelList(labelList); |
|
|
|
} |
|
|
|
//获取wps文件路径
|
|
|
|
projectInfo.setWbsFilePaths(wpsService.queryVisitUrls(projectInfo.getId(), (byte) 0,token)); |
|
|
|
projectInfo.setWpsFilePaths(wpsService.queryVisitUrls(projectInfo.getId(), (byte) 0,token)); |
|
|
|
return projectInfo; |
|
|
|
} |
|
|
|
|
|
|
|