Commit 9a446034 by zhiwj

代码规范

parent bd2536f8
......@@ -116,10 +116,6 @@ public class ProblemExportController extends DownloadUtils {
ProblemDTO problemDTO = problemManageApiService.getProblem(resultDTO.getProblemId()).getResult();
List<ProblemReplyDTO> replyList = problemDTO.getReplyList();
// List<String> replyUserContentList = Optional.ofNullable(replyList).orElse(Collections.emptyList()).stream()
// .filter(e -> ReplyerTypeEnum.USER.getCode().equals(e.getReplyerType()))
// .map(ProblemReplyDTO::getReplyContent)
// .collect(Collectors.toList());
int j = 0;
StringBuilder sb = new StringBuilder();
for (ProblemReplyDTO problemReplyDTO : replyList) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment