1.用户多角色菜单重复bug修改 2.配置界面日志总量链接查询

This commit is contained in:
zhangwenqing
2018-08-29 21:58:56 +08:00
parent db37557139
commit dd59389e0a
10 changed files with 111 additions and 5 deletions

View File

@@ -19,5 +19,9 @@ public interface SysMenuDao extends CrudDao<SysMenu>{
void updateParentIds(SysMenu e);
void updateSort(SysMenu menu);
String getLogUrl(@Param("functionId")Integer function,@Param("logSearchId")Integer logSearchId);
Integer getServiceId(@Param("functionId")Integer functionId, @Param("action")Integer action);
}