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

This commit is contained in:
lijiarao
2024-07-09 15:56:27 +08:00
parent 1783ae0a02
commit 9968ecd27e
@@ -249,8 +249,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("资料不可操作!");
}
setRecordBySafetyCenter( payWorkingGroupDistributionRecord,s,listPayWorkingGroupDistributionRecord, byId);