优化radius导出
This commit is contained in:
@@ -76,9 +76,9 @@ public class NtcCollectRadiusLogController extends BaseController {
|
||||
return "/log/ntc/radiusLogList";
|
||||
}
|
||||
|
||||
//bgp配置导出
|
||||
//radius配置导出
|
||||
@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 {
|
||||
//export data info
|
||||
List<String> titleList=new ArrayList<String>();
|
||||
|
||||
Reference in New Issue
Block a user