fix(工作台): 工作台缺陷总数跳转参数问题
This commit is contained in:
parent
5292fc2760
commit
b96433eb75
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue