xuhy
2023-05-22 bc7840156f7ccf152055800afc474f1421b5be97
driver/guns-admin/src/main/java/com/supersavedriving/driver/modular/system/service/impl/SystemBulletinServiceImpl.java
@@ -56,4 +56,9 @@
        systemBulletinUserMapper.updateById(systemBulletinUser);
        return systemBulletinInfo;
    }
    @Override
    public void clearSystemBulletinUser(Integer userId) throws Exception {
        systemBulletinUserMapper.clearSystemBulletinUser(userId);
    }
}