| | |
| | | */ |
| | | public static List<String> videoOffline = new ArrayList<String>() |
| | | {{ |
| | | add("res_nm"); |
| | | add("county_nm,town_nm,res_nm"); |
| | | add("video_name"); |
| | | }}; |
| | | |
| | |
| | | return null; |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 视频数据接收不到 |
| | | * @param smsRequestTemplate |
| | | * @return |
| | | */ |
| | | @Override |
| | | public Map<String, Object> sendSignMsgMergeCdVideo(SmsRequestTemplate smsRequestTemplate) { |
| | | |
| | |
| | | |
| | | |
| | | // 如果一人对应水库数量超过30个,则分批发送 |
| | | List<List<Temp>> lists = Lists.partition(new ArrayList<>(infoList), 30); |
| | | List<List<Temp>> lists = Lists.partition(new ArrayList<>(infoList), 15); |
| | | for (List<Temp> list : lists) { |
| | | List<AlarmRecordDetailVO> alarmRecordDetailList = new ArrayList<>(); |
| | | // 遍历 |