|
@@ -188,6 +188,8 @@ namespace GxPress.Service.Implement.AppHomePage
|
|
|
{
|
|
|
//获取标签
|
|
|
var systemLabel = await _systemLabelRepository.GetAsync(request.LableId);
|
|
|
+ if (systemLabel == null)
|
|
|
+ return null;
|
|
|
var ids = await _mediaLableRepository.GetMediaIdsAysnc(request.LableId);
|
|
|
request.Ids = ids.ToList();
|
|
|
request.Limit = systemLabel.PageSize;
|