mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
optimize: 在不使用 APT 时消除 IDEA 警告。
This commit is contained in:
parent
539b5b26d1
commit
c7cc85500d
@ -46,7 +46,6 @@ public class Joiner<M extends QueryWrapper> {
|
||||
* leftJoin(a).on(...);
|
||||
* }</pre>
|
||||
*/
|
||||
@Deprecated
|
||||
public Joiner<M> as(String alias) {
|
||||
join.queryTable = join.getQueryTable().as(alias);
|
||||
ListIterator<QueryTable> itr = queryWrapper.joinTables.listIterator();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user