|
@@ -470,6 +470,7 @@ public class ContentPlatformPlanServiceImpl implements ContentPlatformPlanServic
|
|
|
int count = planMapperExt.getVideoCount(param, dt, videoMinScore);
|
|
|
result.setTotalSize(count);
|
|
|
if (count == 0) {
|
|
|
+ result.setObjs(new ArrayList<>());
|
|
|
return result;
|
|
|
}
|
|
|
String sort = getVideoContentListSort(param.getSort());
|