|
@@ -177,6 +177,7 @@ public class WeComMessageDataJob {
|
|
|
|
|
|
private List<List<Long>> combinedVideoList(List<Long> videoIds, int count) {
|
|
private List<List<Long>> combinedVideoList(List<Long> videoIds, int count) {
|
|
List<List<Long>> res = new ArrayList<>();
|
|
List<List<Long>> res = new ArrayList<>();
|
|
|
|
+
|
|
for (int i = 0; i < videoIds.size(); i++) {
|
|
for (int i = 0; i < videoIds.size(); i++) {
|
|
List<Long> list = new ArrayList<>();
|
|
List<Long> list = new ArrayList<>();
|
|
for (int j = 0; j < count; j++) {
|
|
for (int j = 0; j < count; j++) {
|