1.pms台账调整

This commit is contained in:
cdf
2024-03-13 09:58:20 +08:00
parent bef44e6d96
commit b68c1a2f75

View File

@@ -237,7 +237,7 @@ public class GwMonitorPushServiceImpl implements GwMonitorPushService {
if (StrUtil.isNotBlank(item.getOrgName())) {
pushMonitorDTO.setMaintOrg(item.getOrgName());
pushMonitorDTO.setMaintOrg(item.getOrgId());
}
if (Objects.nonNull(item.getStatisticalInterval())) {
pushMonitorDTO.setStatisticalInterval(item.getStatisticalInterval().toString());