铭牌加定位日志
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user