Mybatis-Plus-小技巧

  • 自定义排序
    • wrapper.last(" order by field(role, 'OWNER', 'ADMIN', 'EDIT', 'VIEW'), id desc")