feat(周报功能重构):查看他人项目组周报权限控制去除
This commit is contained in:
parent
e6322835db
commit
6f63a0de72
|
@ -725,7 +725,7 @@ public class PmsProjectIssuesService {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
// 查询项目信息
|
// 查询项目信息
|
||||||
PmsProjectDetailVo project = pmsProjectService.selectPmsProjectById(projectId);
|
PmsProject project = pmsProjectMapper.selectPmsProjectById(projectId);
|
||||||
|
|
||||||
JSONObject innerData = inputJson.getJSONObject(projectIdStr);
|
JSONObject innerData = inputJson.getJSONObject(projectIdStr);
|
||||||
if (project != null) {
|
if (project != null) {
|
||||||
|
|
Loading…
Reference in New Issue