intercept replace修改BUG

流量统计国际化俄文更改
This commit is contained in:
duandongmei
2018-09-26 16:55:00 +08:00
parent 9dc3f3a2f6
commit 82b6a4fc7b
3 changed files with 5 additions and 4 deletions

View File

@@ -79,6 +79,7 @@ public class InterceptController extends CommonController{
interceptCfgService.saveInterceptCfg(entity);
addMessage(redirectAttributes,"save_success");
} catch (Exception e) {
logger.error("save_failed", e);
addMessage(redirectAttributes,"save_failed");
}
return "redirect:" + adminPath +"/proxy/intercept/ip/list?functionId="+entity.getFunctionId();