修改导入模板文件名称.

This commit is contained in:
zhangwenqing
2018-12-29 14:27:20 +08:00
parent 63f3ebc0b6
commit e169585f25
4 changed files with 26 additions and 6 deletions

View File

@@ -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,");
}
}