1.国网上送典型台账——干扰用户监测调整

This commit is contained in:
wr
2024-02-27 16:23:59 +08:00
parent 67d6b245d6
commit a530e9fa08
2 changed files with 22 additions and 10 deletions

View File

@@ -156,7 +156,8 @@ public class MonitorSendServiceImpl implements MonitorSendService {
str.append(""+(i+1)+"次循环:"+ returnInformation(1, trIds, trMap)+";</br>");
}
break;
case "2300":
// case "2300":
default:
List<OtherUserDto> other = this.otherUserSend(monitorList);
sendSize(other);
List<List<OtherUserDto>> otSplit = ListUtil.split(other, 100);
@@ -168,8 +169,6 @@ public class MonitorSendServiceImpl implements MonitorSendService {
str.append(""+(i++)+"循环:"+ returnInformation(1, otIds, otMap)+";</br>");
}
break;
default:
throw new BusinessException("请选择国网上送的监测点标签上送");
}
return str.toString();
}