feat(周报功能重构):周报-个人工作项列表项目信息补全

This commit is contained in:
wanjia 2025-05-26 19:43:57 +08:00
parent 0e83fa62ce
commit e6322835db
1 changed files with 1 additions and 1 deletions

View File

@ -771,7 +771,7 @@ public class PmsProjectIssuesService {
JSONObject issueSearch = new JSONObject();
convertObjectToJSONObject(pmsPersonalWeeklyIssuesSearchVo, issueSearch, null);
try {
return setProjectIssueListUserState(gitLinkRequestHelper.doGet(PmsGitLinkRequestUrl.GET_PERSONAL_ISSUE_LIST(issueSearch)));
return enrichProjectIssueList(gitLinkRequestHelper.doGet(PmsGitLinkRequestUrl.GET_PERSONAL_ISSUE_LIST(issueSearch)));
} catch (URISyntaxException e) {
throw new RuntimeException(e);
}