|
@@ -2831,7 +2831,7 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
|
|
|
if (!Check.isNull(addList)) {
|
|
|
populationService.replaceBatch(addList);
|
|
|
}
|
|
|
- getPopulationList(accountId, accessToken, page + 1);
|
|
|
+ // getPopulationList(accountId, accessToken, page + 1);
|
|
|
} else {
|
|
|
log.error("获取人群包管理返回数据为空,accountId:{}", accountId);
|
|
|
|