updates on batch logic
This commit is contained in:
@@ -90,6 +90,10 @@ public class ProviderService {
|
||||
if (provider == null) {
|
||||
return Collections.emptyList();
|
||||
}
|
||||
if(provider.getRequiresProducts().equals(false)){
|
||||
return Collections.emptyList();
|
||||
}
|
||||
|
||||
Map<String, String> meta = Utils.fromJson(provider.getMeta(), Map.class);
|
||||
String providerId = meta.get("hotProductId");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user