国网推送台账信息添加更新时间字段
This commit is contained in:
@@ -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