1.国网上送典型台账——干扰用户监测调整
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user