huminmin
2026-04-23 52d98d59dfa75bd18187e99e1e550701a1b27191
src/main/java/com/ruoyi/production/service/impl/ProductInspectionRecordServiceImpl.java
@@ -91,6 +91,8 @@
            String title = "巡检不合格通知";
            String message = messageBuilder.toString();
            SysUser admin = userMapper.selectUserById(1L);
            opUsers.add(admin);
            // 为每个op岗位用户创建通知
            for (SysUser opUser : opUsers) {
                SysNotice notice = new SysNotice();