feat(周报功能重构):查看他人项目组周报权限控制去除

This commit is contained in:
wanjia 2025-05-27 14:56:22 +08:00
parent e6322835db
commit 6f63a0de72
1 changed files with 1 additions and 1 deletions

View File

@ -725,7 +725,7 @@ public class PmsProjectIssuesService {
continue;
}
// 查询项目信息
PmsProjectDetailVo project = pmsProjectService.selectPmsProjectById(projectId);
PmsProject project = pmsProjectMapper.selectPmsProjectById(projectId);
JSONObject innerData = inputJson.getJSONObject(projectIdStr);
if (project != null) {