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

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

@@ -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())) {