Mybatis-plus和排序
Mybatis-plus==============mybatis-plus=1:3版本后EntityWrapper已经被QueryWrapper代替// 条件构造器QueryWrapper使用步骤1:mapper 文件注入注释 @Param(“ew”)List findBySearch(Page page, @Param(“ew”) QueryWrapper entityWrapper);2:.xml形成条件查询select distinctfrom instruments_rese