Browse Source

Merge branch 'zx_online_tenantAlbum_0331' of http://git.dayaedu.com/yonge/cooleshow into test

zouxuan 1 week ago
parent
commit
d10977e02c

+ 1 - 1
cooleshow-user/user-biz/src/main/java/com/yonge/cooleshow/biz/dal/wrapper/UserTenantAlbumRecordWrapper.java

@@ -283,7 +283,7 @@ public class UserTenantAlbumRecordWrapper {
     public static class LastUserTenantAlbumRecord {
 
         @ApiModelProperty("机构专辑编号")
-        private Long tenantAlbumId;
+        private Object tenantAlbumId;
 
         @ApiModelProperty("机构专辑名称")
         private String tenantAlbumName;