修改导入模板文件名称.
This commit is contained in:
@@ -107,5 +107,9 @@ public class MenuService extends BaseService {
|
||||
public Integer getServiceId(Integer functionId, Integer action) {
|
||||
return menuDao.getServiceId(functionId,action);
|
||||
}
|
||||
|
||||
|
||||
// 获取菜单code
|
||||
public String getMenuCodeByFunctionId(Integer functionId) {
|
||||
return menuDao.getMenuCodeByFunctionId(functionId,",86,");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user