|
@@ -154,7 +154,7 @@ public class ContentPlatformDatastatJob {
|
|
|
int firstLevelCount = Integer.parseInt((String) record.get(3));
|
|
|
Integer fissionCount = parseInteger(record.get(4));
|
|
|
item.setDateStr(dt);
|
|
|
- if (!ghIds.contains(ghId) || videoId == 0) {
|
|
|
+ if (!ghIds.contains(ghId) || videoId == 0 || firstLevelCount == 0) {
|
|
|
continue;
|
|
|
}
|
|
|
ContentPlatformGzhAccount gzhAccount = accountMap.get(ghId);
|