Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
miemieYaho committed Aug 8, 2024
1 parent cd4c856 commit fc5e7e0
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ default Children set(R column, Object val, String mapping) {
* @param setSql set sql
* 例1: setSql("id=1")
* 例2: setSql("dateColumn={0}", LocalDate.now())
* 例3: setSql("dateColumn={0}", LocalDate.now())
* 例4: setSql("type={0,javaType=int,jdbcType=NUMERIC,typeHandler=xxx.xxx.MyTypeHandler}", "待处理字符串")
* @return children
*/
Expand All @@ -90,8 +89,7 @@ default Children setSql(String setSql, Object... params) {
* @param setSql set sql
* 例1: setSql("id=1")
* 例2: setSql("dateColumn={0}", LocalDate.now())
* 例3: setSql("dateColumn={0}", LocalDate.now())
* 例4: apply("type={0,javaType=int,jdbcType=NUMERIC,typeHandler=xxx.xxx.MyTypeHandler}", "待处理字符串")
* 例4: setSql("type={0,javaType=int,jdbcType=NUMERIC,typeHandler=xxx.xxx.MyTypeHandler}", "待处理字符串")
* @return children
*/
Children setSql(boolean condition, String setSql, Object... params);
Expand Down

0 comments on commit fc5e7e0

Please sign in to comment.