1.用户多角色菜单重复bug修改 2.配置界面日志总量链接查询
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user