|
|
@ -147,7 +147,7 @@ public class StatsPublicityServiceImpl implements StatsPublicityService { |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|
} while (!CollectionUtils.isEmpty(customerIdList) && customerIdList.size() >= pageSize); |
|
|
|
} while (!CollectionUtils.isEmpty(customerIdList) && customerIdList.size() == pageSize); |
|
|
|
return true; |
|
|
|
} |
|
|
|
|
|
|
@ -176,7 +176,7 @@ public class StatsPublicityServiceImpl implements StatsPublicityService { |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|
} while (!CollectionUtils.isEmpty(customerIdList) && customerIdList.size() >= pageSize); |
|
|
|
} while (!CollectionUtils.isEmpty(customerIdList) && customerIdList.size() == pageSize); |
|
|
|
return true; |
|
|
|
} |
|
|
|
|
|
|
@ -226,7 +226,7 @@ public class StatsPublicityServiceImpl implements StatsPublicityService { |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|
} while (!CollectionUtils.isEmpty(customerIdList) && customerIdList.size() >= pageSize); |
|
|
|
} while (!CollectionUtils.isEmpty(customerIdList) && customerIdList.size() == pageSize); |
|
|
|
return true; |
|
|
|
} |
|
|
|
|
|
|
@ -255,7 +255,7 @@ public class StatsPublicityServiceImpl implements StatsPublicityService { |
|
|
|
//});
|
|
|
|
} |
|
|
|
} |
|
|
|
} while (!CollectionUtils.isEmpty(customerIdList) && customerIdList.size() >= pageSize); |
|
|
|
} while (!CollectionUtils.isEmpty(customerIdList) && customerIdList.size() == pageSize); |
|
|
|
return true; |
|
|
|
} |
|
|
|
|
|
|
@ -309,7 +309,7 @@ public class StatsPublicityServiceImpl implements StatsPublicityService { |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|
} while (!CollectionUtils.isEmpty(customerIdList) && customerIdList.size() >= pageSize); |
|
|
|
} while (!CollectionUtils.isEmpty(customerIdList) && customerIdList.size() == pageSize); |
|
|
|
return true; |
|
|
|
} |
|
|
|
|
|
|
|