REQ-2595-待办数量查询,对应分类枚举为空,补充为空值
This commit is contained in:
parent
c0eb93b8fb
commit
950a41932a
@ -190,6 +190,9 @@ public class TodoSimpleQueryService {
|
||||
.build());
|
||||
}
|
||||
}
|
||||
for (BizCategoryEnum bc : BizCategoryEnum.values()) {
|
||||
resultMap.computeIfAbsent(bc, k -> new PendingMessageCountDTO());
|
||||
}
|
||||
return resultMap;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user