修改不修饰ajax方法的路径,修改审核不通过后再次修改状态未修改成未审核状态bug
This commit is contained in:
@@ -93,7 +93,7 @@ public class InterceptController extends CommonController{
|
|||||||
return "redirect:" + adminPath +"/proxy/intercept/ip/list?functionId="+entity.getFunctionId();
|
return "redirect:" + adminPath +"/proxy/intercept/ip/list?functionId="+entity.getFunctionId();
|
||||||
}
|
}
|
||||||
|
|
||||||
@RequestMapping(value = {"ajaxInterceptIpSubList"})
|
@RequestMapping(value = {"/ajaxInterceptIpSubList"})
|
||||||
public String ajaxInterceptIpSubList(Model model,Long cfgId,Integer index) {
|
public String ajaxInterceptIpSubList(Model model,Long cfgId,Integer index) {
|
||||||
CfgIndexInfo cfg = interceptCfgService.getInterceptIpCfg(cfgId);
|
CfgIndexInfo cfg = interceptCfgService.getInterceptIpCfg(cfgId);
|
||||||
List<String[]> tabList = new ArrayList();
|
List<String[]> tabList = new ArrayList();
|
||||||
|
|||||||
@@ -99,6 +99,7 @@ public class InterceptCfgService extends CrudService<WebsiteCfgDao,CfgIndexInfo>
|
|||||||
}
|
}
|
||||||
|
|
||||||
entity.setIsValid(0);
|
entity.setIsValid(0);
|
||||||
|
entity.setIsAudit(0);
|
||||||
|
|
||||||
//设置区域运营商信息
|
//设置区域运营商信息
|
||||||
setAreaEffectiveIds(entity);
|
setAreaEffectiveIds(entity);
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
<mapping path="/nis/basicprotocol/ajax*" exclue="true"/>
|
<mapping path="/nis/basicprotocol/ajax*" exclue="true"/>
|
||||||
<mapping path="/nis/encryptedtunnelbehav/ajax*" exclue="true"/>
|
<mapping path="/nis/encryptedtunnelbehav/ajax*" exclue="true"/>
|
||||||
<mapping path="/nis/ntc/av/ajax*" exclue="true"/>
|
<mapping path="/nis/ntc/av/ajax*" exclue="true"/>
|
||||||
<mapping path="/proxy/intercept/ajax*" exclue="true"/>
|
<mapping path="/nis/proxy/intercept/ajax*" exclue="true"/>
|
||||||
<!-- 对同一路径,启用多个装饰器 -->
|
<!-- 对同一路径,启用多个装饰器 -->
|
||||||
<mapping>
|
<mapping>
|
||||||
<path>/articles/*</path>
|
<path>/articles/*</path>
|
||||||
|
|||||||
Reference in New Issue
Block a user