@@ -949,6 +949,7 @@ public class UserTenantAlbumRecordServiceImpl extends ServiceImpl<UserTenantAlbu
if (albumId == null){
TenantAlbum tenantAlbum = tenantAlbumService.getById(tenantAlbumId);
lastUserTenantAlbumRecord.setTenantAlbumName(tenantAlbum.getName());
+ lastUserTenantAlbumRecord.setTenantAlbumId(tenantAlbumId);
}
lastUserTenantAlbumRecord.setEndTime(endTime);
@@ -282,6 +282,9 @@ public class UserTenantAlbumRecordWrapper {
@Data
public static class LastUserTenantAlbumRecord {
+ @ApiModelProperty("机构专辑编号")
+ private Long tenantAlbumId;
+
@ApiModelProperty("机构专辑名称")
private String tenantAlbumName;