提交 c2761185 作者: 沈振路

日志

上级 019a757d
......@@ -190,6 +190,7 @@ public class CustomerServiceCommonAsyncComponent {
Map<String, String> configMap = activityConfigList.stream().collect(Collectors.toMap(key -> key.getLabel().replaceAll("[^(0-9.送)]", ""), CommonOptionResponseVO::getValue, (o1, o2) -> o2));
String configId = configMap.get(activityContent);
LOCAL_LOG.info("活动内容: {} 获取到configId: {}", activityContent, configId);
referralEntity.setConfigId(configId);
if (ObjectUtil.isNull(configId)) {
LOCAL_LOG.info("无法获取资源配置");
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论