saveIpCfg 参数RedirectAttributes优化
This commit is contained in:
@@ -97,7 +97,7 @@ public class WhiteListController extends CommonController {
|
||||
}
|
||||
|
||||
@RequestMapping(value = { "ip/save" })
|
||||
public String saveIpCfg(RedirectAttributes model, HttpServletRequest request, HttpServletResponse response, RedirectAttributes redirectAttributes,
|
||||
public String saveIpCfg(HttpServletRequest request, HttpServletResponse response, RedirectAttributes redirectAttributes,
|
||||
String ids, CfgIndexInfo entity) {
|
||||
try {
|
||||
ipCfgService.saveIpCfg(entity);
|
||||
|
||||
Reference in New Issue
Block a user