Merge remote-tracking branch 'origin/prod' into test
This commit is contained in:
@@ -231,6 +231,9 @@ public class SysRoleServiceImpl extends ServiceImpl<SysRoleMapper, SysRole> imp
|
||||
if (roleAddDTO.cashMenuIdList() != null && !roleAddDTO.cashMenuIdList().isEmpty()) {
|
||||
addMenu(sysRole.getId(), roleAddDTO.cashMenuIdList(), false);
|
||||
}
|
||||
|
||||
|
||||
return save;
|
||||
}
|
||||
|
||||
throw new ApiNotPrintException("保存失败");
|
||||
|
||||
Reference in New Issue
Block a user