Commit 3f91c34e authored by 刘喆's avatar 刘喆

update mlflatmap error

parent 0b60b567
......@@ -134,11 +134,6 @@ public class DimRichAsyncFunction extends RichAsyncFunction<MlPreciseExposureBea
mlPreciseExposureBean.setTransaction_type_name(dimTransactionType.getName());
}
}
List<String> card_content_type_list_ch = Arrays.asList("指定网页");
if (card_content_type_list_ch.contains(card_content_type)) {
System.out.println(mlPreciseExposureBean);
}
// System.out.println(mlPreciseExposureBean);
resultFuture.complete(Collections.singleton(mlPreciseExposureBean));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment