mirror of
https://gitee.com/best_handsome/mybatis-plus-join
synced 2025-07-11 00:02:22 +08:00
跟新别名用法
This commit is contained in:
parent
fd2829f5d6
commit
252105fd73
@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.toolkit.support.SFunction;
|
||||
* 字段添加别名
|
||||
* 使用方法:
|
||||
* <p>
|
||||
* select t.* from table t ${ew.customSqlSegmentAlias("t")}
|
||||
* select t.* from table t ${ew.customSqlSegment("t")}
|
||||
* <p>
|
||||
* 注意:
|
||||
* 官方的自定义sql是ew.customSqlSegment,不带括号,是属性
|
||||
|
Loading…
x
Reference in New Issue
Block a user