|
@@ -1117,7 +1117,10 @@ public class RankStrategyBy896 extends RankStrategyBasic {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
String layer = reqFeature.get("layer_l6");
|
|
String layer = reqFeature.get("layer_l6");
|
|
|
-
|
|
|
|
|
|
|
+ log.info("calibrationCtcvr layer={}",layer);
|
|
|
|
|
+ if (layer == null){
|
|
|
|
|
+ layer = "无曝光";
|
|
|
|
|
+ }
|
|
|
for (AdRankItem item : items) {
|
|
for (AdRankItem item : items) {
|
|
|
if (item == null) {
|
|
if (item == null) {
|
|
|
continue;
|
|
continue;
|