返回数据
This commit is contained in:
@@ -78,7 +78,7 @@ public class TbShopShareRecordServiceImpl implements TbShopShareRecordService {
|
||||
for (TbShopShareRecord shareRecord : records) {
|
||||
shareRecord.setBeInvitedName(userInfoMapper.selectNameByPrimaryKey(shareRecord.getBeInvitedId()));
|
||||
}
|
||||
result.put("records", new PageInfo<>());
|
||||
result.put("records", new PageInfo<>(records));
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user