fuliqi
2024-09-30 532a12f2d51e149bc0c2d6c9baf8cdc06c9fb2d4
ycl-server/src/main/java/com/ycl/system/mapper/SysUserRoleMapper.java
@@ -64,4 +64,11 @@
    public int deleteUserRoleInfos(@Param("roleId") Long roleId, @Param("userIds") Long[] userIds);
    void exchange(@Param("roleId")Integer roleId,@Param("userId") Long userId);
    /**
     * 根据用户id批量删除
     * @param userIds 用户编号
     * @return 操作结果
     */
    int deleteUserRoleByUserIds(List<Long> userIds);
}