APP数据过滤修复;Xmpp注释掉列表的权限
This commit is contained in:
@@ -42,7 +42,7 @@ import com.nis.web.security.UserUtils;
|
||||
@RequestMapping("${adminPath}/ntc/other")
|
||||
public class XmppController extends BaseController {
|
||||
@RequestMapping(value = {"xmppList"})
|
||||
@RequiresPermissions(value={"other:xmpp:config","other:xmpp:confirm"},logical=Logical.OR)
|
||||
//@RequiresPermissions(value={"other:xmpp:config","other:xmpp:confirm"},logical=Logical.OR)
|
||||
public String list(Model model,@ModelAttribute("cfg")CfgIndexInfo cfg,HttpServletRequest request,HttpServletResponse response) {
|
||||
Page<CfgIndexInfo> searchPage=new Page<CfgIndexInfo>(request,response,"a");
|
||||
Page<CfgIndexInfo> page = xmppCfgService.getXmppList(searchPage, cfg);
|
||||
|
||||
Reference in New Issue
Block a user