1.pms台账调整
This commit is contained in:
@@ -237,7 +237,7 @@ public class GwMonitorPushServiceImpl implements GwMonitorPushService {
|
|||||||
|
|
||||||
|
|
||||||
if (StrUtil.isNotBlank(item.getOrgName())) {
|
if (StrUtil.isNotBlank(item.getOrgName())) {
|
||||||
pushMonitorDTO.setMaintOrg(item.getOrgName());
|
pushMonitorDTO.setMaintOrg(item.getOrgId());
|
||||||
}
|
}
|
||||||
if (Objects.nonNull(item.getStatisticalInterval())) {
|
if (Objects.nonNull(item.getStatisticalInterval())) {
|
||||||
pushMonitorDTO.setStatisticalInterval(item.getStatisticalInterval().toString());
|
pushMonitorDTO.setStatisticalInterval(item.getStatisticalInterval().toString());
|
||||||
|
|||||||
Reference in New Issue
Block a user