Minor fix
This commit is contained in:
parent
70bb792fa4
commit
f2a827c8f2
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ public class SignalService {
|
||||||
int offset = 0;
|
int offset = 0;
|
||||||
List<PhoneFidMap> batch;
|
List<PhoneFidMap> batch;
|
||||||
do {
|
do {
|
||||||
batch = phoneFidMapService.findPhoneFidMaps(packageId, offset, batchSize);
|
batch = phoneFidMapService.findFullPhoneFidMap(packageId, offset, batchSize);
|
||||||
|
|
||||||
List<PhoneFidMap> filteredItems;
|
List<PhoneFidMap> filteredItems;
|
||||||
if (filter != null) {
|
if (filter != null) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue