Commit eea49611 by zhiwj

bug

parent 64d17a84
......@@ -126,8 +126,8 @@ public class ProblemExportController extends DownloadUtils {
for (ProblemReplyDTO problemReplyDTO : replyList) {
if (ReplyerTypeEnum.MEMBER.getCode().equals(problemReplyDTO.getReplyerType())) {
j++;
sb.append("(").append(j).append(")").append(problemReplyDTO.getReplyContent()).append("\r\n");
}
sb.append("(").append(j).append(")").append(problemReplyDTO.getReplyContent()).append("\r\n");
}
resultDTO.setReplyUserContent(sb.toString());
......
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