铭牌加定位日志

This commit is contained in:
ZLI263
2025-09-24 11:59:55 +08:00
parent fa91dd65d4
commit 9c5df51d39

View File

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