fix(工作台): 工作台缺陷总数跳转参数问题

This commit is contained in:
song-cc-rock 2024-12-06 15:13:33 +08:00 committed by 刘瑞斌
parent 5292fc2760
commit b96433eb75
1 changed files with 1 additions and 1 deletions

View File

@ -2137,8 +2137,8 @@ public class BugService {
if (StringUtils.equals(platformName, BugPlatform.LOCAL.getName())) {
return todoParam;
}
todoParam.setCurrentPlatform(platformName);
if (request.getUnresolved()) {
todoParam.setCurrentPlatform(platformName);
todoParam.setPlatformLastStatus(bugCommonService.getPlatformLastStepStatus(request.getProjectId()));
}
if (request.getAssignedToMe()) {