提交 53ade805 作者: 沈振路

Merge branch 'customer_service_SZlu'

...@@ -190,6 +190,7 @@ public class CustomerServiceCommonAsyncComponent { ...@@ -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)); 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); String configId = configMap.get(activityContent);
LOCAL_LOG.info("活动内容: {} 获取到configId: {}", activityContent, configId); LOCAL_LOG.info("活动内容: {} 获取到configId: {}", activityContent, configId);
referralEntity.setConfigId(configId);
if (ObjectUtil.isNull(configId)) { if (ObjectUtil.isNull(configId)) {
LOCAL_LOG.info("无法获取资源配置"); LOCAL_LOG.info("无法获取资源配置");
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论