跟新别名用法

This commit is contained in:
admin 2021-03-15 10:58:40 +08:00
parent fd2829f5d6
commit 252105fd73

View File

@ -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,不带括号,是属性