国网推送台账信息添加更新时间字段

This commit is contained in:
2025-01-21 09:02:44 +08:00
parent b2ab4ee825
commit 6a97015cd6
2 changed files with 3 additions and 7 deletions

View File

@@ -3,6 +3,7 @@ package com.njcn.device.pms.pojo.dto;
import lombok.Data;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import java.util.Date;
/**
@@ -28,7 +29,7 @@ public class PushMonitorDTO {
private String customName;
private String status;
private Date ctime;
private Date updateTime;
private LocalDateTime updateTime;
private String lineId;
private String chv;
private String chi;

View File

@@ -222,12 +222,7 @@ public class GwMonitorPushServiceImpl implements GwMonitorPushService {
/* if (tranMap.containsKey(item.getPotentialTransFormerType())) {
pushMonitorDTO.setEvtType(tranMap.get(item.getPotentialTransFormerType()).getValue());
}
if (pointMap.containsKey(item.getNeutralGroundingMode())) {
pushMonitorDTO.setNeutralGround(pointMap.get(item.getNeutralGroundingMode()).getValue());
}*/
pushMonitorDTO.setUpdateTime(item.getUpdateTime());
if (StrUtil.isNotBlank(item.getOrgName())) {