fix 86987 功能安全中心--分发资料--非管理员分发却报资料不可操作

This commit is contained in:
lijiarao
2024-07-09 15:31:46 +08:00
parent 4fd108b9e6
commit 1783ae0a02
@@ -525,8 +525,7 @@ public class PayWorkingGroupDistributionRecordServiceImpl extends ServiceImpl<Pa
throw new JeroBootException("功能安全中心项目不存在!");
}
LoginUser sysUser = (LoginUser) SecurityUtils.getSubject().getPrincipal();
if(!rolePermissionService.getRolePermission("fileMaintenance:distribute")
&& !Objects.equals(safetyCenter.getPrincipalId(),sysUser.getId())){
if(!rolePermissionService.getRolePermission("fileMaintenance:distribute")){
throw new JeroBootException("资料不可操作!");
}
listPayWorkingGroupDataFile.forEach(p->{