Mapper
Mapper copied to clipboard
Example.builder().build(); build 之后并没有使实例化OrderBy,导致使用orderBy会报NPEs
java.lang.NullPointerException: null
at tk.mybatis.mapper.entity.Example.orderBy(Example.java:132)