国网推送台账信息添加更新时间字段
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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())) {
|
||||
|
||||
Reference in New Issue
Block a user