摘要: @Override public void deleteQuestionById(Long id) { InteractionQuestion question = this.getOne(new LambdaQueryWrapper<InteractionQuestion>().eq(id != 阅读全文
posted @ 2024-07-16 20:35 冷风5997 阅读(24) 评论(0) 推荐(0)
摘要: 在lambda去的select单个指定字段 lambdaquerywrapper queryWrapper.select(InteractionQuestion.class, new Predicate<TableFieldInfo>() { @Override public boolean tes 阅读全文
posted @ 2024-07-16 11:29 冷风5997 阅读(39) 评论(0) 推荐(0)