优化radius导出
This commit is contained in:
@@ -76,9 +76,9 @@ public class NtcCollectRadiusLogController extends BaseController {
|
|||||||
return "/log/ntc/radiusLogList";
|
return "/log/ntc/radiusLogList";
|
||||||
}
|
}
|
||||||
|
|
||||||
//bgp配置导出
|
//radius配置导出
|
||||||
@RequestMapping(value = "exportRadius")
|
@RequestMapping(value = "exportRadius")
|
||||||
public void exportbgp(@ModelAttribute("log") NtcCollectRadiusLog log, Model model, HttpServletRequest request, HttpServletResponse response,RedirectAttributes redirectAttributes){
|
public void exportRadius(@ModelAttribute("log") NtcCollectRadiusLog log, Model model, HttpServletRequest request, HttpServletResponse response,RedirectAttributes redirectAttributes){
|
||||||
try {
|
try {
|
||||||
//export data info
|
//export data info
|
||||||
List<String> titleList=new ArrayList<String>();
|
List<String> titleList=new ArrayList<String>();
|
||||||
|
|||||||
Reference in New Issue
Block a user