摘要: @TableField(exist = false) 和 @TableField(select = false) 都是 MyBatis-Plus 框架中用于标注实体类字段与数据库表字段映射关系的注解,但它们的作用有所不同: 1.@TableField(exist = false) 这个注解表示该字段 阅读全文
posted @ 2024-06-20 16:30 寒冷的雨呢 阅读(34) 评论(0) 推荐(0) 编辑
摘要: MP中使用find_in_set函数 LambdaQueryWrapper<TAuthGroup> group = Wrappers.lambdaQuery(); group.apply("FIND_IN_SET({0}, parent_ids)",tmp); List<TAuthGroup> li 阅读全文
posted @ 2024-06-20 09:54 寒冷的雨呢 阅读(2) 评论(0) 推荐(0) 编辑