Commit f1756e1d authored by huyuchen's avatar huyuchen

菜单权限修改

parent 98efd041
......@@ -365,8 +365,7 @@ public class SysUserPermissionServiceImpl extends ServiceImpl<SysUserPermissionM
domainId = baseMapper.selectSettleByCode(insert.getCode());
insert.setDomainId(domainId);
}
if (!CommonConstants.EIGHT_STRING.equals(insert.getPermissionType()) &&
!CommonConstants.NINE_STRING.equals(insert.getPermissionType())) {
if (!CommonConstants.EIGHT_STRING.equals(insert.getPermissionType())) {
insert.setIsContains(null);
}
// 插入数据
......
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