铭牌加定位日志
This commit is contained in:
@@ -145,7 +145,7 @@ public class TmNameplateCorpusServiceImpl extends ServiceImpl<TmNameplateCorpusM
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
Optional.ofNullable(item).filter(tmNameplateCorpus -> tmNameplateCorpus.getCustomerFlowId() != null && tmNameplateCorpus.getNameplateContent() != null).orElseThrow(() -> new RuntimeException("铭牌语料为空"));
|
Optional.ofNullable(item).filter(tmNameplateCorpus -> tmNameplateCorpus.getCustomerFlowId() != null && tmNameplateCorpus.getNameplateContent() != null).orElseThrow(() -> new RuntimeException("铭牌语料为空"));
|
||||||
|
log.info("processItem开始处理铭牌语料:{}", item);
|
||||||
String customerFlowId = item.getCustomerFlowId();
|
String customerFlowId = item.getCustomerFlowId();
|
||||||
String nameplateContent = item.getNameplateContent();
|
String nameplateContent = item.getNameplateContent();
|
||||||
log.info("铭牌数据处理:customerFlowId:{}", customerFlowId);
|
log.info("铭牌数据处理:customerFlowId:{}", customerFlowId);
|
||||||
@@ -214,7 +214,7 @@ public class TmNameplateCorpusServiceImpl extends ServiceImpl<TmNameplateCorpusM
|
|||||||
log.warn("获取许可超时,跳过执行任务");
|
log.warn("获取许可超时,跳过执行任务");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
log.info("is timeout 画像业务场景");
|
log.info("itemvalue 画像业务场景",item);
|
||||||
CompletableFuture.runAsync(() -> {
|
CompletableFuture.runAsync(() -> {
|
||||||
ZonedDateTime zonedDateTime = ZonedDateTime.parse(item.getNameplateEndTime().toString());
|
ZonedDateTime zonedDateTime = ZonedDateTime.parse(item.getNameplateEndTime().toString());
|
||||||
DateTimeFormatter formatter = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss");
|
DateTimeFormatter formatter = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss");
|
||||||
|
|||||||
Reference in New Issue
Block a user