mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-08 17:48:25 +08:00
commit
93e0b81c12
@ -68,8 +68,7 @@ public class FunctionSqlTest {
|
|||||||
String sql = QueryWrapper.create()
|
String sql = QueryWrapper.create()
|
||||||
.select()
|
.select()
|
||||||
.from(ACCOUNT)
|
.from(ACCOUNT)
|
||||||
// .where("FIND_IN_SET(?, `id`)", 100)
|
.where(findInSet(number(100), ACCOUNT.ID).gt(0))
|
||||||
.where(findInSet(number(100), ACCOUNT.ID).eq(true))
|
|
||||||
.toSQL();
|
.toSQL();
|
||||||
|
|
||||||
System.out.println(sql);
|
System.out.println(sql);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user