提交 1ebb33ae authored 作者: 宋文杰's avatar 宋文杰

fix(info information): fix i reported information to replace ',' with ','

上级 5a7f8f09
......@@ -98,6 +98,7 @@ public class InfoInformationsServiceImpl extends ServiceImpl<InfoInformationsMap
*/
public IPage<InfoDto> getIReported (Page page, Integer reporterId){
IPage<InfoDto> infos = baseMapper.getIReported(page,reporterId);
infos.getRecords().forEach(i->i.setReceiverName(i.getReceiverName().replaceAll(",",",")));
return infos;
}
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论