|
@@ -126,7 +126,7 @@ public class PidLambdaContainer {
|
|
|
continue;
|
|
|
}
|
|
|
latestRealCPA=realCost/conversion;
|
|
|
- if(latestRealCPA.equals(cacheItem.latestRealCpa)){
|
|
|
+ if(Math.abs(latestRealCPA-cacheItem.latestRealCpa)<0.01){
|
|
|
temp.put(creativeId,cacheItem);
|
|
|
continue;
|
|
|
}
|