国网推送台账信息添加更新时间字段
This commit is contained in:
@@ -3,6 +3,7 @@ package com.njcn.device.pms.pojo.dto;
|
|||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
|
import java.time.LocalDateTime;
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -28,7 +29,7 @@ public class PushMonitorDTO {
|
|||||||
private String customName;
|
private String customName;
|
||||||
private String status;
|
private String status;
|
||||||
private Date ctime;
|
private Date ctime;
|
||||||
private Date updateTime;
|
private LocalDateTime updateTime;
|
||||||
private String lineId;
|
private String lineId;
|
||||||
private String chv;
|
private String chv;
|
||||||
private String chi;
|
private String chi;
|
||||||
|
|||||||
@@ -222,12 +222,7 @@ public class GwMonitorPushServiceImpl implements GwMonitorPushService {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* if (tranMap.containsKey(item.getPotentialTransFormerType())) {
|
pushMonitorDTO.setUpdateTime(item.getUpdateTime());
|
||||||
pushMonitorDTO.setEvtType(tranMap.get(item.getPotentialTransFormerType()).getValue());
|
|
||||||
}
|
|
||||||
if (pointMap.containsKey(item.getNeutralGroundingMode())) {
|
|
||||||
pushMonitorDTO.setNeutralGround(pointMap.get(item.getNeutralGroundingMode()).getValue());
|
|
||||||
}*/
|
|
||||||
|
|
||||||
|
|
||||||
if (StrUtil.isNotBlank(item.getOrgName())) {
|
if (StrUtil.isNotBlank(item.getOrgName())) {
|
||||||
|
|||||||
Reference in New Issue
Block a user