Commit 92a6efb4 authored by 李腾威's avatar 李腾威

修改bug

parent fc08d432
......@@ -1558,6 +1558,7 @@ public class AlertSubmittedServiceImpl extends BaseService<AlertSubmittedDto, Al
}
}
}
String resourcesNumStr = resourcesNum.toString();
List<String> userList= new ArrayList<String>();
sendUserIds.stream().forEach(i -> {
if (i.containsKey("mobilePhone")) {
......@@ -1567,7 +1568,7 @@ public class AlertSubmittedServiceImpl extends BaseService<AlertSubmittedDto, Al
userList.add(i.get("amosId").toString());
}
});
// smsParams.put("resourcesNum", resourcesNumStr.substring(resourcesNumStr.length() - 2));
smsParams.put("resourcesNum", resourcesNumStr);
// 短信报送对象
// alertSubmittedObjectServiceImpl.saveBatch(alertSubmittedObjectList);
// 发送任务消息
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment