|
|
@@ -868,6 +868,7 @@ public class UserTenantAlbumRecordServiceImpl extends ServiceImpl<UserTenantAlbu
|
|
|
List<UserTenantAlbumRecord> list = this.lambdaQuery()
|
|
|
.eq(UserTenantAlbumRecord::getUserId, infoQuery.getUserId())
|
|
|
.eq(UserTenantAlbumRecord::getEfficientFlag, 1)
|
|
|
+ .eq(UserTenantAlbumRecord::getClientType, infoQuery.getClient())
|
|
|
.gt(UserTenantAlbumRecord::getEndTime, new Date())
|
|
|
.list();
|
|
|
if (CollectionUtils.isEmpty(list)) {
|