Commit e3efd7e8 authored by fangxinjiang's avatar fangxinjiang

事业部&事业部条线-fxj

parent 1a5c84e5
......@@ -170,8 +170,10 @@ public class SysUserPermissionServiceImpl extends ServiceImpl<SysUserPermissionM
} else if (CommonConstants.TEN_STRING.equals(searchVo.getType()) ) {
//二级指标归属权限
iPage = baseMapper.selectTwoGsVO(page, searchVo.getName());
} else if (CommonConstants.TWELVE_STRING.equals(searchVo.getType()) ) {
//税务主体
} else if (CommonConstants.TWELVE_STRING.equals(searchVo.getType())
||CommonConstants.THIRTEEN_STRING.equals(searchVo.getType())
||CommonConstants.FOURTEEN_STRING.equals(searchVo.getType()) ) {
//税务主体|事业部|事业部条线
iPage = baseMapper.selectTaxVO(page, searchVo.getName());
} else {
//项目权限
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment