saveIpCfg 参数RedirectAttributes优化

This commit is contained in:
leijun
2019-04-17 11:00:16 +08:00
parent b8d1bd9ab9
commit cc8cb48da1

View File

@@ -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);