酒书的博客 Collections.singletonList()传入什么类型的参数,就返回List 类型数据 下面实例我传入String类型,返回就是List类型 java8: 1、select * from user where name='龙翔' or name='凤起' 2、select * from user ...
@来杯咖啡的博客MybatisPlus几个重要API介绍 select:指定‘查询’出的字段数量、字段名称; group by:分组; last:在sql语句后面追加; MybatisPlus-API示例 distinct示例 public Set selectIndustryNameList () { QueryWrapper...