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