铭牌加定位日志

This commit is contained in:
ZLI263
2025-09-24 12:05:10 +08:00
parent f44fcd2bfc
commit 1cede9f729

View File

@@ -221,7 +221,6 @@ public class TmNameplateCorpusServiceImpl extends ServiceImpl<TmNameplateCorpusM
Map<String, Object> inputMap2 = new HashMap<>();
if(item.getNameplateEndTime() == null){
log.info("getNameplateEndTime is null");
return;
}else {
ZonedDateTime zonedDateTime = ZonedDateTime.parse(item.getNameplateEndTime().toString());
DateTimeFormatter formatter = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss");