|
|
|
@ -87,6 +87,7 @@ public class AdminJurisdictionServiceImpl implements IAdminJurisdictionService {
|
|
|
|
|
if (adminOperation != null){
|
|
|
|
|
AdminJurisdictionFBRIOperationVo operationVo = new AdminJurisdictionFBRIOperationVo();
|
|
|
|
|
PropertyUtils.copyProperties(adminOperation,operationVo);
|
|
|
|
|
operationVo.setId(adminJurisdiction.getId());
|
|
|
|
|
operationVo.setCheck(false);//默认为未选中
|
|
|
|
|
//查询该操作是否选中,如果选中则菜单也被选中
|
|
|
|
|
QueryWrapper<AdminRoleJurisdiction> queryWrapper5 = new QueryWrapper<>();
|
|
|
|
|