|
|
@@ -428,6 +428,7 @@ public class SecondGoodsServiceImpl extends ServiceImpl<SecondGoodsMapper, Secon
|
|
|
// 转换每个举报信息
|
|
|
for (LifeUserViolation report : reports) {
|
|
|
SecondReportingVo reportingVo = new SecondReportingVo();
|
|
|
+ BeanUtils.copyProperties(report, reportingVo);
|
|
|
|
|
|
// 查询用户表 根据举报用户类型和举报用户ID 查询 life_user 表 user_phone
|
|
|
LifeUser reporter = lifeUserMapper.selectById(report.getReportingUserId());
|